|
@ -158,6 +158,7 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => |
|
|
newRow['fromLocationCode'] = item['locationCode'] |
|
|
newRow['fromLocationCode'] = item['locationCode'] |
|
|
newRow['fromInventoryStatus'] = item['inventoryStatus'] |
|
|
newRow['fromInventoryStatus'] = item['inventoryStatus'] |
|
|
newRow['toInventoryStatus'] = 'SCRAP' |
|
|
newRow['toInventoryStatus'] = 'SCRAP' |
|
|
|
|
|
newRow['toQty'] = item['qty'] |
|
|
tableData.value.push(newRow) |
|
|
tableData.value.push(newRow) |
|
|
}) |
|
|
}) |
|
|
}else if(formField == 'toLocationCode'){ |
|
|
}else if(formField == 'toLocationCode'){ |
|
|