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
25ba3ca1
Commit
25ba3ca1
authored
Apr 04, 2023
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
国际化修改
parent
a957e1bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
commission-Payment.vue
src/views/ecw/financial/commission-Payment.vue
+2
-2
paymentVoucher.vue
src/views/ecw/financial/paymentVoucher.vue
+1
-1
No files found.
src/views/ecw/financial/commission-Payment.vue
View file @
25ba3ca1
...
...
@@ -254,11 +254,11 @@ export default {
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 @
25ba3ca1
...
...
@@ -444,7 +444,7 @@ export default {
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