From 6ee0651de095b09ede6c022e7512ebeef501a9bf Mon Sep 17 00:00:00 2001 From: xqu Date: Wed, 17 May 2023 11:12:56 +0800 Subject: [PATCH] Changes --- src/views/wcs/configuration/index.vue | 40 +++++++++++++-------------- src/views/wcs/location/index.vue | 16 +++++------ src/views/wcs/stackerView/index.vue | 5 ++-- 3 files changed, 30 insertions(+), 31 deletions(-) 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() {