Commit 2ca7d68e authored by youjie's avatar youjie
parents 14d55027 2386af65
This diff is collapsed.
......@@ -2231,6 +2231,10 @@
</div>
<p v-if="item.unionRemark" style="color: red;font-size:10px;margin-top:5px;">联运备注:{{ item.unionRemark }}
</p>
<p v-if="item.airticketUnionNotes||item.configNum>0" style="color: red;font-size:10px;margin-top:5px;">
票务备注:<span style="color: red">已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}</span>
</p>
</td>
<td colspan="4" class="groupTourOrder_remarks" style="height: 40px">
<div>
......
......@@ -2432,6 +2432,10 @@
<div v-if="item.unionRemark" style="color: red">
<span>联运备注:{{ item.unionRemark }}</span>
</div>
<div v-if="item.airticketUnionNotes||item.configNum>0" style="color: red">
票务备注:<span style="color: red">已配联运{{item.configNum}}人,{{item.airticketUnionNotes}}</span>
</div>
</div>
<div style="
float: right;
......
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