diff --git a/src/views/wcs/configuration/index.vue b/src/views/wcs/configuration/index.vue
index ae12027..a8425e3 100644
--- a/src/views/wcs/configuration/index.vue
+++ b/src/views/wcs/configuration/index.vue
@@ -16,25 +16,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -166,7 +166,7 @@ export default {
name: "修改",
event: "handleUpdate",
hidden(value) {
- if (value.equipmentName !== "WCS") {
+ if (value.equipmentName !== "WCS" && value.equipmentStatus !== 1) {
return true;
} else {
return false;
diff --git a/src/views/wcs/location/index.vue b/src/views/wcs/location/index.vue
index ea09250..d71baf9 100644
--- a/src/views/wcs/location/index.vue
+++ b/src/views/wcs/location/index.vue
@@ -182,14 +182,14 @@
v-hasPermi="['wcs:location:verify']"
>验证、重扫
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/src/views/wcs/stackerView/index.vue b/src/views/wcs/stackerView/index.vue
index 2112d0a..df2fa81 100644
--- a/src/views/wcs/stackerView/index.vue
+++ b/src/views/wcs/stackerView/index.vue
@@ -178,7 +178,7 @@
- 入库
+ 入库
出库
@@ -214,7 +214,7 @@
选择
@@ -644,7 +644,6 @@
this.receiptIssueParams.mode = 0;
this.clearReceiptIssueParams()
this.$modal.msgSuccess(response.msg);
-
})
},
receiptIssue2() {