From 2c4602c4d21328e9fae665ff9628ef58a59c7167 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Wed, 8 May 2024 11:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=BA=BF=E8=B5=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productrepair/productrepairRequestMain/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue index ae8d0a998..8a3173512 100644 --- a/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue +++ b/src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue @@ -589,6 +589,7 @@ const submitForm = async (formType, data) => { if (!item.childList) { childListRs = false } + item.productionLineCode = data.productionLineCode }) if (!childListRs) { message.warning('请填写Bom信息!')