Commit cb23ab96 authored by 黄奎's avatar 黄奎

页面修改

parent 2b49c43d
......@@ -71,6 +71,7 @@
<th width="120">{{$t('ground.jiweishokzs')}}</th>
<th width="120">{{$t('adm.adm_time')}}</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.da')}}</th>
<th width="100">{{$t('ground.zhong')}}</th>
......@@ -90,7 +91,6 @@
{{item.StartCityNames}}
</td>
<td :rowspan="item.itemRowSpan" v-if='subIndex==0&&thirdIndex==0'>
{{item.FlightDate}}
<el-popover popper-class="bookDinnerStatistics_tripDetails" width="550" trigger="click">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
......@@ -150,6 +150,17 @@
<td>
{{thirdItem.UseDinnerTypeStr}}
</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>
<!--大人-->
<template v-for="lastItem in thirdItem.DiningPriceList"
......@@ -173,7 +184,7 @@
</tr>
<tr
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">
<p @click="goUrlT('productQuery',item.TCNUMS,'产品查询')">{{item.Titles}}</p>
<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