From 1fab7ab4fb5853631406337c024358f8e055a637 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 28 Oct 2022 09:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/WarehouseManage/SemifinishedInStore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/WarehouseManage/SemifinishedInStore.vue b/pages/WarehouseManage/SemifinishedInStore.vue index 125a15e..fa4a4e0 100644 --- a/pages/WarehouseManage/SemifinishedInStore.vue +++ b/pages/WarehouseManage/SemifinishedInStore.vue @@ -113,7 +113,7 @@ /** 确认 */ async _confirmInstor () { this.disabled = true - if (!this.val1) { + if (!this.val1 || !this.pkId || !this.index) { this.disabled = false return }