|
|
|
|
@ -334,18 +334,7 @@ |
|
|
|
|
}, |
|
|
|
|
pickUp(){ |
|
|
|
|
this.ompleteArr=[] |
|
|
|
|
// this.dataList.forEach(item=>{ |
|
|
|
|
// this.completeArr.push({ |
|
|
|
|
// id:item.invOrderNo, |
|
|
|
|
// ptPart:item.ptPart, |
|
|
|
|
// invQty:item.invQty, |
|
|
|
|
// batch:item.batch |
|
|
|
|
// }) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// }) |
|
|
|
|
this.$u.api.invPlan.confirm({ invOrderNo:this.dataList[0].invOrderNo,containerCode:this.dataList[0].containerCode}).then(res=>{ |
|
|
|
|
// console.log(res); |
|
|
|
|
this.$u.api.invPlan.pdaConfirm({ invOrderNo:this.dataList[0].invOrderNo,containerCode:this.dataList[0].containerCode}).then(res=>{ |
|
|
|
|
if(res.code==200){ |
|
|
|
|
this.$u.toast("盘点完成"); |
|
|
|
|
setTimeout(()=>{ |
|
|
|
|
|