Commit cb23ab96 authored by 黄奎's avatar 黄奎

页面修改

parent 2b49c43d
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
<th width="120">{{$t('ground.jiweishokzs')}}</th> <th width="120">{{$t('ground.jiweishokzs')}}</th>
<th width="120">{{$t('adm.adm_time')}}</th> <th width="120">{{$t('adm.adm_time')}}</th>
<th width="130">{{$t('restaurant.res_resName')}}</th> <th width="130">{{$t('restaurant.res_resName')}}</th>
<th width="80">状态</th>
<th width="100">{{$t('ground.yongcanleixing')}}</th> <th width="100">{{$t('ground.yongcanleixing')}}</th>
<th width="100">{{$t('ground.da')}}</th> <th width="100">{{$t('ground.da')}}</th>
<th width="100">{{$t('ground.zhong')}}</th> <th width="100">{{$t('ground.zhong')}}</th>
...@@ -90,7 +91,6 @@ ...@@ -90,7 +91,6 @@
{{item.StartCityNames}} {{item.StartCityNames}}
</td> </td>
<td :rowspan="item.itemRowSpan" v-if='subIndex==0&&thirdIndex==0'> <td :rowspan="item.itemRowSpan" v-if='subIndex==0&&thirdIndex==0'>
{{item.FlightDate}} {{item.FlightDate}}
<el-popover popper-class="bookDinnerStatistics_tripDetails" width="550" trigger="click"> <el-popover popper-class="bookDinnerStatistics_tripDetails" width="550" trigger="click">
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
...@@ -150,6 +150,17 @@ ...@@ -150,6 +150,17 @@
<td> <td>
{{thirdItem.UseDinnerTypeStr}} {{thirdItem.UseDinnerTypeStr}}
</td> </td>
<td>
<template v-if="thirdItem.OrderState==-1">
<span style="color:red">未操作</span>
</template>
<template v-else-if="thirdItem.OrderState==0">
<span style="color:red"> 暂定</span>
</template>
<template v-else-if="thirdItem.OrderState==1">
<span style="color:green"> 确定</span>
</template>
</td>
<td> <td>
<!--大人--> <!--大人-->
<template v-for="lastItem in thirdItem.DiningPriceList" <template v-for="lastItem in thirdItem.DiningPriceList"
...@@ -173,7 +184,7 @@ ...@@ -173,7 +184,7 @@
</tr> </tr>
<tr <tr
v-if="subIndex== item.CommonReport.DiningList.length-1 && thirdIndex==subItem.DiningSummaryList.length-1"> v-if="subIndex== item.CommonReport.DiningList.length-1 && thirdIndex==subItem.DiningSummaryList.length-1">
<td :colspan="11" style="text-align: left!important;padding-left: 20px;"> <td :colspan="12" style="text-align: left!important;padding-left: 20px;">
<div class="link"> <div class="link">
<p @click="goUrlT('productQuery',item.TCNUMS,'产品查询')">{{item.Titles}}</p> <p @click="goUrlT('productQuery',item.TCNUMS,'产品查询')">{{item.Titles}}</p>
<div v-show="outItem.StaticsReportList[0].DMCRemark!=''" class="colorE95252"> <div v-show="outItem.StaticsReportList[0].DMCRemark!=''" class="colorE95252">
......
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