Commit 4baca05f authored by 黄奎's avatar 黄奎

新增取消发团显示

parent 2464a45f
......@@ -192,10 +192,13 @@
{{outItem.NewCombinationNum}}
</td>
<td>
<div style="position:relative;color:red;width:25px;left:2px;top:2px;font-weight:bold;"
v-if="item.IsSetOut&&item.IsSetOut==1">
取消
</div>
{{item.OutBranchName}}
<div style="padding: 5px 0;">
<span class="TC_neibu" style="float: inherit;color: #ffffff;" v-if="item.StandardCurrencyName"
:class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
<span class="TC_neibu" style="float: inherit;color: #ffffff;" v-if="item.StandardCurrencyName" :class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}结算</span>
</div>
......@@ -699,7 +702,7 @@
'GuideName': obj.GuideName,
'IsCombine': outItem.PriceCommonList.length > 1,
'NewTCIDs': outItem.TCIDS,
'LineId':obj.LineId,
'LineId': obj.LineId,
blank: 'y',
tab: "餐厅详情"
}
......@@ -910,7 +913,7 @@
'GuideName': obj.GuideName,
'IsCombine': outItem.PriceCommonList.length > 1,
'NewTCIDs': outItem.TCIDS,
LineId:obj.LineId,
LineId: obj.LineId,
blank: 'y',
tab: title
}
......@@ -1219,7 +1222,8 @@
</script>
<style>
@import "../../../assets/css/newTravelManager.css";
@import "../../../assets/css/newTravelManager.css";
.restaurantDetails {
color: #fff !important;
margin-bottom: 5px;
......
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