Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
0e608046
Commit
0e608046
authored
Apr 14, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加创建时间
parent
d9f53673
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
commission-Payment.vue
src/views/ecw/financial/commission-Payment.vue
+14
-1
No files found.
src/views/ecw/financial/commission-Payment.vue
View file @
0e608046
...
@@ -40,6 +40,7 @@
...
@@ -40,6 +40,7 @@
<el-date-picker
<el-date-picker
v-model=
"selectDate"
v-model=
"selectDate"
type=
"datetimerange"
type=
"datetimerange"
value-format=
"yyyy-MM-DD hh:mm:ss"
range-separator=
"至"
range-separator=
"至"
:start-placeholder=
"$t('开始日期')"
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')"
>
:end-placeholder=
"$t('结束日期')"
>
...
@@ -166,6 +167,17 @@ export default {
...
@@ -166,6 +167,17 @@ export default {
listSimpleUsers
().
then
((
res
)
=>
(
this
.
creatorData
=
res
.
data
));
listSimpleUsers
().
then
((
res
)
=>
(
this
.
creatorData
=
res
.
data
));
this
.
getList
();
this
.
getList
();
},
},
watch
:{
selectDate
(
val
){
if
(
val
.
length
){
this
.
queryParams
.
beginCreateTime
=
val
[
0
]
this
.
queryParams
.
endCreateTime
=
val
[
0
]
}
else
{
this
.
queryParams
.
beginCreateTime
=
''
this
.
queryParams
.
endCreateTime
=
''
}
}
},
data
(){
data
(){
return
{
return
{
queryParams
:{
queryParams
:{
...
@@ -175,7 +187,8 @@ export default {
...
@@ -175,7 +187,8 @@ export default {
salesmanName
:
null
,
salesmanName
:
null
,
searchKey
:
null
,
searchKey
:
null
,
paymentNo
:
null
,
paymentNo
:
null
,
beginCreateTime
:
null
,
endCreateTime
:
null
,
page
:
1
,
page
:
1
,
rows
:
10
,
rows
:
10
,
},
},
...
...
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