|
|
@@ -14,7 +14,7 @@
|
|
|
<div class="module-com input-line-wrap goods-wrap">
|
|
|
<div class="module-tit">
|
|
|
<span>选择图片</span>
|
|
|
- <span class="app-color-3">(支持多次上传,每次最多可选9张)</span>
|
|
|
+ <span class="app-color-3">(每次最多可选9张)</span>
|
|
|
</div>
|
|
|
<div class="module-det">
|
|
|
<htz-image-upload :max="9" :compress="true" v-model="xjImgData" :headers="headers"
|
|
|
@@ -30,7 +30,7 @@
|
|
|
</form>
|
|
|
</view>
|
|
|
<view v-if="variety ==1" style="text-align:center;border-top:1upx dashed #cccccc;padding-bottom:10upx;"></view>
|
|
|
- <view style="margin-bottom:18upx;font-size:30upx;text-align:center;font-weight:bold;color:black;">总库存 {{ productInfo.stock ? parseFloat(productInfo.stock) : 0 }}{{productInfo.bigUnit?productInfo.bigUnit:'扎'}}</view>
|
|
|
+ <view style="margin-bottom:18upx;font-size:35upx;text-align:center;font-weight:bold;color:black;">总库存 {{ productInfo.stock ? parseFloat(productInfo.stock) : 0 }}{{productInfo.bigUnit?productInfo.bigUnit:'扎'}}</view>
|
|
|
<view class="billing_box_bg" v-if="variety ==1">
|
|
|
<view class="scroll-middle_bx">
|
|
|
<block>
|
|
|
@@ -49,10 +49,11 @@
|
|
|
<view class="kc"></view>
|
|
|
<view class="num-open_bx">
|
|
|
<view class="open-bx warn" @tap.stop.prevent>
|
|
|
- 剩余:<input type="number" v-model="xjItem.stock"
|
|
|
- style="width:200upx;border:1upx solid #cccccc;position:absolute;top:80upx;left:230upx;height:60upx;font-size:30upx;" placeholder="请填写数量" />
|
|
|
+ <text style="font-size:30upx;">剩余:</text>
|
|
|
+ <input type="number" v-model="xjItem.stock"
|
|
|
+ style="width:200upx;border:1upx solid #cccccc;position:absolute;top:70upx;left:260upx;height:50upx;font-size:30upx;" placeholder="请填写" />
|
|
|
<text v-if="xjItem.stock!='' && Number(xjItem.stock) == 0"
|
|
|
- style="position:absolute;top:90upx;left:510upx;font-size:30upx;color:red;font-weight:bold;">下架</text>
|
|
|
+ style="position:absolute;top:73upx;left:510upx;font-size:30upx;color:red;font-weight:bold;">下架</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|