|
|
@@ -111,12 +111,12 @@
|
|
|
<!--maxlength="9"/>-->
|
|
|
</div>
|
|
|
<div class="pull-right">
|
|
|
- <input v-show="chooseItem.goods.currencyName === 'RMB'"
|
|
|
+ <input v-show="storeInfoStore.enType !== 'HK'"
|
|
|
class="priceM" type="text"
|
|
|
placeholder="单价(¥)"
|
|
|
v-model.lazy="item.rMBPrice"
|
|
|
@blur="rMBPriceBlur(item, 'rMBPrice')"/>
|
|
|
- <input v-show="chooseItem.goods.currencyName !== 'RMB'"
|
|
|
+ <input v-show="storeInfoStore.enType === 'HK'"
|
|
|
class="priceM" type="text"
|
|
|
placeholder="单价($)"
|
|
|
v-model.lazy="item.uSDPrice"
|