单号,托盘号

master
Mr.sun 2 years ago
parent 93567a2ff9
commit 1bb741ac65
  1. 10
      pages/inventory/index.vue

@ -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("盘点完成");

Loading…
Cancel
Save