|
@@ -22,7 +22,7 @@
|
|
<view class="layer-nunbox">
|
|
<view class="layer-nunbox">
|
|
<view class="layer-nunbox-m" v-if="productCode!=''&&productCode!=null">商品编码:{{productCode}}</view>
|
|
<view class="layer-nunbox-m" v-if="productCode!=''&&productCode!=null">商品编码:{{productCode}}</view>
|
|
<view class="layer-nunbox-t">
|
|
<view class="layer-nunbox-t">
|
|
- <view class="layer-nunbox-text">数量:</view>
|
|
|
|
|
|
+ <view class="layer-nunbox-text">数量:</view>
|
|
<view class="number-box">
|
|
<view class="number-box">
|
|
<view class="iconfont icon-jianhao" :class="[isQuantity==true?'disabled':'']" @click="changeCountSub()"></view>
|
|
<view class="iconfont icon-jianhao" :class="[isQuantity==true?'disabled':'']" @click="changeCountSub()"></view>
|
|
<input class="btn-input" type="number" v-model="number" maxlength='6' @blur="changeNumber($event)">
|
|
<input class="btn-input" type="number" v-model="number" maxlength='6' @blur="changeNumber($event)">
|
|
@@ -30,7 +30,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="layer-nunbox-b">
|
|
<view class="layer-nunbox-b">
|
|
- <view class="text">单价:
|
|
|
|
|
|
+ <view class="text">单价:
|
|
<text class="p sm">¥</text>
|
|
<text class="p sm">¥</text>
|
|
<text class="p bg">{{buyRetailPrice.toFixed(2)}}</text>
|
|
<text class="p bg">{{buyRetailPrice.toFixed(2)}}</text>
|
|
</view>
|
|
</view>
|
|
@@ -49,12 +49,12 @@
|
|
<view class="layer" @tap.stop="discard">
|
|
<view class="layer" @tap.stop="discard">
|
|
<view class="content zuhe-content">
|
|
<view class="content zuhe-content">
|
|
<view class="number-left">
|
|
<view class="number-left">
|
|
- <text>种类:{{productKind}}</text>
|
|
|
|
- <text>数量:{{productTotalNum}}</text>
|
|
|
|
|
|
+ <text>种类:{{productKind}}</text>
|
|
|
|
+ <text>数量:{{productTotalNum}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="number-right">
|
|
<view class="number-right">
|
|
<view class="text">
|
|
<view class="text">
|
|
- 总额:<text class="number-right-text">¥{{productTotalAmount.toFixed(2)}}</text>
|
|
|
|
|
|
+ 总额:<text class="number-right-text">¥{{productTotalAmount.toFixed(2)}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|