Commit 53775990 authored by 华国豪's avatar 华国豪 🙄

111

parent 1dc691be
...@@ -628,6 +628,9 @@ ...@@ -628,6 +628,9 @@
<span>{{item.EmName}}</span> <span>{{item.EmName}}</span>
</td> </td>
</tr> </tr>
<tr v-if="!zhuijiaList.length">
<td colspan="8">暂无数据</td>
</tr>
</table> </table>
<div v-if='picIsShow' class="viewBigPicLayer"> <div v-if='picIsShow' class="viewBigPicLayer">
<i class="el-icon-circle-close-outline clolseViewBigPicLayer" @click="picIsShow=false,picObj=[]"></i> <i class="el-icon-circle-close-outline clolseViewBigPicLayer" @click="picIsShow=false,picObj=[]"></i>
......
...@@ -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="10" class="bgwhite">门票使用</th> <th colspan="9" 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="5" class="bgwhite">车辆使用</th> <th colspan="4" 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="11" class="bgwhite">餐食使用</th> <th colspan="10" 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="12" class="bgwhite">酒店使用</th> <th colspan="11" 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,9 +571,8 @@ input[type="number"] { ...@@ -571,9 +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>
<!-- <span class="cursorpointer text-decoratio" @click="godetailAll('zifeishou')">明细</span> --> </td> -->
</td>
</tr> </tr>
<!-- <tr v-show="totalList.IncomeTotalPrice>0"> <!-- <tr v-show="totalList.IncomeTotalPrice>0">
<td>消费收入</td> <td>消费收入</td>
...@@ -585,15 +584,14 @@ input[type="number"] { ...@@ -585,15 +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>
<!-- <span class="cursorpointer text-decoratio" @click="godetailAll('qitafeiyong')">明细</span> --> </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"
...@@ -606,7 +604,7 @@ input[type="number"] { ...@@ -606,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"
...@@ -619,7 +617,7 @@ input[type="number"] { ...@@ -619,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"
...@@ -632,7 +630,7 @@ input[type="number"] { ...@@ -632,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"
...@@ -717,6 +715,9 @@ input[type="number"] { ...@@ -717,6 +715,9 @@ input[type="number"] {
<span>{{item.EmName}}</span> <span>{{item.EmName}}</span>
</td> </td>
</tr> </tr>
<tr v-if="!zhuijiaList.length">
<td colspan="8">暂无数据</td>
</tr>
</table> </table>
<table border="0" cellspacing="1" class="leaderPayTable" v-if="TotalPriceData.length>0"> <table border="0" cellspacing="1" class="leaderPayTable" v-if="TotalPriceData.length>0">
<tr> <tr>
......
...@@ -1400,6 +1400,20 @@ export default { ...@@ -1400,6 +1400,20 @@ export default {
meta: { meta: {
title: '领队绩效' title: '领队绩效'
}, },
}, {
path: '/leaderPayHotelDetail', //j酒店报账详情
name: 'leaderPayHotelDetail',
component: resolve => require(['@/components/LeaderManagement/leaderPayHotelDetail'], resolve),
meta: {
title: '酒店报账详情'
},
}, {
path: '/leaderPayTicketDetail', //j门票报账详情
name: 'leaderPayTicketDetail',
component: resolve => require(['@/components/LeaderManagement/leaderPayTicketDetail'], resolve),
meta: {
title: '门票报账详情'
},
}, { }, {
path: '/leaderChedule', //领队档期 path: '/leaderChedule', //领队档期
name: 'leaderChedule', name: 'leaderChedule',
......
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