From 76379f343de5bba04fb42f69f31c06358eb1c7a3 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 7 Nov 2022 09:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E5=BA=93=E6=8C=89=E9=92=AE=E6=8E=A7?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xinrui/storage/outstorage/PeifenOutStore.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue b/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue index b18b152..89b0b2b 100644 --- a/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue +++ b/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue @@ -73,7 +73,7 @@
- +
@@ -98,8 +98,7 @@ export default { val4: '', dataList: [], radios: [{value: '1', label: '生产配粉出库', checked: true}, {value: '2', label: '科研配粉出库', checked: false}], - disabled1: false, - disabled2: false + disabled1: false } }, watch: { @@ -182,9 +181,9 @@ export default { } else { this.Dialog(res.desc) } - this.disabled2 = false + this.disabled1 = false } catch (error) { - this.disabled2 = false + this.disabled1 = false } }, outSure () { @@ -196,9 +195,9 @@ export default { this._pfoutConfirmoutstore() }, returnStore () { - this.disabled2 = true + this.disabled1 = true if (!(this.val1 && this.val2)) { - this.disabled2 = false + this.disabled1 = false return } this._pfoutBackstore()