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

新增取消发团显示

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