|
@ -581,6 +581,7 @@ const submitForm = async (formType, data) => { |
|
|
data.subList = tableData.value // 拼接子表数据参数 |
|
|
data.subList = tableData.value // 拼接子表数据参数 |
|
|
let isZC = true // 数量和标包数量 是否整除 |
|
|
let isZC = true // 数量和标包数量 是否整除 |
|
|
data.subList.forEach(item => { |
|
|
data.subList.forEach(item => { |
|
|
|
|
|
item.productionLineCode = data.productionLineCode |
|
|
if (item.qty % item.packQty !== 0) { |
|
|
if (item.qty % item.packQty !== 0) { |
|
|
isZC = false |
|
|
isZC = false |
|
|
} |
|
|
} |
|
|