|
|
@ -327,6 +327,11 @@ const handleDeleteTable = (item, index) => { |
|
|
|
// 主子数据 提交 |
|
|
|
const submitForm = async (formType, data) => { |
|
|
|
data.subList = tableData.value // 拼接子表数据参数 |
|
|
|
if(tableData.value.find(item => (item.qty <= 0))) { |
|
|
|
message.warning('数量必须大于0') |
|
|
|
formRef.value.formLoading = false |
|
|
|
return |
|
|
|
} |
|
|
|
// 判断子表中,是否有不同的生产线和工位 |
|
|
|
// if (tableData.value.length > 0) { |
|
|
|
// let productionLineCode = tableData.value[0].productionLineCode |
|
|
|