|
@ -358,6 +358,7 @@ const handleDeleteTable = (item, index) => { |
|
|
|
|
|
|
|
|
// 主子数据 提交 |
|
|
// 主子数据 提交 |
|
|
const submitForm = async (formType, data) => { |
|
|
const submitForm = async (formType, data) => { |
|
|
|
|
|
data.type = 'predict' |
|
|
data.subList = tableData.value // 拼接子表数据参数 |
|
|
data.subList = tableData.value // 拼接子表数据参数 |
|
|
if(data.subList.find(item => (item.qty <= 0))) { |
|
|
if(data.subList.find(item => (item.qty <= 0))) { |
|
|
message.warning('数量必须大于0') |
|
|
message.warning('数量必须大于0') |
|
|