|
|
@ -133,7 +133,6 @@ const updataTableColumns = (val) => { |
|
|
|
|
|
|
|
// 查询页面返回 |
|
|
|
const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => { |
|
|
|
alert(11) |
|
|
|
nextTick(async () => { |
|
|
|
|
|
|
|
// 修改 tableform 属性 |
|
|
@ -462,6 +461,10 @@ const flag = ref(false) |
|
|
|
// 主子数据 提交 |
|
|
|
const submitForm = async (formType, data) => { |
|
|
|
data.subList = tableData.value // 拼接子表数据参数 |
|
|
|
data.subList.forEach(item=>{ |
|
|
|
item.toWarehouseCode = data.toWarehouseCode |
|
|
|
item.toLocationCode = data.toLocationCode |
|
|
|
}) |
|
|
|
data.businessType = businessType.value |
|
|
|
// 判断是否重复物料 |
|
|
|
let isExist = false |
|
|
|