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