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
587b3fa5
Commit
587b3fa5
authored
Aug 05, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
明细
parent
53775990
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
21 deletions
+21
-21
leaderPay2.vue
src/components/leaderPay2.vue
+21
-21
No files found.
src/components/leaderPay2.vue
View file @
587b3fa5
...
...
@@ -179,7 +179,7 @@ input[type="number"] {
</table>
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"
9
"
class=
"bgwhite"
>
门票使用
</th>
<th
colspan=
"
10
"
class=
"bgwhite"
>
门票使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
...
...
@@ -191,7 +191,7 @@ input[type="number"] {
<th
width=
""
>
预计总金额
</th>
<th
width=
""
>
实付金额
</th>
<th
width=
"100"
>
备注
</th>
<
!--
<th
width=
"40"
>
操作
</th>
--
>
<
th
width=
"40"
>
操作
</th
>
</tr>
<template
v-for=
'(item,index) in ScenicDataList'
>
<template
v-for=
"(subItem,subIndex) in item.data"
>
...
...
@@ -231,7 +231,7 @@ input[type="number"] {
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.TicketPriceList.length"
>
{{
subItem
.
Remarks
}}
</td>
<
!--
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.TicketPriceList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('ticket', subItem)"
>
明细
</span></td>
--
>
<
td
v-if=
"childIndex==0"
:rowspan=
"subItem.TicketPriceList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('ticket', subItem)"
>
明细
</span></td
>
</tr>
</
template
>
</template>
...
...
@@ -279,7 +279,7 @@ input[type="number"] {
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"
4
"
class=
"bgwhite"
>
车辆使用
</th>
<th
colspan=
"
5
"
class=
"bgwhite"
>
车辆使用
</th>
</tr>
<tr>
<th
width=
""
>
使用日期
</th>
...
...
@@ -287,7 +287,7 @@ input[type="number"] {
<!-- <th width="">预计总金额</th>-->
<th
width=
""
>
实付金额
</th>
<th
width=
""
>
备注
</th>
<
!-- <th width="40">操作</th> --
>
<
th
width=
"40"
>
操作
</th
>
</tr>
<
template
v-for=
'(item,index) in busDataList'
>
<tr
v-for=
'(item2,index2) in item.data'
>
...
...
@@ -304,14 +304,14 @@ input[type="number"] {
<td>
{{
item2
.
Remarks
}}
</td>
<
!--
<td
v-if=
"index2 ==0"
:rowspan=
"item.data.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('bus', item2)"
>
明细
</span></td>
--
>
<
td
v-if=
"index2 ==0"
:rowspan=
"item.data.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('bus', item2)"
>
明细
</span></td
>
</tr>
</
template
>
</table>
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"1
0
"
class=
"bgwhite"
>
餐食使用
</th>
<th
colspan=
"1
1
"
class=
"bgwhite"
>
餐食使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
...
...
@@ -324,7 +324,7 @@ input[type="number"] {
<th
width=
""
>
预计总金额
</th>
<th
width=
""
>
实付金额
</th>
<th
width=
"100"
>
备注
</th>
<
!-- <th width="40">操作</th> --
>
<
th
width=
"40"
>
操作
</th
>
</tr>
<
template
v-for=
'(item,index) in DiningDataList'
>
<template
v-for=
'(subItem,subIndex) in item.data'
>
...
...
@@ -366,7 +366,7 @@ input[type="number"] {
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.DiningPriceList.length"
>
{{
subItem
.
Remarks
}}
</td>
<
!--
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.DiningPriceList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('dining', subItem)"
>
明细
</span></td>
--
>
<
td
v-if=
"childIndex==0"
:rowspan=
"subItem.DiningPriceList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('dining', subItem)"
>
明细
</span></td
>
</tr>
</
template
>
</template>
...
...
@@ -414,7 +414,7 @@ input[type="number"] {
<table
border=
"0"
cellspacing=
"1"
class=
"leaderPayTable leaderPayTable2"
>
<tr>
<th
colspan=
"1
1
"
class=
"bgwhite"
>
酒店使用
</th>
<th
colspan=
"1
2
"
class=
"bgwhite"
>
酒店使用
</th>
</tr>
<tr>
<th
width=
"180"
>
使用日期
</th>
...
...
@@ -428,7 +428,7 @@ input[type="number"] {
<th
width=
""
>
预计总金额
</th>
<th
width=
""
>
实付金额
</th>
<th
width=
"100"
>
备注
</th>
<
!-- <th width="40">操作</th> --
>
<
th
width=
"40"
>
操作
</th
>
</tr>
<
template
v-for=
'(item, index) in HotelDataList'
>
<template
v-for=
"(subItem,subIndex) in item.data"
>
...
...
@@ -492,7 +492,7 @@ input[type="number"] {
<td
v-if=
"childIndex==0"
:rowspan=
"subItem.OrderDetailsList.length"
>
{{subItem.Remarks}}
</td>
<
!-- <td v-if="childIndex==0" :rowspan="subItem.OrderDetailsList.length"><span class="cursorpointer text-decoratio" @click="godetail('hotel', subItem)">明细</span></td> --
>
<
td
v-if=
"childIndex==0"
:rowspan=
"subItem.OrderDetailsList.length"
><span
class=
"cursorpointer text-decoratio"
@
click=
"godetail('hotel', subItem)"
>
明细
</span></td
>
</tr>
</template>
</template>
...
...
@@ -557,7 +557,7 @@ input[type="number"] {
class="leader2Btn"
@click="saveBZPrice()"
></th> -->
<
!-- <th width="40">操作</th> --
>
<
th
width=
"40"
>
操作
</th
>
</tr>
<tr
v-show=
"totalList.SelfPayingExpendTotalPrice>0"
>
<td>
自费支出
</td>
...
...
@@ -571,8 +571,8 @@ input[type="number"] {
<td>
自费收入
</td>
<td>
0
</td>
<td>
{{moneyFormat(totalList.SelfPayingIncomeTotalPrice)}}
</td>
<
!-- <
td>
</td>
-->
<td>
</td>
</tr>
<!-- <tr v-show="totalList.IncomeTotalPrice>0">
<td>消费收入</td>
...
...
@@ -584,14 +584,14 @@ input[type="number"] {
<td>
其他费用
</td>
<td>
0
</td>
<td>
{{moneyFormat(totalList.ExpendTotalPrice-totalScenicPrice-totalTrafficPrice-totalDinnerPrice-totalHotelPrice)}}
</td>
<
!-- <
td>
</td>
-->
<td>
</td>
</tr>
<tr
v-show=
"totalScenicPrice>0"
>
<td>
景点门票
</td>
<td>
{{moneyFormat(OtherTotalPrice)}}
</td>
<td>
{{moneyFormat(totalScenicPrice)}}
</td>
<
!-- <td><span class="cursorpointer text-decoratio" @click="godetailAll('ticket')">明细</span></td> --
>
<
td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetailAll('ticket')"
>
明细
</span></td
>
<!-- <td>
<el-input
size="mini"
...
...
@@ -604,7 +604,7 @@ input[type="number"] {
<td>
交通
</td>
<td>
{{moneyFormat(SelfPayingExpendTotalPrice)}}
</td>
<td>
{{moneyFormat(totalTrafficPrice)}}
</td>
<
!-- <td><span class="cursorpointer text-decoratio" @click="godetailAll('bus')">明细</span></td> --
>
<
td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetailAll('bus')"
>
明细
</span></td
>
<!-- <td>
<el-input
size="mini"
...
...
@@ -617,7 +617,7 @@ input[type="number"] {
<td>
餐饮
</td>
<td>
{{moneyFormat(IncomeTotalPrice)}}
</td>
<td>
{{moneyFormat(totalDinnerPrice)}}
</td>
<
!-- <td><span class="cursorpointer text-decoratio" @click="godetailAll('dining')">明细</span></td> --
>
<
td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetailAll('dining')"
>
明细
</span></td
>
<!-- <td>
<el-input
size="mini"
...
...
@@ -630,7 +630,7 @@ input[type="number"] {
<td>
酒店
</td>
<td>
{{moneyFormat(ExpendTotalPrice)}}
</td>
<td>
{{moneyFormat(totalHotelPrice)}}
</td>
<
!-- <td><span class="cursorpointer text-decoratio" @click="godetailAll('hotel')">明细</span></td> --
>
<
td><span
class=
"cursorpointer text-decoratio"
@
click=
"godetailAll('hotel')"
>
明细
</span></td
>
<!-- <td>
<el-input
size="mini"
...
...
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