From e5dc7837bfc823909242f94ad1d590f8dbe0ed70 Mon Sep 17 00:00:00 2001 From: x_z Date: Mon, 15 Aug 2022 16:47:01 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=96=B0=E5=A2=9E=E4=B8=9A=E5=8A=A1=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E6=9F=A5=E8=AF=A2=E4=BA=A7=E5=93=81=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehouse/addHosOrder.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/warehouse/addHosOrder.vue b/src/views/warehouse/addHosOrder.vue index 73fef8e..d356795 100644 --- a/src/views/warehouse/addHosOrder.vue +++ b/src/views/warehouse/addHosOrder.vue @@ -998,6 +998,7 @@ export default { filterSubByInv(query) .then((response) => { this.subInvList = response.data || []; + this.fromSubStorageOptions = response.data || []; if (this.subInvList != null && this.subInvList.length == 1) { this.formData.invWarehouseCode = this.subInvList[0].code; this.getBusType(); @@ -1193,7 +1194,7 @@ export default { } } this.findSubInvByInv(this.formData.locStorageCode); - this.findSubStorageMethod(); + // this.findSubStorageMethod(); this.getBusType();