From 91d1c5fef56b2cd8208d969529e3ca11fcd58a58 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 13 Jul 2022 16:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=9A=E5=8A=A1=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E5=8D=95=E6=8D=AE=E7=B1=BB=E5=9E=8B=E4=B8=8E=E5=88=86?= =?UTF-8?q?=E5=BA=93=E5=88=87=E6=8D=A2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehouse/stockHospOrderNew.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/views/warehouse/stockHospOrderNew.vue b/src/views/warehouse/stockHospOrderNew.vue index 7d674f9..bccccae 100644 --- a/src/views/warehouse/stockHospOrderNew.vue +++ b/src/views/warehouse/stockHospOrderNew.vue @@ -1173,7 +1173,7 @@ export default { this.curAction = this.getActionItem(this.formData.billType); if (this.curAction != null) { } else { - this.curAction = {corpType:0,genUnit: false,changeEnable:false,}; + this.curAction = {corpType: 0, genUnit: false, changeEnable: false,}; this.formData.billType = null; } } @@ -1231,13 +1231,18 @@ export default { actionChange(item) { this.curAction = this.getActionItem(item); this.formData.corpName = ''; - // this.locInChange(); - // this.findMethod(); + + if (this.$isNotBlank(this.formData.fromSubInvCode)) { + this.formData.fromSubInvCode = ''; + } + // ''; + this.locInChange(); + this.findMethod(); }, locInChange() { this.$forceUpdate(); // this.getBusType(); - this.invChange(); + // this.invChange(); this.findStorageMethod(); },