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
e9fb9494
Commit
e9fb9494
authored
Mar 28, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改
parent
08dd3689
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
commission-Payment.vue
src/views/ecw/financial/commission-Payment.vue
+3
-3
paymentVoucher.vue
src/views/ecw/financial/paymentVoucher.vue
+3
-3
No files found.
src/views/ecw/financial/commission-Payment.vue
View file @
e9fb9494
...
...
@@ -249,15 +249,15 @@ export default {
switch
(
this
.
paymentIndex
){
case
1
:
// 反审核佣金付款单
commissionPaymentVerifyCancel
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
佣金付款单付款单反审核成功
!
'
)),
reject
)
commissionPaymentVerifyCancel
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
提交佣金付款单反审核成功,请耐心等待审核结果
!
'
)),
reject
)
break
;
case
2
:
// 佣金付款单核销
commissionPaymentVerification
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
佣金付款单核销成功
!
'
)),
reject
)
commissionPaymentVerification
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
提交佣金付款单核销成功,请耐心等待审核结果!
!
'
)),
reject
)
break
;
case
3
:
// 付款单反核销申请
commissionPaymentVerificationCancel
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
佣金付款单反核销申请成功
!
'
)),
reject
)
commissionPaymentVerificationCancel
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
提交佣金付款单反核销申请成功,请耐心等待审核结果!
!
'
)),
reject
)
break
;
case
4
:
// 取消付款单反审核
...
...
src/views/ecw/financial/paymentVoucher.vue
View file @
e9fb9494
...
...
@@ -435,15 +435,15 @@ export default {
break
;
case
4
:
// 反审核
paymentVerifyCancel
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
取消反审核成功!
'
)),
reject
)
paymentVerifyCancel
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
提交付款单反审核成功,请耐心等待审核结果!
'
)),
reject
)
break
;
case
5
:
// 核销
paymentVerification
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
付款核销成功
!
'
)),
reject
);
paymentVerification
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
提交付款单核销成功,请耐心等待审核结果
!
'
)),
reject
);
break
;
case
6
:
// 反核销
paymentVerificationCancel
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
付款单反核销成功
!
'
)),
reject
)
paymentVerificationCancel
(
p
).
then
(()
=>
resolve
(
this
.
$t
(
'
提交付款单反核销成功,请耐心等待审核结果!
!
'
)),
reject
)
break
;
case
7
:
// 取消反核销
...
...
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