Commit 587b3fa5 authored by 华国豪's avatar 华国豪 🙄

明细

parent 53775990
...@@ -179,7 +179,7 @@ input[type="number"] { ...@@ -179,7 +179,7 @@ input[type="number"] {
</table> </table>
<table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2"> <table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2">
<tr> <tr>
<th colspan="9" class="bgwhite">门票使用</th> <th colspan="10" class="bgwhite">门票使用</th>
</tr> </tr>
<tr> <tr>
<th width="180">使用日期</th> <th width="180">使用日期</th>
...@@ -191,7 +191,7 @@ input[type="number"] { ...@@ -191,7 +191,7 @@ input[type="number"] {
<th width="">预计总金额</th> <th width="">预计总金额</th>
<th width="">实付金额</th> <th width="">实付金额</th>
<th width="100">备注</th> <th width="100">备注</th>
<!-- <th width="40">操作</th> --> <th width="40">操作</th>
</tr> </tr>
<template v-for='(item,index) in ScenicDataList'> <template v-for='(item,index) in ScenicDataList'>
<template v-for="(subItem,subIndex) in item.data"> <template v-for="(subItem,subIndex) in item.data">
...@@ -231,7 +231,7 @@ input[type="number"] { ...@@ -231,7 +231,7 @@ input[type="number"] {
<td v-if="childIndex==0" :rowspan="subItem.TicketPriceList.length"> <td v-if="childIndex==0" :rowspan="subItem.TicketPriceList.length">
{{subItem.Remarks}} {{subItem.Remarks}}
</td> </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> </tr>
</template> </template>
</template> </template>
...@@ -279,7 +279,7 @@ input[type="number"] { ...@@ -279,7 +279,7 @@ input[type="number"] {
<table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2"> <table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2">
<tr> <tr>
<th colspan="4" class="bgwhite">车辆使用</th> <th colspan="5" class="bgwhite">车辆使用</th>
</tr> </tr>
<tr> <tr>
<th width="">使用日期</th> <th width="">使用日期</th>
...@@ -287,7 +287,7 @@ input[type="number"] { ...@@ -287,7 +287,7 @@ input[type="number"] {
<!-- <th width="">预计总金额</th>--> <!-- <th width="">预计总金额</th>-->
<th width="">实付金额</th> <th width="">实付金额</th>
<th width="">备注</th> <th width="">备注</th>
<!-- <th width="40">操作</th> --> <th width="40">操作</th>
</tr> </tr>
<template v-for='(item,index) in busDataList'> <template v-for='(item,index) in busDataList'>
<tr v-for='(item2,index2) in item.data'> <tr v-for='(item2,index2) in item.data'>
...@@ -304,14 +304,14 @@ input[type="number"] { ...@@ -304,14 +304,14 @@ input[type="number"] {
<td> <td>
{{item2.Remarks}} {{item2.Remarks}}
</td> </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> </tr>
</template> </template>
</table> </table>
<table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2"> <table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2">
<tr> <tr>
<th colspan="10" class="bgwhite">餐食使用</th> <th colspan="11" class="bgwhite">餐食使用</th>
</tr> </tr>
<tr> <tr>
<th width="180">使用日期</th> <th width="180">使用日期</th>
...@@ -324,7 +324,7 @@ input[type="number"] { ...@@ -324,7 +324,7 @@ input[type="number"] {
<th width="">预计总金额</th> <th width="">预计总金额</th>
<th width="">实付金额</th> <th width="">实付金额</th>
<th width="100">备注</th> <th width="100">备注</th>
<!-- <th width="40">操作</th> --> <th width="40">操作</th>
</tr> </tr>
<template v-for='(item,index) in DiningDataList'> <template v-for='(item,index) in DiningDataList'>
<template v-for='(subItem,subIndex) in item.data'> <template v-for='(subItem,subIndex) in item.data'>
...@@ -366,7 +366,7 @@ input[type="number"] { ...@@ -366,7 +366,7 @@ input[type="number"] {
<td v-if="childIndex==0" :rowspan="subItem.DiningPriceList.length"> <td v-if="childIndex==0" :rowspan="subItem.DiningPriceList.length">
{{subItem.Remarks}} {{subItem.Remarks}}
</td> </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> </tr>
</template> </template>
</template> </template>
...@@ -414,7 +414,7 @@ input[type="number"] { ...@@ -414,7 +414,7 @@ input[type="number"] {
<table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2"> <table border="0" cellspacing="1" class="leaderPayTable leaderPayTable2">
<tr> <tr>
<th colspan="11" class="bgwhite">酒店使用</th> <th colspan="12" class="bgwhite">酒店使用</th>
</tr> </tr>
<tr> <tr>
<th width="180">使用日期</th> <th width="180">使用日期</th>
...@@ -428,7 +428,7 @@ input[type="number"] { ...@@ -428,7 +428,7 @@ input[type="number"] {
<th width="">预计总金额</th> <th width="">预计总金额</th>
<th width="">实付金额</th> <th width="">实付金额</th>
<th width="100">备注</th> <th width="100">备注</th>
<!-- <th width="40">操作</th> --> <th width="40">操作</th>
</tr> </tr>
<template v-for='(item, index) in HotelDataList'> <template v-for='(item, index) in HotelDataList'>
<template v-for="(subItem,subIndex) in item.data"> <template v-for="(subItem,subIndex) in item.data">
...@@ -492,7 +492,7 @@ input[type="number"] { ...@@ -492,7 +492,7 @@ input[type="number"] {
<td v-if="childIndex==0" :rowspan="subItem.OrderDetailsList.length"> <td v-if="childIndex==0" :rowspan="subItem.OrderDetailsList.length">
{{subItem.Remarks}} {{subItem.Remarks}}
</td> </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> </tr>
</template> </template>
</template> </template>
...@@ -557,7 +557,7 @@ input[type="number"] { ...@@ -557,7 +557,7 @@ input[type="number"] {
class="leader2Btn" class="leader2Btn"
@click="saveBZPrice()" @click="saveBZPrice()"
></th> --> ></th> -->
<!-- <th width="40">操作</th> --> <th width="40">操作</th>
</tr> </tr>
<tr v-show="totalList.SelfPayingExpendTotalPrice>0"> <tr v-show="totalList.SelfPayingExpendTotalPrice>0">
<td>自费支出</td> <td>自费支出</td>
...@@ -571,8 +571,8 @@ input[type="number"] { ...@@ -571,8 +571,8 @@ input[type="number"] {
<td>自费收入</td> <td>自费收入</td>
<td>0</td> <td>0</td>
<td>{{moneyFormat(totalList.SelfPayingIncomeTotalPrice)}}</td> <td>{{moneyFormat(totalList.SelfPayingIncomeTotalPrice)}}</td>
<!-- <td> <td>
</td> --> </td>
</tr> </tr>
<!-- <tr v-show="totalList.IncomeTotalPrice>0"> <!-- <tr v-show="totalList.IncomeTotalPrice>0">
<td>消费收入</td> <td>消费收入</td>
...@@ -584,14 +584,14 @@ input[type="number"] { ...@@ -584,14 +584,14 @@ input[type="number"] {
<td>其他费用</td> <td>其他费用</td>
<td>0</td> <td>0</td>
<td>{{moneyFormat(totalList.ExpendTotalPrice-totalScenicPrice-totalTrafficPrice-totalDinnerPrice-totalHotelPrice)}}</td> <td>{{moneyFormat(totalList.ExpendTotalPrice-totalScenicPrice-totalTrafficPrice-totalDinnerPrice-totalHotelPrice)}}</td>
<!-- <td> <td>
</td> --> </td>
</tr> </tr>
<tr v-show="totalScenicPrice>0"> <tr v-show="totalScenicPrice>0">
<td>景点门票</td> <td>景点门票</td>
<td>{{moneyFormat(OtherTotalPrice)}}</td> <td>{{moneyFormat(OtherTotalPrice)}}</td>
<td>{{moneyFormat(totalScenicPrice)}}</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> <!-- <td>
<el-input <el-input
size="mini" size="mini"
...@@ -604,7 +604,7 @@ input[type="number"] { ...@@ -604,7 +604,7 @@ input[type="number"] {
<td>交通</td> <td>交通</td>
<td>{{moneyFormat(SelfPayingExpendTotalPrice)}}</td> <td>{{moneyFormat(SelfPayingExpendTotalPrice)}}</td>
<td>{{moneyFormat(totalTrafficPrice)}}</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> <!-- <td>
<el-input <el-input
size="mini" size="mini"
...@@ -617,7 +617,7 @@ input[type="number"] { ...@@ -617,7 +617,7 @@ input[type="number"] {
<td>餐饮</td> <td>餐饮</td>
<td>{{moneyFormat(IncomeTotalPrice)}}</td> <td>{{moneyFormat(IncomeTotalPrice)}}</td>
<td>{{moneyFormat(totalDinnerPrice)}}</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> <!-- <td>
<el-input <el-input
size="mini" size="mini"
...@@ -630,7 +630,7 @@ input[type="number"] { ...@@ -630,7 +630,7 @@ input[type="number"] {
<td>酒店</td> <td>酒店</td>
<td>{{moneyFormat(ExpendTotalPrice)}}</td> <td>{{moneyFormat(ExpendTotalPrice)}}</td>
<td>{{moneyFormat(totalHotelPrice)}}</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> <!-- <td>
<el-input <el-input
size="mini" size="mini"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment