From 8330d9649ddc1754a8a1c93942da2a9bd7d7c723 Mon Sep 17 00:00:00 2001 From: zhaoxiaomin <1912125868@qq.com> Date: Thu, 6 Jun 2024 09:12:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehousing/otherStore/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/warehousing/otherStore/index.vue b/src/views/warehousing/otherStore/index.vue index c1ee4a4..792e35a 100644 --- a/src/views/warehousing/otherStore/index.vue +++ b/src/views/warehousing/otherStore/index.vue @@ -325,6 +325,7 @@ export default { this.chooselist.forEach((item) => { item.isWrap = this.form.isWrap item.isVerWeight = this.form.isVerWeight + item.warehouseNo=this.form.warehouseNo }) const obj = { syncType: 'A', @@ -369,7 +370,7 @@ export default { goodsNo: item.goodNo, goodName: item.goodName, unitMsr: item.specifications, - warehouseNo: this.form.warehouseNo + // warehouseNo: this.form.warehouseNo // isWrap: this.form.isWrap, // isVerWeight: this.form.isVerWeight }