Commit c31c4d14 authored by youjie's avatar youjie

no message

parent e2d22280
...@@ -1335,7 +1335,7 @@ ...@@ -1335,7 +1335,7 @@
</p> </p>
<p> <p>
<span>{{ $t("scen.sc_cp") }}</span>{{ item.OutBranchName }} <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=='日元', :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>
......
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
</div> </div>
<div class="TCL-OutBranchName" title="销售公司"> <div class="TCL-OutBranchName" title="销售公司">
{{item.UnionBranchName}} {{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=='日元', :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>
......
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
</tr> </tr>
<tr> <tr>
<th width="130">{{$t('active.ad_xuhao')}}</th> <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="75">{{$t('sm.chufadi')}}</th>
<th width="80">{{$t('ground.hbsj')}}</th> <th width="80">{{$t('ground.hbsj')}}</th>
<th width="140">{{$t('salesModule.CompanyNum')}}</th> <th width="140">{{$t('salesModule.CompanyNum')}}</th>
...@@ -193,6 +193,13 @@ ...@@ -193,6 +193,13 @@
</td> </td>
<td> <td>
{{item.OutBranchName}} {{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>
<td> <td>
{{item.StartCityName}} {{item.StartCityName}}
...@@ -1213,6 +1220,7 @@ ...@@ -1213,6 +1220,7 @@
</script> </script>
<style> <style>
@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