From a0c5bd68c9500fea48c653a7ef6a88f346c734c9 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 9 Oct 2023 14:21:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/modules/call-full-mater.vue | 6 +----- pages/modules/call-mupan.vue | 6 +----- pages/modules/empty-instore.vue | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/pages/modules/call-full-mater.vue b/pages/modules/call-full-mater.vue index d75e6f8..d9ce7c4 100644 --- a/pages/modules/call-full-mater.vue +++ b/pages/modules/call-full-mater.vue @@ -27,7 +27,7 @@ - + @@ -57,10 +57,6 @@ /** 呼叫满料 */ async toSure () { this.disabled = true - if (!this.dataList.length) { - this.disabled = false - return - } try { let res = await callingMaterialTask() this.disabled = false diff --git a/pages/modules/call-mupan.vue b/pages/modules/call-mupan.vue index ecd1c30..9c7e1fa 100644 --- a/pages/modules/call-mupan.vue +++ b/pages/modules/call-mupan.vue @@ -27,7 +27,7 @@ - + @@ -57,10 +57,6 @@ /** 呼叫木盘 */ async toSure () { this.disabled = true - if (!this.dataList.length) { - this.disabled = false - return - } try { let res = await callingWoodenPalletTask() this.disabled = false diff --git a/pages/modules/empty-instore.vue b/pages/modules/empty-instore.vue index 072b84e..827a045 100644 --- a/pages/modules/empty-instore.vue +++ b/pages/modules/empty-instore.vue @@ -27,7 +27,7 @@ - + @@ -57,10 +57,6 @@ /** 空盘入库 */ async toSure () { this.disabled = true - if (!this.dataList.length) { - this.disabled = false - return - } try { let res = await emptyDiskIntoStorageTask() this.disabled = false