|
@@ -26,7 +26,7 @@
|
|
|
{{productEntity.name}}
|
|
|
</view>
|
|
|
<view>
|
|
|
- 当前库存:{{productEntity.currQty}}
|
|
|
+ 当前库存:{{productEntity.currQty}} {{productEntity.unit}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -163,7 +163,8 @@
|
|
|
code: res.data.productCode,
|
|
|
name: res.data.productName,
|
|
|
productMsg: res.data.productImageUrl,
|
|
|
- currQty: res.data.currQty
|
|
|
+ currQty: res.data.currQty,
|
|
|
+ unit: res.data.productEntity.unit
|
|
|
}
|
|
|
this.form.productSn = res.data.productSn
|
|
|
this.bakProductSn = res.data.productSn
|