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
66acd22b
Commit
66acd22b
authored
Oct 16, 2019
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报账页面其他费用显示修改
parent
1fe0a06a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
leaderPay2.vue
src/components/leaderPay2.vue
+4
-4
No files found.
src/components/leaderPay2.vue
View file @
66acd22b
...
...
@@ -690,16 +690,16 @@
<!-- <span class="cursorpointer text-decoratio" @click="godetailAll('zifeizhiS')">明细</span> -->
</td>
</tr>
<tr
v-show=
"(totalList.ExpendTotalPrice-totalScenicPrice-totalTrafficPrice-totalDinnerPrice-totalHotelPrice)>0"
>
<
!-- <
tr v-show="(totalList.ExpendTotalPrice-totalScenicPrice-totalTrafficPrice-totalDinnerPrice-totalHotelPrice)>0">
<td>其他费用</td>
<td>0</td>
<td>
{{moneyFormat(totalList.ExpendTotalPrice-totalScenicPrice-totalTrafficPrice-totalDinnerPrice-totalHotelPrice)}}
</td>
<td>
<!-- <span class="cursorpointer text-decoratio" @click="godetailAll('qitaF')">明细</span> -->
</td>
</tr>
</tr>
-->
<tr
v-for=
"item in planPriceList"
>
<td>
<span
v-if=
"item.UserType==3"
>
景点门票
</span>
...
...
@@ -1140,7 +1140,7 @@
methods
:
{
getOrderType
(
type
)
{
// 1-其他订单,2-小费收入,3-团费小计,4-自费收入,5-自费支出
if
(
type
==
1
)
return
'其他
订单
'
if
(
type
==
1
)
return
'其他
费用
'
else
if
(
type
==
2
)
return
'小费收入'
else
if
(
type
==
3
)
return
'团费小计'
else
if
(
type
==
4
)
return
'自费收入'
...
...
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