Commit d4d0dfb5 authored by youjie's avatar youjie

no message

parent a2ac0ced
......@@ -2251,6 +2251,10 @@
<tbody v-for="(childItem, childIndex) in subItem.List" :key="childIndex + 2000">
<tr>
<td rowspan="3" style="position: relative">
<span class="TC_neibu" style="float: inherit;margin-left: 5px;margin-right: 5px;position: absolute;top: 5px;left:3px" v-if="childItem.StandardCurrencyName!=''"
:class="{'TCneibu':childItem.StandardCurrencyName=='人民币','TCb2b':childItem.StandardCurrencyName=='日元',
'TCb2c':childItem.StandardCurrencyName=='新台币','AppPlat':childItem.StandardCurrencyName=='',
'otherPlat':childItem.StandardCurrencyName=='',}">{{childItem.StandardCurrencyName}}结算</span>
<div v-if="childItem.IsApplyForCancel == 1" style="color: red">
有取消订单
</div>
......
......@@ -428,10 +428,6 @@
</div>
<div class="TCL-OutBranchName" title="销售公司">
{{item.UnionBranchName}}
<span class="TC_neibu" style="float: inherit;margin-left: 5px;" v-if="item.StandardCurrencyName!=''"
:class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}结算</span>
</div>
<div class="TCL-TOPTCNUM">({{item.TCID}}) {{item.TCNUM}}</div>
<div class="d12" style="float:none;margin:3px auto;">
......@@ -567,6 +563,10 @@
<p class="travelnowrap">
<span>{{$t('scen.sc_cp')}}</span>
{{item.OutBranchName}}
<span class="TC_neibu" style="float: inherit;margin-left: 5px;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>
</p>
<p class="travelnowrap" v-if="item.IsSetOut==0">
<span style="color:blue">正常发团</span>
......
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