From 2614e0bb492fb9313d2aba7551b0583ac677a632 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 30 Jul 2024 17:09:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9=E5=BA=93?= =?UTF-8?q?=E4=BD=8D=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/count/job/countLightDetail.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue index 3bed66ac..ff66ec25 100644 --- a/src/pages/count/job/countLightDetail.vue +++ b/src/pages/count/job/countLightDetail.vue @@ -391,6 +391,8 @@ selectItem.handleQty = Number(qty) selectItem.packQty = pack.packQty selectItem.packUnit = pack.packUnit + selectItem.locationCode =this.fromLocationCode + selectItem.fromLocationCode =this.fromLocationCode this.$refs.countQtyEdit.openEditPopupShowSeconds(selectItem, null); @@ -463,6 +465,7 @@ countQty: 0, balanceQty: Number(qty), fromLocationCode: this.fromLocationCode, + locationCode:this.fromLocationCode, creator: this.$store.state.user.id, countTime: new Date() } @@ -490,6 +493,8 @@ if (!item.scaned) { item.scaned = true; item.handleQty = 0 + item.locationCode =this.fromLocationCode + item.fromLocationCode =this.fromLocationCode } }) this.submitJob();