From 449a5457bb26a712325d6d3f3664ebddf83d211c Mon Sep 17 00:00:00 2001 From: x_z Date: Thu, 2 Feb 2023 14:32:20 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E5=8D=95=E6=8D=AE=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=8E=A7=E5=88=B6=E6=8C=89=E9=92=AE=E8=81=94=E5=8A=A8?= =?UTF-8?q?=E7=AD=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic/busType/busTypeAdvancedSettings.vue | 6 +++--- src/views/basic/busType/bussinessType.vue | 16 ++++++++-------- src/views/basic/busType/bussinessTypeModify.vue | 2 ++ 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/views/basic/busType/busTypeAdvancedSettings.vue b/src/views/basic/busType/busTypeAdvancedSettings.vue index e52382a3..6a23d8d8 100644 --- a/src/views/basic/busType/busTypeAdvancedSettings.vue +++ b/src/views/basic/busType/busTypeAdvancedSettings.vue @@ -18,7 +18,7 @@ border>允许科室多次使用出库 - 手持终端提交单据至自助平台 + 手持终端提交单据至自助平台 @@ -116,7 +116,7 @@ border>自动补单 - 平衡补单 @@ -183,7 +183,7 @@ border>自动补单 - 平衡补单 diff --git a/src/views/basic/busType/bussinessType.vue b/src/views/basic/busType/bussinessType.vue index 445e00d8..becd9588 100644 --- a/src/views/basic/busType/bussinessType.vue +++ b/src/views/basic/busType/bussinessType.vue @@ -196,8 +196,6 @@ export default { thirdAction: null, secCheckSp: null, checkSp: null, - checkBalacne: null, - secCheckBalacne: null, secCheckCopy: null, corpType: null, storageCode: null, @@ -206,7 +204,7 @@ export default { useDyCount: null, expireTip: true, prefix: null, - outTospms: null, + outToSpms: null, ullageFill: null, scanPreIn: null, vailInv: null, @@ -217,7 +215,9 @@ export default { orderVisibleType: null, advanceType: null, preIn: null, - originAction: null + originAction: null, + checkBalance: null, + secCheckBalance: null }, enableMap: { true: "是", @@ -255,6 +255,7 @@ export default { cancelDialog() { this.modifyDialogVisible = false; this.addDialogVisible = false; + this.getList(); }, search() { this.filterQuery.page = 1; @@ -308,7 +309,6 @@ export default { }) .catch(() => { this.loading = false; - this.cancelDialog(); }); }, @@ -383,8 +383,8 @@ export default { thirdAction: null, secCheckSp: null, checkSp: null, - checkBalacne: null, - secCheckBalacne: null, + checkBalance: null, + secCheckBalance: null, secCheckCopy: null, corpType: null, storageCode: null, @@ -393,7 +393,7 @@ export default { useDyCount: null, expireTip: true, prefix: null, - outTospms: null, + outToSpms: null, ullageFill: null, scanPreIn: null, vailInv: null, diff --git a/src/views/basic/busType/bussinessTypeModify.vue b/src/views/basic/busType/bussinessTypeModify.vue index 7d84af75..54375627 100644 --- a/src/views/basic/busType/bussinessTypeModify.vue +++ b/src/views/basic/busType/bussinessTypeModify.vue @@ -258,6 +258,8 @@ export default { } if (this.inputQuery.corpType === 4) { this.findSpecialMethod(); + } else { + this.inputQuery.defaultUnit = null; } },