Commit d4d0dfb5 authored by youjie's avatar youjie

no message

parent a2ac0ced
...@@ -2251,6 +2251,10 @@ ...@@ -2251,6 +2251,10 @@
<tbody v-for="(childItem, childIndex) in subItem.List" :key="childIndex + 2000"> <tbody v-for="(childItem, childIndex) in subItem.List" :key="childIndex + 2000">
<tr> <tr>
<td rowspan="3" style="position: relative"> <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 v-if="childItem.IsApplyForCancel == 1" style="color: red">
有取消订单 有取消订单
</div> </div>
...@@ -3010,7 +3014,7 @@ ...@@ -3010,7 +3014,7 @@
<el-tooltip class="item" effect="dark" :content="$t('salesModule.ByB2b')" placement="top" <el-tooltip class="item" effect="dark" :content="$t('salesModule.ByB2b')" placement="top"
v-show="item.IsFormB2B == 1"> v-show="item.IsFormB2B == 1">
<i class="iconfont icon-tiaozheng" style="font-size: 22px; color: #297bef"></i></el-tooltip> <i class="iconfont icon-tiaozheng" style="font-size: 22px; color: #297bef"></i></el-tooltip>
</p> </p>
<p v-if="item.IsLeaderOrder == 1"> <p v-if="item.IsLeaderOrder == 1">
({{ $t("leader.leader_Leader") }}) ({{ $t("leader.leader_Leader") }})
</p> </p>
......
...@@ -428,10 +428,6 @@ ...@@ -428,10 +428,6 @@
</div> </div>
<div class="TCL-OutBranchName" title="销售公司"> <div class="TCL-OutBranchName" title="销售公司">
{{item.UnionBranchName}} {{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>
<div class="TCL-TOPTCNUM">({{item.TCID}}) {{item.TCNUM}}</div> <div class="TCL-TOPTCNUM">({{item.TCID}}) {{item.TCNUM}}</div>
<div class="d12" style="float:none;margin:3px auto;"> <div class="d12" style="float:none;margin:3px auto;">
...@@ -567,6 +563,10 @@ ...@@ -567,6 +563,10 @@
<p class="travelnowrap"> <p class="travelnowrap">
<span>{{$t('scen.sc_cp')}}</span> <span>{{$t('scen.sc_cp')}}</span>
{{item.OutBranchName}} {{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>
<p class="travelnowrap" v-if="item.IsSetOut==0"> <p class="travelnowrap" v-if="item.IsSetOut==0">
<span style="color:blue">正常发团</span> <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