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
0de32473
Commit
0de32473
authored
Aug 15, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input选人bug禁用
parent
e4938388
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
3 deletions
+33
-3
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+11
-1
RechargeRecord.vue
src/components/pages/PaymentManagement/RechargeRecord.vue
+11
-1
RecordsOfConsumption.vue
...mponents/pages/PaymentManagement/RecordsOfConsumption.vue
+11
-1
No files found.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
0de32473
...
...
@@ -2,7 +2,7 @@
<a-spin
:spinning=
"spinning"
>
<div
class=
"AccountManagement"
>
<div
class=
"searchBox"
>
<
a-input
placeholder=
"选择成员"
disabled
@
click=
"choosePeople"
style=
"width: 120px"
/
>
<
div
class=
"choosePeople"
@
click=
"choosePeople"
style=
"width: 120px"
>
选择成员
</div
>
<a-input
placeholder=
"输入卡号"
v-model=
"searchSource.cardNum"
style=
"width: 120px"
/>
<a-select
placeholder=
"卡片状态"
style=
"width: 120px;margin-right: 20px;"
:allowClear=
"true"
@
change=
"selectHandleChangeCard"
>
<a-select-option
value=
"ACTIVE"
>
已绑卡
</a-select-option>
...
...
@@ -532,4 +532,14 @@ export default {
display
:
block
;
text-align
:
center
;
}
.choosePeople
{
line-height
:
32px
;
width
:
120px
;
margin-right
:
20px
;
padding-left
:
11px
;
height
:
32px
;
border
:
1px
solid
#d9d9d9
;
border-radius
:
4px
;
color
:
#bfbfbf
;
}
</
style
>
src/components/pages/PaymentManagement/RechargeRecord.vue
View file @
0de32473
<
template
>
<div
class=
"RechargeRecord"
>
<div
class=
"searchBox"
>
<
a-input
placeholder=
"选择成员"
disabled
@
click=
"choosePeople"
/
>
<
div
class=
"choosePeople"
@
click=
"choosePeople"
style=
"width: 120px"
>
选择成员
</div
>
<a-select
placeholder=
"经办人"
:allowClear=
"true"
style=
"width: 120px;margin-right: 20px;"
@
change=
"selectAgent"
>
<a-select-option
v-for=
"(item, index) in agentList"
:key=
"index"
:value=
"item.ddUserId"
>
{{
item
.
name
}}
</a-select-option>
</a-select>
...
...
@@ -259,4 +259,14 @@ export default {
display
:
block
;
text-align
:
center
;
}
.choosePeople
{
line-height
:
32px
;
width
:
120px
;
margin-right
:
20px
;
padding-left
:
11px
;
height
:
32px
;
border
:
1px
solid
#d9d9d9
;
border-radius
:
4px
;
color
:
#bfbfbf
;
}
</
style
>
src/components/pages/PaymentManagement/RecordsOfConsumption.vue
View file @
0de32473
<
template
>
<div
class=
"RecordsOfConsumption"
>
<div
class=
"searchBox"
>
<
a-input
placeholder=
"消费人"
disabled
@
click=
"choosePeople"
style=
"width: 120px"
/
>
<
div
class=
"choosePeople"
@
click=
"choosePeople"
style=
"width: 120px"
>
选择成员
</div
>
<a-select
placeholder=
"状态"
:allowClear=
"true"
style=
"width: 120px;margin-right: 20px;"
@
change=
"selectHandRecords"
>
<a-select-option
value=
"SUCCESS"
>
已消费
</a-select-option>
<a-select-option
value=
"REFUND_SUCCESS"
>
已退款
</a-select-option>
...
...
@@ -326,4 +326,14 @@ export default {
display
:
block
;
text-align
:
center
;
}
.choosePeople
{
line-height
:
32px
;
width
:
120px
;
margin-right
:
20px
;
padding-left
:
11px
;
height
:
32px
;
border
:
1px
solid
#d9d9d9
;
border-radius
:
4px
;
color
:
#bfbfbf
;
}
</
style
>
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