From c2e3f611c182e6fc7bd0193b5488ff206be7afe0 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 14 Nov 2024 15:15:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=94=E7=A6=BB=E8=BD=AC=E6=8A=A5=E5=BA=9F?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E6=97=B6=E7=89=A9=E6=96=99=E6=98=AF=E6=B2=A1=E6=9C=89=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E7=9A=84=EF=BC=8C=E4=BB=8E=E6=89=B9=E6=AC=A1=E4=B9=9F?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E4=B8=BA=E7=A9=BA=20=20YT-948?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventorymove/inventorymoveRequestMain/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue index 895ec3c2f..e27f756a0 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMain/index.vue @@ -364,9 +364,10 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => newRow['itemCode'] = item['itemCode'] if (item['batch'] != '') { newRow['fromBatch'] = item['batch'] - }else{ - newRow['fromBatch'] = getFormattedDate(); // 获取 YYYYMMDD 格式的日期 } + // else{ + // newRow['fromBatch'] = getFormattedDate(); // 获取 YYYYMMDD 格式的日期 + // } await ruleApi.getManagementPrecision({ itemCodes: [item['itemCode']], locationCode:val[0]['locationCode']