|
@@ -28,7 +28,7 @@
|
|
|
},
|
|
|
onReady() {
|
|
|
// 初始化摄像头
|
|
|
- this.init()
|
|
|
+ // this.init()
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
this.replenishBillSn = options.replenishBillSn
|
|
@@ -40,6 +40,9 @@
|
|
|
const _this = this
|
|
|
shelfReplenishDetailList({ replenishBillSn: this.replenishBillSn }).then(res => {
|
|
|
if(res.status == 200 && res.data){
|
|
|
+ res.data.map(item =>{
|
|
|
+ item.confirmQty = item.confirmQty ? Number(item.confirmQty) : 0
|
|
|
+ })
|
|
|
this.partList = res.data || []
|
|
|
}else{
|
|
|
this.partList = []
|