Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
2cb110e8
Commit
2cb110e8
authored
Jun 04, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
19b086e9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
zanIndex.vue
src/components/zanIndex.vue
+7
-7
No files found.
src/components/zanIndex.vue
View file @
2cb110e8
...
...
@@ -313,7 +313,7 @@
</el-select>
</div>
<div
style=
"margin-right:50px;"
>
<el-date-picker
class=
"indataPicker"
type=
"daterange"
v-model=
"
basicQMsg.
dateStr"
range-separator=
"至"
<el-date-picker
class=
"indataPicker"
type=
"daterange"
v-model=
"dateStr"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
@
change=
"getChange"
value-format=
"yyyy-MM-dd"
>
</el-date-picker>
</div>
...
...
@@ -529,10 +529,10 @@
isShowPay
:
true
,
//过滤支付件数
isShowPayNum
:
true
,
dateStr
:
[],
//日期
//查询数据
basicQMsg
:
{
Source
:
0
,
//来源
dateStr
:
[],
//日期
StartDate
:
""
,
//开始时间
EndDate
:
""
,
//结束时间
SalesTimeType
:
1
,
//默认昨日
...
...
@@ -548,7 +548,7 @@
//清空选择
ClearMsg
()
{
this
.
basicQMsg
.
Source
=
0
;
this
.
basicQMsg
.
dateStr
=
[];
this
.
dateStr
=
[];
this
.
basicQMsg
.
StartDate
=
""
;
this
.
basicQMsg
.
EndDate
=
""
;
this
.
activeName
=
""
;
...
...
@@ -563,16 +563,16 @@
},
//基础数据日期切换
handleClick
(
tab
,
event
)
{
this
.
basicQMsg
.
dateStr
=
[];
this
.
dateStr
=
[];
//7日
if
(
tab
.
name
==
'first'
)
{
this
.
basicQMsg
.
dateStr
.
push
(
this
.
$commonUtils
.
AddDay
(
''
,
-
7
));
this
.
dateStr
.
push
(
this
.
$commonUtils
.
AddDay
(
''
,
-
7
));
}
//30日
else
if
(
tab
.
name
==
"second"
)
{
this
.
basicQMsg
.
dateStr
.
push
(
this
.
$commonUtils
.
AddDay
(
''
,
-
30
))
this
.
dateStr
.
push
(
this
.
$commonUtils
.
AddDay
(
''
,
-
30
))
}
this
.
basicQMsg
.
dateStr
.
push
(
this
.
$commonUtils
.
AddDay
(
''
,
-
0
));
this
.
dateStr
.
push
(
this
.
$commonUtils
.
AddDay
(
''
,
-
0
));
this
.
getChange
();
},
//获取基础数据
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment