From d2403afd3c2aaac649ce899146bb934a33c7db54 Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 11 Oct 2022 23:04:57 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=8D=95=E6=8D=AE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/production/stackManage.vue | 3 --- src/views/warehouse/addOrder.vue | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/production/stackManage.vue b/src/views/production/stackManage.vue index 5f9d83a..7fce8c5 100644 --- a/src/views/production/stackManage.vue +++ b/src/views/production/stackManage.vue @@ -290,9 +290,6 @@ export default { codeDetail(orderId) { this.codeDetailVisible = true; this.idQuery.orderIdFk = orderId; - }, - handleForm() { - }, // 刷新表单 resetForm() { diff --git a/src/views/warehouse/addOrder.vue b/src/views/warehouse/addOrder.vue index 4dab341..18479c9 100644 --- a/src/views/warehouse/addOrder.vue +++ b/src/views/warehouse/addOrder.vue @@ -620,6 +620,8 @@ export default { this.formData.fromCorp = store.getters.companyName;// store.getters.customerId === 110 ? '医院' : store.getters.companyName; this.formData.fromCorpId = store.getters.customerId; this.formData.customerId = store.getters.customerId; + this.formData.billType = null; + this.formData.locStorageCode = null; this.getBusType(); this.getStorage(); if (this.$isNotBlank(this.idQuery.id)) {