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
b7487527
Commit
b7487527
authored
Mar 30, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加驳回原因
parent
b9c30cea
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
commission-Payment.vue
src/views/ecw/financial/commission-Payment.vue
+1
-1
commissionPaymentDetails.vue
...ews/ecw/financial/components/commissionPaymentDetails.vue
+1
-0
paymentVoucher.vue
src/views/ecw/financial/paymentVoucher.vue
+1
-0
No files found.
src/views/ecw/financial/commission-Payment.vue
View file @
b7487527
...
...
@@ -100,7 +100,7 @@
:type=
"DICT_TYPE.ECW_PAYMENT_STATE"
:value=
"scope.row.state"
/>
<span
v-if=
"
scope.row.state == 2 "
:title=
"scope.row.remark
"
><i
class=
"el-icon-question"
></i></span>
<span
v-if=
"
[2,4,6].includes(scope.row.state) && scope.row.comment"
:title=
"scope.row.comment
"
><i
class=
"el-icon-question"
></i></span>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
>
...
...
src/views/ecw/financial/components/commissionPaymentDetails.vue
View file @
b7487527
...
...
@@ -6,6 +6,7 @@
<el-descriptions-item
label=
"创建时间"
>
{{
parseTime
(
record
.
createTime
)
}}
</el-descriptions-item>
<el-descriptions-item
label=
"业务员"
>
{{
record
.
salesmanName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"付款金额"
>
{{
record
.
totalAmount
}}
rmb
</el-descriptions-item>
<el-descriptions-item
v-if=
"record.bmpStatus === 3"
label=
"驳回原因"
>
{{
record
.
comment
}}
</el-descriptions-item>
</el-descriptions>
<router-link
:to=
"
{path:'/financial/commission-requestFunds',query:{lookId: this.record.id}}">
<el-button
type=
"primary"
>
查看详情
</el-button>
...
...
src/views/ecw/financial/paymentVoucher.vue
View file @
b7487527
...
...
@@ -134,6 +134,7 @@
:
type
=
"
DICT_TYPE.ECW_PAYMENT_STATE
"
:
value
=
"
scope.row.state
"
/>
<
span
v
-
if
=
"
[2,4,6].includes(scope.row.state) && scope.row.comment
"
:
title
=
"
scope.row.comment
"
><
i
class
=
"
el-icon-question
"
><
/i></
span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
...
...
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