From a9e19e88e910a452ac508db3a0e42240d5cc6084 Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Tue, 26 Mar 2024 17:01:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BA=E5=BA=93=E6=95=B0=E9=87=8F,=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/AvgOrderPkg/index.vue | 55 ++++++------------------------------- pages/checkAccept/index.vue | 7 +++-- 2 files changed, 12 insertions(+), 50 deletions(-) diff --git a/pages/AvgOrderPkg/index.vue b/pages/AvgOrderPkg/index.vue index aab5371..45a6e58 100644 --- a/pages/AvgOrderPkg/index.vue +++ b/pages/AvgOrderPkg/index.vue @@ -21,40 +21,10 @@ - - - + @@ -93,7 +63,7 @@ 数量确认 - 待出库数量: + 拣货数量: @@ -101,7 +71,7 @@ - + @@ -121,7 +91,7 @@ export default { data() { return { - show:false, + show:false, showDiv:false, focusFlag:true, queryFlag: '', @@ -276,33 +246,22 @@ }, editBtn(index){ - console.log(index); this.outQty = this.dataList[index].qty this.index= index this.show=true }, queryList(index,item){ - console.log(index,item); this.dataForm.containerCode=item.containerCode }, enterUp(item){ - console.log(item); - this.dataList[this.index].qty =this.outQty + // console.log(item); + // this.dataList[this.index].qty =this.outQty this.dataList[this.index].pickQty =this.outQty this.show=false - - - // this.$u.api.replaceCar.upateBusinItemInDataForQty(item).then(res=>{ - // console.log(res); - // }) }, /**搜索框查询*/ inputQuery() { - // if (this.queryFlag !== '') { - // clearTimeout(this.queryFlag); - // this.loadList() - // } if (this.dataForm.containerCode == '' || this.dataForm.containerCode == null || this.dataForm.containerCode == undefined) { return @@ -345,6 +304,7 @@ if(!res.data || res.data.length == 0){ // console.log(res); this.$u.toast("当前台车不存在"); + this.dataList=res.data }else if(res.code == '200'){ // console.log(res); res.data.forEach((item)=>{ @@ -396,6 +356,7 @@ this.$u.api.pickBy.pickAGV(obj).then(res=>{ obj={} this.dataList=[] + this.$u.toast(res.msg); this.dataForm.containerCode='' }) }, diff --git a/pages/checkAccept/index.vue b/pages/checkAccept/index.vue index 0a001f7..e556f43 100644 --- a/pages/checkAccept/index.vue +++ b/pages/checkAccept/index.vue @@ -43,10 +43,12 @@ {{item.goodNo}} - + + 商品名称 {{item.goodName}} - + + 收货数量 @@ -140,7 +142,6 @@ } }, methods: { - //选择打对勾 handleData(item,index){ let _ = this;