|
@ -165,6 +165,9 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row ) => |
|
|
item.qty = item.planQty |
|
|
item.qty = item.planQty |
|
|
}) |
|
|
}) |
|
|
if (res) tableData.value = res |
|
|
if (res) tableData.value = res |
|
|
|
|
|
tableData.value.forEach(item=>{ |
|
|
|
|
|
item['toLocationCode'] = '' |
|
|
|
|
|
}) |
|
|
// 修改 tableform 属性 |
|
|
// 修改 tableform 属性 |
|
|
StockupDetailRequest.allSchemas.tableFormColumns.map(item => { |
|
|
StockupDetailRequest.allSchemas.tableFormColumns.map(item => { |
|
|
if(item.field == 'itemCode') { |
|
|
if(item.field == 'itemCode') { |
|
|