From ff84fc44e6d3fd7f46eba448b12242ac1c755f55 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 27 Feb 2023 11:27:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E7=AE=94=E5=B7=A5=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductManage/SboProcess.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/ProductManage/SboProcess.vue b/pages/ProductManage/SboProcess.vue index 037b4e4..97e8d5b 100644 --- a/pages/ProductManage/SboProcess.vue +++ b/pages/ProductManage/SboProcess.vue @@ -63,7 +63,7 @@ - + @@ -167,7 +167,7 @@ }, async _needEmptyVehicle () { this.disabled5 = true - if (!this.pkId) { + if (!(this.val1 && !this.pkId)) { this.disabled5 = false return }