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
529795fe
Commit
529795fe
authored
Apr 16, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间修改
parent
07ac5557
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
commission-Payment.vue
src/views/ecw/financial/commission-Payment.vue
+4
-3
No files found.
src/views/ecw/financial/commission-Payment.vue
View file @
529795fe
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</el-col>
</el-col>
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
:label=
"$t('状态')"
>
<el-form-item
:label=
"$t('状态')"
>
<dict-selector
:type=
"DICT_TYPE.ECW_PAYMENT_STATE"
v-model=
"queryParams.state"
/>
<dict-selector
clearable
:type=
"DICT_TYPE.ECW_PAYMENT_STATE"
v-model=
"queryParams.state"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"5"
>
<el-col
:span=
"5"
>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
style=
"width:100%;"
style=
"width:100%;"
v-model=
"selectDate"
v-model=
"selectDate"
type=
"datetimerange"
type=
"datetimerange"
value-format=
"yyyy-MM-
DD
hh:mm:ss"
value-format=
"yyyy-MM-
dd
hh:mm:ss"
range-separator=
"至"
range-separator=
"至"
:start-placeholder=
"$t('开始日期')"
:start-placeholder=
"$t('开始日期')"
:end-placeholder=
"$t('结束日期')"
>
:end-placeholder=
"$t('结束日期')"
>
...
@@ -51,6 +51,7 @@
...
@@ -51,6 +51,7 @@
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<el-form-item
:label=
"$t('发票状态')"
>
<el-form-item
:label=
"$t('发票状态')"
>
<el-select
<el-select
clearable
v-model=
"queryParams.invoiceStatus"
v-model=
"queryParams.invoiceStatus"
:placeholder=
"$t('请选择是否开票')"
>
:placeholder=
"$t('请选择是否开票')"
>
<el-option
:label=
"$t('未开票')"
value=
"0"
/>
<el-option
:label=
"$t('未开票')"
value=
"0"
/>
...
@@ -172,7 +173,7 @@ export default {
...
@@ -172,7 +173,7 @@ export default {
selectDate
(
val
){
selectDate
(
val
){
if
(
val
.
length
){
if
(
val
.
length
){
this
.
queryParams
.
beginCreateTime
=
val
[
0
]
this
.
queryParams
.
beginCreateTime
=
val
[
0
]
this
.
queryParams
.
endCreateTime
=
val
[
0
]
this
.
queryParams
.
endCreateTime
=
val
[
1
]
}
else
{
}
else
{
this
.
queryParams
.
beginCreateTime
=
''
this
.
queryParams
.
beginCreateTime
=
''
this
.
queryParams
.
endCreateTime
=
''
this
.
queryParams
.
endCreateTime
=
''
...
...
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