Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
fengzhaoyu
mingPayPc
Commits
f6e44752
Commit
f6e44752
authored
5 years ago
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改,充值和津贴文案取后端文案
parent
514e32ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+2
-2
AllowancePayment.vue
src/components/pages/PaymentManagement/AllowancePayment.vue
+2
-2
No files found.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
f6e44752
...
...
@@ -339,9 +339,9 @@ export default {
this
.
rechargeData
.
orgId
=
localStorage
.
getItem
(
'orgId'
)
let
rechargeData
=
this
.
$qs
.
stringify
(
this
.
rechargeData
)
$http
.
get
(
`/v1/charge/charge?
${
rechargeData
}
`
).
then
((
res
)
=>
{
if
(
res
.
data
.
message
===
'SUCCESS
'
)
{
if
(
res
.
data
.
resultCode
===
'0
'
)
{
this
.
form
.
resetFields
()
this
.
$message
.
success
(
'充值已提交,审批中请耐心等待'
)
this
.
$message
.
success
(
res
.
data
.
message
)
this
.
spinning
=
!
this
.
spinning
}
else
{
this
.
spinning
=
!
this
.
spinning
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/AllowancePayment.vue
View file @
f6e44752
...
...
@@ -306,12 +306,12 @@ export default {
orgId
:
localStorage
.
getItem
(
'orgId'
)
})
$http
.
get
(
`/v1/account/batch_create_subsidy?
${
RecordData
}
`
).
then
((
res
)
=>
{
if
(
res
.
data
.
message
===
'SUCCESS
'
)
{
if
(
res
.
data
.
resultCode
===
'0
'
)
{
this
.
visible
=
false
this
.
form
.
resetFields
()
this
.
userIdListObj
=
[]
this
.
departmentIdListObj
=
[]
this
.
$message
.
success
(
'发放成功'
)
this
.
$message
.
success
(
res
.
data
.
message
)
this
.
spinning
=
false
this
.
queryRecordList
()
}
else
{
...
...
This diff is collapsed.
Click to expand it.
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