From ed432663c8dd4789c37716954d76f43f2eb25a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Wed, 18 Dec 2024 09:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/manage/bake-process.vue | 6 +++--- pages/manage/raw-foil-progess.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/manage/bake-process.vue b/pages/manage/bake-process.vue index 3f3d7e2..6b35440 100644 --- a/pages/manage/bake-process.vue +++ b/pages/manage/bake-process.vue @@ -55,7 +55,7 @@ 温度 - + @@ -93,7 +93,7 @@ - + @@ -181,7 +181,7 @@ }, async _doModifyRawInfos () { this.disabled = true - if (!this.val1 || !this.val5 || this.index1 === '' || !this.val3 || !this.val4) { + if (!this.val1 || !this.val5 || this.index1 === '' || !this.val3 || !this.val4 || !this.val2) { this.disabled = false return } diff --git a/pages/manage/raw-foil-progess.vue b/pages/manage/raw-foil-progess.vue index fc3c389..f3ea51f 100644 --- a/pages/manage/raw-foil-progess.vue +++ b/pages/manage/raw-foil-progess.vue @@ -70,7 +70,7 @@ - + @@ -148,7 +148,7 @@ }, async _needEmptyAxisv2 () { this.disabled = true - if (!this.val1 || !this.val3) { + if (!this.val1 || !this.val3 || !this.val2) { this.disabled = false return }