Commit 98e5a6c1 authored by 黄奎's avatar 黄奎

页面修改

parent fdbec09f
......@@ -58,8 +58,8 @@
<th style="text-align:center;display:none" title="内部卖价">{{$t('pub.NeiBuPrice')}}</th>
<th style="text-align:center" title="同行卖价"> {{$t('pub.B2BPrice')}}</th>
<th style="text-align:center" title="直客价格">{{$t('pub.B2CPrice')}}</th>
<th style="text-align:center" title="是否含税">税込みかどうか</th>
<th style="text-align:center" title="库存数量">在庫数量</th>
<th style="text-align:center" title="是否含税"> {{$t('pub.shifhanshui')}}</th>
<th style="text-align:center" title="库存数量"> {{$t('pub.zaikuNumber')}}</th>
<th style="text-align:center">{{$t('pub.caozuo')}}</th>
</tr>
<tr v-for="(childItem,childIndex) in subItem.data.SubList" :key="childIndex">
......@@ -76,8 +76,13 @@
{{childItem.B2CPrice}}
</td>
<td style="text-align:center;white-space:nowrap; ">
{{childItem.IsContainsTaxStr}}
<template v-if="childItem.IsContainsTax==0">
<span>{{$t('pub.buhanshui')}}</span>
</template>
<template v-else>
<span>{{$t('pub.hanshui')}}</span>
</template>
<template v-if="childItem.IsContainsTax==1">
<br />
<span style="color:red">
税金:{{childItem.TaxPrice}}
......@@ -185,7 +190,7 @@
<el-input @keyup.native="checkPrice(addMsg,'B2CPrice')" class="input" v-model="addMsg.B2CPrice"
:placeholder="$t('pub.B2CPrice')" maxlength="7"></el-input>
</td>
<td title="直客价格" class="tdRight">
<td title="库存数量" class="tdRight">
{{$t('pub.zaikuNumber')}}
</td>
<td>
......
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