|
@ -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信息!') |
|
|