From 33a3da3711212630d2087c6e6c890b59afb58dd2 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Tue, 19 Nov 2024 16:22:11 +0800 Subject: [PATCH] =?UTF-8?q?YT-1072=E7=94=9F=E4=BA=A7=E9=80=80=E6=96=99?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E6=89=B9=E6=AC=A1=E4=B8=8D=E5=BA=94=E8=AF=A5=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E7=BC=96=E8=BE=91=EF=BC=8C=E7=9B=AE=E5=89=8D=E5=8F=AF=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionreturnRequestMain/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/wms/issueManage/productionreturn/productionreturnRequestMain/index.vue b/src/views/wms/issueManage/productionreturn/productionreturnRequestMain/index.vue index eed1ca90a..95a6c30c7 100644 --- a/src/views/wms/issueManage/productionreturn/productionreturnRequestMain/index.vue +++ b/src/views/wms/issueManage/productionreturn/productionreturnRequestMain/index.vue @@ -263,13 +263,13 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => }).then((res) => { fromManagementPrecision.value = res[0].ManagementPrecision }) - if (fromManagementPrecision.value == 'BY_QUANTITY') { - newRow['batchFormItemType'] = 'FormDate' - newRow['disabled_batch'] = false - } else { - newRow['batchFormItemType'] = '' - newRow['disabled_batch'] = true - } + // if (fromManagementPrecision.value == 'BY_QUANTITY') { + // newRow['batchFormItemType'] = 'FormDate' + // newRow['disabled_batch'] = false + // } else { + // newRow['batchFormItemType'] = '' + // newRow['disabled_batch'] = true + // } if(tableData.value.find(item1=>item1['itemCode'] == item['itemCode'])){ messageItemCodes.push(item['itemCode'])