Commit e2d22280 authored by youjie's avatar youjie

no message

parent 54ef3a37
<style> <style>
@import "../../assets/css/newTravelManager.css";
.productQuerySearch { .productQuerySearch {
width: 100%; width: 100%;
min-height: auto; min-height: auto;
...@@ -1334,6 +1335,10 @@ ...@@ -1334,6 +1335,10 @@
</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!=''"
:class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}结算</span>
</p> </p>
<p v-show="item.ClearOrderHour > 0"> <p v-show="item.ClearOrderHour > 0">
<span>{{ $t("salesModule.THQW") }}</span> <span>{{ $t("salesModule.THQW") }}</span>
......
...@@ -426,7 +426,13 @@ ...@@ -426,7 +426,13 @@
<label <label
style="display:inline-block;margin:5px 0 0 5px;font-size:12px;">{{item.PriceTeamTypeName}}</label> style="display:inline-block;margin:5px 0 0 5px;font-size:12px;">{{item.PriceTeamTypeName}}</label>
</div> </div>
<div class="TCL-OutBranchName" title="销售公司">{{item.UnionBranchName}}</div> <div class="TCL-OutBranchName" title="销售公司">
{{item.UnionBranchName}}
<span class="TC_neibu q-ml-xs" style="float: inherit;" 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="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;">
<p> <p>
......
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