Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
ebce2489
Commit
ebce2489
authored
Aug 09, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领队报账页面优化
parent
3c716607
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
8 deletions
+19
-8
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+18
-8
leaderPay2.vue
src/components/leaderPay2.vue
+1
-0
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
ebce2489
...
...
@@ -123,17 +123,27 @@
</span>
</td>
</tr>
<tr
v-if=
"TotalNav.busPrice"
>
<td>
总金额
</td>
<td
colspan=
"16"
>
<span
v-for=
"item in TotalNav.busPrice"
>
<template>
<tr
v-if=
"TotalNav.busPrice.length"
>
<td>
总金额
</td>
<td
colspan=
"16"
>
<span
v-for=
"item in TotalNav.busPrice"
>
<span
v-for=
"plan in TotalNav.planPriceList"
v-if=
"plan.UserType==4"
>
现付:
{{
plan
.
PlanTotalPrice
}}
</span>
<span
v-if=
"item.PayType!=1"
>
{{
item
.
Str
+
':'
+
item
.
TotalPrice
}}
</span>
</span>
</td>
</tr>
<tr
v-else
>
<td>
总金额
</td>
<td
colspan=
"16"
>
<span
v-for=
"plan in TotalNav.planPriceList"
v-if=
"plan.UserType==4"
>
现付:
{{
plan
.
PlanTotalPrice
}}
</span>
<span
v-if=
"item.PayType!=1"
>
{{
item
.
Str
+
':'
+
item
.
TotalPrice
}}
</span>
</span>
</td>
</tr>
</td>
</tr>
</
template
>
</table>
<table
class=
"leaderReimbursementTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<tr>
...
...
src/components/leaderPay2.vue
View file @
ebce2489
...
...
@@ -593,6 +593,7 @@ input[type="number"] {
<span
v-if=
"item.UserType==1"
>
酒店
</span>
<span
v-if=
"item.UserType==2"
>
餐饮
</span>
<span
v-if=
"item.UserType==4"
>
交通
</span>
(
<span
style=
"color:red"
>
{{item.CurrencyName}}
</span>
)
</td>
<td>
{{item.PlanTotalPrice}}
</td>
<td>
{{item.UserTotalPrice}}
</td>
...
...
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