|
|
@ -208,10 +208,10 @@ |
|
|
|
this.showErrorMessage("包装号不能为空") |
|
|
|
return; |
|
|
|
} |
|
|
|
uni.showLoading({ |
|
|
|
title:"校验中...", |
|
|
|
mask:true |
|
|
|
}) |
|
|
|
// uni.showLoading({ |
|
|
|
// title:"校验中...", |
|
|
|
// mask:true |
|
|
|
// }) |
|
|
|
|
|
|
|
this.setData(result); |
|
|
|
//校验箱码是否已经发料 |
|
|
@ -259,7 +259,7 @@ |
|
|
|
newDetail.packingNumber = pack.number |
|
|
|
item.subList.push(newDetail); |
|
|
|
} else { |
|
|
|
detail.handleQty=calc.add(detail.qty,balance.qty) |
|
|
|
detail.handleQty=calc.add(detail.handleQty,result.label.qty) |
|
|
|
} |
|
|
|
} |
|
|
|
calcHandleQty(this.detailSource) |
|
|
|