|
|
|
|
@ -209,12 +209,9 @@ |
|
|
|
|
this.show=true |
|
|
|
|
this.form.id=item.id |
|
|
|
|
this.form.goodNo=item.goodNo |
|
|
|
|
// this.form.containerCode=item.containerCode |
|
|
|
|
// this.form.quantity=item.quantity |
|
|
|
|
// this.form.goodName=item.goodName |
|
|
|
|
|
|
|
|
|
this.form.invQty=item.invQty |
|
|
|
|
// this.invQty=item.qty |
|
|
|
|
// this.invid=item.id |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
noEnter(){ |
|
|
|
|
this.show=false |
|
|
|
|
@ -229,7 +226,6 @@ |
|
|
|
|
this.pickUpObj.taskType=item.taskType |
|
|
|
|
this.pickUpObj.containerId=item.containerId |
|
|
|
|
this.pickUpObj.dtlAddBos.push({qrCode:item.qrCode} ) |
|
|
|
|
// console.log(JSON.stringify(this.pickUpObj)); |
|
|
|
|
}, |
|
|
|
|
/**搜索框查询*/ |
|
|
|
|
inputQuery() { |
|
|
|
|
@ -354,7 +350,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// }) |
|
|
|
|
this.$u.api.invPlan.confirm({ invOrderNo:this.dataList[0].invOrderNo,ptPart:this.dataList[0].ptPart,batch:this.dataList[0].batchNo,containerCode:this.dataList[0].containerCode}).then(res=>{ |
|
|
|
|
this.$u.api.invPlan.confirm({ invOrderNo:this.dataList[0].invOrderNo,containerCode:this.dataList[0].containerCode}).then(res=>{ |
|
|
|
|
// console.log(res); |
|
|
|
|
if(res.code==200){ |
|
|
|
|
this.$u.toast("盘点完成"); |
|
|
|
|
|