Commit 95d18838 authored by 黄媛媛's avatar 黄媛媛

票务管理新增价格维护提示

parent 10fe4c04
......@@ -1428,7 +1428,6 @@
<img v-if="!item.AirlineUrl" class="_oll_img" :src="defaultImg">
<img v-else class="_oll_img" :src="item.AirlineUrl" :onerror="defaultImg">
</div>
<span style="display:block;padding-left:10px;" title="国际段">行程天数:<span style="color:#ff0066;font-weight:bold">{{item.DayNum}}</span></span>
</el-col>
<el-col :span="2" class="vmiddle" style="width:85px;">
<div class="_oll_info">
......@@ -1438,6 +1437,7 @@
</el-tooltip>
<span class="_oll_adrr">{{item.FreightSpaceStr}}</span>
</div>
</el-col>
<el-col :span="4" class="vmiddle">
<div class="FlightDivDetails">
......@@ -1718,7 +1718,10 @@
</div>
</el-col>
</el-row>
<el-row>
<span style="padding-left:10px;" title="国际段">行程天数:<span style="color:#ff0066;font-weight:bold">{{item.DayNum}}</span></span>
<span v-if="Number(item.B2BPrice)<Number(item.CostPrice) || Number(item.B2BPrice)==Number(item.CostPrice) || Number(item.B2CPrice)<Number(item.CostPrice)|| Number(item.B2CPrice)==Number(item.CostPrice)" style="margin-left:10px;color:red">B2B价格未维护</span>
</el-row>
<el-row :gutter="0">
<el-col :span="1">
<div class="teamTitle">团期:</div>
......
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