Commit c31c4d14 authored by youjie's avatar youjie

no message

parent e2d22280
......@@ -1335,7 +1335,7 @@
</p>
<p>
<span>{{ $t("scen.sc_cp") }}</span>{{ item.OutBranchName }}
<span class="TC_neibu q-ml-xs" style="float: inherit;color: #ffffff;" v-if="item.StandardCurrencyName!=''"
<span class="TC_neibu" style="float: inherit;color: #ffffff;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>
......
......@@ -428,7 +428,7 @@
</div>
<div class="TCL-OutBranchName" title="销售公司">
{{item.UnionBranchName}}
<span class="TC_neibu q-ml-xs" style="float: inherit;" v-if="item.StandardCurrencyName!=''"
<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>
......
......@@ -158,7 +158,7 @@
</tr>
<tr>
<th width="130">{{$t('active.ad_xuhao')}}</th>
<th width="75">{{$t('scen.sc_cp')}}</th>
<th width="95">{{$t('scen.sc_cp')}}</th>
<th width="75">{{$t('sm.chufadi')}}</th>
<th width="80">{{$t('ground.hbsj')}}</th>
<th width="140">{{$t('salesModule.CompanyNum')}}</th>
......@@ -193,6 +193,13 @@
</td>
<td>
{{item.OutBranchName}}
{{item.StandardCurrencyName='人民币'}}
<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=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}结算</span>
</div>
</td>
<td>
{{item.StartCityName}}
......@@ -1213,6 +1220,7 @@
</script>
<style>
@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