From c82ce853de1b03c2273ca521123dc42fc47e9dc3 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Tue, 24 Dec 2024 15:46:55 +0800 Subject: [PATCH] =?UTF-8?q?YT-1785=E6=A0=A1=E9=AA=8C=E5=88=B0=E6=89=B9?= =?UTF-8?q?=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventorymove/inventorymoveRequestMainMOVE/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainMOVE/index.vue b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainMOVE/index.vue index 18cefaac1..c668ff462 100644 --- a/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainMOVE/index.vue +++ b/src/views/wms/moveManage/inventorymove/inventorymoveRequestMainMOVE/index.vue @@ -727,7 +727,7 @@ const submitForm = async (formType, submitData) => { message.warning('从库位和到库位不能相同') return } - let batchList = tableData.value.filter(item=>item.fromBatchFormItemType&&item.fromBatchFormItemType == 'FormDate' && item.toManagementPrecision == 'BY_BATCH') + let batchList = tableData.value.filter(item=>item.toManagementPrecision == 'BY_BATCH') let noToBatch = batchList.find(item => !item.toBatch) if(noToBatch){ message.warning(`${noToBatch.itemCode}没有填写到批次,请填写`)