From c2a7be8b7dd0957bcea19903d93d3416d3b45682 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Thu, 20 Feb 2025 10:07:10 +0800 Subject: [PATCH] =?UTF-8?q?YT-1955:=E5=8F=B7=E5=8F=A3=E5=93=81=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E7=AE=A1=E7=90=86=E6=89=B9=E6=AC=A1=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productreceiptAssembleRequestMain/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue index e64f2126e..fc2a50cbe 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/index.vue @@ -522,7 +522,7 @@ const buttonTableClick = async (val, row) => { item['disabled_batch'] = true } else if(toManagementPrecision.value == 'BY_QUANTITY') { // row['fromBatchFormItemType'] = '' - item['disabled_batch'] = false + // item['disabled_batch'] = false } }) })