Browse Source

生产线赋值

master_hella_20240701
zhaoxuebing 5 months ago
parent
commit
2c4602c4d2
  1. 1
      src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue

1
src/views/wms/productionManage/productrepair/productrepairRequestMain/index.vue

@ -589,6 +589,7 @@ const submitForm = async (formType, data) => {
if (!item.childList) { if (!item.childList) {
childListRs = false childListRs = false
} }
item.productionLineCode = data.productionLineCode
}) })
if (!childListRs) { if (!childListRs) {
message.warning('请填写Bom信息!') message.warning('请填写Bom信息!')

Loading…
Cancel
Save