|
|
@@ -471,14 +471,14 @@
|
|
|
<span class="fl w50" style="width: 50%;border-right:1px solid #dcdcdc" ng-show="!showProductInfo">
|
|
|
<input text="text" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" maxlength="9" ng-disabled="$index === 0" ng-readonly="$index === 0" ng-model="price.start" ng-blur="productPriceInfoBlur($index, price.start)" />
|
|
|
</span>
|
|
|
- <span class="fl w50" ng-show="showProductInfo">
|
|
|
- {{price.start}}
|
|
|
+ <span class="fl w50" style="text-align: center;border-right:1px solid #dcdcdc" ng-show="showProductInfo">
|
|
|
+ {{price.start}}+
|
|
|
</span>
|
|
|
<span class="fl w50" style="width: 50%" ng-show="!showProductInfo">
|
|
|
<input ng-show="storeInfo.enType !== 'HK'" type="text" autocomplete="off" validata-price ng-blur="changePrices(Regul.prices, price.rMBPrice, $index)" oninput="if(value.length>11)value=value.slice(0,11)" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" ng-model="price.rMBPrice" />
|
|
|
<input ng-show="storeInfo.enType === 'HK'" type="text" autocomplete="off" validata-price ng-blur="changePrices(Regul.prices, price.uSDPrice, $index)" oninput="if(value.length>11)value=value.slice(0,11)" style="width: 100%;outline: 0;border: 0;text-align: center;height: 30px" ng-model="price.uSDPrice" />
|
|
|
</span>
|
|
|
- <span class="fl w50" ng-show="showProductInfo">
|
|
|
+ <span class="fl w50" ng-show="showProductInfo" style="text-align: center">
|
|
|
{{price.rMBPrice || price.uSDPrice}}
|
|
|
</span>
|
|
|
<div style="clear:both"></div>
|