From 0b063b8d80cf650aeb2057775e47aa17e0e2a24d Mon Sep 17 00:00:00 2001 From: liuxy Date: Mon, 5 Dec 2022 19:22:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/wms/st/inStor/change/AddDialog.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue b/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue index 060f8aa39..de4fb0fbd 100644 --- a/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue +++ b/lms/nladmin-ui/src/views/wms/st/inStor/change/AddDialog.vue @@ -131,17 +131,18 @@ - + - + - + @@ -150,6 +151,7 @@ @@ -161,6 +163,7 @@ active-value="1" inactive-value="0" active-color="#13ce66" + :disabled="crud.status.view > 0" inactive-color="#ff4949"> @@ -170,11 +173,12 @@ active-value="1" inactive-value="0" active-color="#13ce66" + :disabled="crud.status.view > 0" inactive-color="#ff4949"> - 一键填充 + 一键填充
变更明细