From 71438834a8b76b13e2659e8ff6052a3368fd865c Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 14 Nov 2023 16:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=87=E8=B4=AD=E4=B8=8A?= =?UTF-8?q?=E6=9E=B6=E6=95=B0=E6=8D=AE=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/putaway/purchasePutaway.vue | 117 ++++++++++------------- 1 file changed, 48 insertions(+), 69 deletions(-) diff --git a/fe/PDA/pages/putaway/purchasePutaway.vue b/fe/PDA/pages/putaway/purchasePutaway.vue index ea94a44ae..4910abe15 100644 --- a/fe/PDA/pages/putaway/purchasePutaway.vue +++ b/fe/PDA/pages/putaway/purchasePutaway.vue @@ -2,64 +2,59 @@ - - - - - -
+ + + +
@@ -427,9 +422,6 @@ addLabel(item, label) { item.labelList.unshift(label); item.scanQty += label.qty; - if (this.$refs.paging != undefined) { - this.$refs.paging.setLocalPaging(this.itemList) - } }, async selectedBalanceItem(balanceItem) { @@ -522,10 +514,8 @@ item.details.push(r); }) }) - item.supplierCode = item.details[0].supplierCode item.asnNumber = item.details[0].asnNumber - let params = JSON.stringify(item); purchasePutaway(params) .then(res => { @@ -611,17 +601,6 @@ scanPopupLoseFocus(message) { this.$refs.scanPopup.losefocus(); }, - queryList(pageNo, pageSize) { - console.log("加载", pageNo) - // var list = [] - // this.currentPage = pageNo - // list = this.getDataPage(pageNo, pageSize) - // this.$refs.paging.complete(list) - if (this.itemList.length > 0) { - this.$refs.paging.setLocalPaging(this.itemList) - } - - } } };