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
939c77a3
Commit
939c77a3
authored
Jul 10, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
津贴参数大小写问题
parent
83e9714c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
AccountManagement.vue
src/components/pages/PaymentManagement/AccountManagement.vue
+1
-1
AllowanceDetails.vue
src/components/pages/PaymentManagement/AllowanceDetails.vue
+1
-1
AllowancePayment.vue
src/components/pages/PaymentManagement/AllowancePayment.vue
+5
-5
ViewAllowances.vue
src/components/pages/PaymentManagement/ViewAllowances.vue
+1
-1
No files found.
src/components/pages/PaymentManagement/AccountManagement.vue
View file @
939c77a3
...
...
@@ -40,7 +40,7 @@
{{
cardNo
}}
</span>
<span
slot=
"cardStatus"
slot-scope=
"cardStatus, record"
>
<a-badge
v-if=
"record.cardNo != '' && cardStatus !== 'UNACTIVE'"
status=
"success"
text=
"已
帮
卡"
/>
<a-badge
v-if=
"record.cardNo != '' && cardStatus !== 'UNACTIVE'"
status=
"success"
text=
"已
绑
卡"
/>
<a-badge
v-else-if=
"record.cardNo != '' && cardStatus === 'UNACTIVE'"
status=
"error"
text=
"已冻结"
/>
<a-badge
v-else
status=
"default"
text=
"未绑卡"
/>
</span>
...
...
src/components/pages/PaymentManagement/AllowanceDetails.vue
View file @
939c77a3
...
...
@@ -17,7 +17,7 @@
</div>
<div>
<label>
津贴类型
</label>
<div>
{{
allowanceDetails
.
type
===
'
travel
'
?
'交通补贴'
:
'餐补'
}}
</div>
<div>
{{
allowanceDetails
.
type
===
'
TRAVEL
'
?
'交通补贴'
:
'餐补'
}}
</div>
</div>
<div>
<label>
单号
</label>
...
...
src/components/pages/PaymentManagement/AllowancePayment.vue
View file @
939c77a3
...
...
@@ -2,8 +2,8 @@
<div
class=
"AllowancePayment"
>
<div
class=
"searchBox"
>
<a-select
placeholder=
"津贴类型"
:allowClear=
"true"
style=
"width: 120px;margin-right: 20px;"
@
change=
"selectHandType"
>
<a-select-option
value=
"
travel
"
>
交通补助
</a-select-option>
<a-select-option
value=
"
meal
"
>
餐补
</a-select-option>
<a-select-option
value=
"
TRAVEL
"
>
交通补助
</a-select-option>
<a-select-option
value=
"
MEAL
"
>
餐补
</a-select-option>
</a-select>
<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>
...
...
@@ -23,7 +23,7 @@
<a-table
:columns=
"columns"
:dataSource=
"recordsList"
size=
"default"
rowKey=
"grantNumber"
:pagination=
"pagination"
@
change=
"handleTableChange"
>
<span
slot=
"recipient"
>
成员
</span>
<span
slot=
"money"
>
金额
</span>
<span
slot=
"type"
slot-scope=
"type"
>
{{
type
===
'
travel
'
?
'交通补助'
:
'餐补'
}}
</span>
<span
slot=
"type"
slot-scope=
"type"
>
{{
type
===
'
TRAVEL
'
?
'交通补助'
:
'餐补'
}}
</span>
<span
slot=
"grantNumber"
>
单号
</span>
<span
slot=
"agentId"
>
经办人
</span>
<span
slot=
"createTime"
slot-scope=
"createTime"
>
...
...
@@ -49,10 +49,10 @@
]"
placeholder="请选择津贴类型"
>
<a-select-option
value=
"
travel
"
>
<a-select-option
value=
"
TRAVEL
"
>
交通补助
</a-select-option>
<a-select-option
value=
"
meal
"
>
<a-select-option
value=
"
MEAL
"
>
餐补
</a-select-option>
</a-select>
...
...
src/components/pages/PaymentManagement/ViewAllowances.vue
View file @
939c77a3
...
...
@@ -4,7 +4,7 @@
<div
class=
"title"
>
查看津贴
</div>
<a-table
:columns=
"columns"
:dataSource=
"subsidyList"
size=
"default"
rowKey=
"couponId"
:pagination=
"pagination"
@
change=
"handleTableChange"
>
<span
slot=
"type"
slot-scope=
"type"
>
{{
type
===
'
travel
'
?
'交通补贴'
:
'餐补'
}}
{{
type
===
'
TRAVEL
'
?
'交通补贴'
:
'餐补'
}}
</span>
<span
slot=
"initialAmount"
>
发放金额
</span>
>
<span
slot=
"residueAmount"
>
余额
</span>
...
...
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