|
@ -534,6 +534,10 @@ const getSearchTableData = async (number,isEnter=false)=>{ |
|
|
item.width = item.table?.width || 150 |
|
|
item.width = item.table?.width || 150 |
|
|
}) |
|
|
}) |
|
|
tableData.value = [] |
|
|
tableData.value = [] |
|
|
|
|
|
if(tableObject.tableList.length==0){ |
|
|
|
|
|
message.error(`此订单${number}已存在M类型申请的数据`) |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
updateTableData(tableObject.tableList) |
|
|
updateTableData(tableObject.tableList) |
|
|
const itemCodes = [] |
|
|
const itemCodes = [] |
|
|
tableObject.tableList.forEach(row=>{ |
|
|
tableObject.tableList.forEach(row=>{ |
|
|