Commit f46e37c8 authored by 黄奎's avatar 黄奎

地接总表修改

parent d2f2cf4c
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total"></el-pagination> layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total="total"></el-pagination>
<table border="0" cellspacing="1" cellpadding="0" class="dmcTotalTable" v-loading="loading"> <table border="0" cellspacing="1" cellpadding="0" class="dmcTotalTable" v-loading="loading">
<tr> <tr>
<th colspan="11">公司通用信息</th> <th colspan="12">公司通用信息</th>
<th colspan="6">团队需求表</th> <th colspan="6">团队需求表</th>
<th colspan="10">地接op操作</th> <th colspan="10">地接op操作</th>
</tr> </tr>
...@@ -161,10 +161,11 @@ ...@@ -161,10 +161,11 @@
<th width="75">出团公司</th> <th width="75">出团公司</th>
<th width="75">出发地</th> <th width="75">出发地</th>
<th width="80">航班时间</th> <th width="80">航班时间</th>
<th width="125">公司团号</th> <th width="140">公司团号</th>
<th width="90">同业<br/>会员价</th>
<th width="75">线路<br />负责人</th> <th width="75">线路<br />负责人</th>
<th width="75">进出点</th> <th width="75">进出点</th>
<th width="70">订单人数</th> <th width="50">订单<br/>人数</th>
<th width="100">机位总数<br />(Y/E/F/单地接)</th> <th width="100">机位总数<br />(Y/E/F/单地接)</th>
<th width="60">领队</th> <th width="60">领队</th>
<th width="60">导游</th> <th width="60">导游</th>
...@@ -237,9 +238,12 @@ ...@@ -237,9 +238,12 @@
</td> </td>
<td> <td>
<div class="link"> <div class="link">
<p @click="goUrlT('productQuery',item.TCNUMS,'产品查询')">{{item.TCNUMS}}({{item.TCID}})</p> <p @click="goUrlT('productQuery',item.TCNUMS,'产品查询')">{{item.TCNUMS}}<br/>({{item.TCID}})</p>
</div> </div>
</td> </td>
<td style="color: #47BF8C;white-space: nowrap;">
{{item.B2BMemberPrice}}
</td>
<td> <td>
{{item.CreateByName}} {{item.CreateByName}}
</td> </td>
...@@ -524,7 +528,7 @@ ...@@ -524,7 +528,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td colspan="22" style="text-align: left!important;padding:0 20px;"> <td colspan="23" style="text-align: left!important;padding:0 20px;">
<div class="link"> <div class="link">
<p @click="getJourney(item)" style="padding-top:4px;">{{item.Title}}</p> <p @click="getJourney(item)" style="padding-top:4px;">{{item.Title}}</p>
<div v-if="outItem.PriceCommonList[index].DMCNum && outItem.PriceCommonList[index].DMCNum!=''" <div v-if="outItem.PriceCommonList[index].DMCNum && outItem.PriceCommonList[index].DMCNum!=''"
......
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