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
99347a6a
Commit
99347a6a
authored
Jul 07, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
f1816078
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+5
-0
No files found.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
99347a6a
<
template
>
<
template
>
<a-spin
:spinning=
"spinning"
>
<div
class=
"AccountManagement"
>
<div
class=
"AccountManagement"
>
<div
class=
"searchBox"
>
<div
class=
"searchBox"
>
<a-input
placeholder=
"选择成员"
@
click=
"choosePeople"
style=
"width: 120px"
/>
<a-input
placeholder=
"选择成员"
@
click=
"choosePeople"
style=
"width: 120px"
/>
...
@@ -98,6 +99,7 @@
...
@@ -98,6 +99,7 @@
</a-form>
</a-form>
</a-modal>
</a-modal>
</div>
</div>
</a-spin>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -110,6 +112,7 @@ export default {
...
@@ -110,6 +112,7 @@ export default {
components
:
{},
components
:
{},
data
()
{
data
()
{
return
{
return
{
spinning
:
true
,
visible
:
false
,
visible
:
false
,
visible2
:
false
,
visible2
:
false
,
formLayout
:
'horizontal'
,
formLayout
:
'horizontal'
,
...
@@ -321,6 +324,7 @@ export default {
...
@@ -321,6 +324,7 @@ export default {
// 内部充值接口
// 内部充值接口
internalRecharge
()
{
internalRecharge
()
{
let
_that
=
this
let
_that
=
this
this
.
spinning
=
!
this
.
spinning
this
.
rechargeData
.
orderPrice
=
this
.
form
.
getFieldsValue
().
orderPrice
this
.
rechargeData
.
orderPrice
=
this
.
form
.
getFieldsValue
().
orderPrice
this
.
rechargeData
.
remark
=
this
.
form
.
getFieldsValue
().
remark
this
.
rechargeData
.
remark
=
this
.
form
.
getFieldsValue
().
remark
this
.
rechargeData
.
orgId
=
localStorage
.
getItem
(
'orgId'
)
this
.
rechargeData
.
orgId
=
localStorage
.
getItem
(
'orgId'
)
...
@@ -330,6 +334,7 @@ export default {
...
@@ -330,6 +334,7 @@ export default {
this
.
visible
=
false
this
.
visible
=
false
this
.
form
.
resetFields
()
this
.
form
.
resetFields
()
this
.
$message
.
success
(
'充值已提交,审批中请耐心等待'
)
this
.
$message
.
success
(
'充值已提交,审批中请耐心等待'
)
this
.
spinning
=
!
this
.
spinning
}
else
{
}
else
{
this
.
$message
.
success
(
res
.
data
.
message
)
this
.
$message
.
success
(
res
.
data
.
message
)
}
}
...
...
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