|
|
@ -144,9 +144,11 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => |
|
|
|
row['supplierUom'] = val[0]['supplierUom'] |
|
|
|
row['inventoryStatus'] = val[0]['inventoryStatus'] |
|
|
|
row['fromLocationCode'] = val[0]['fromLocationCode'] |
|
|
|
row['toLocationCode'] = '' |
|
|
|
row['toLocationCode'] = null |
|
|
|
row['fromLocationGroupCode'] = val[0]['fromLocationGroupCode'] |
|
|
|
row['toLocationGroupCode'] = '' |
|
|
|
row['toLocationGroupCode'] = null |
|
|
|
row['toWarehouseCode'] = null |
|
|
|
row['toLocationTypes'] = null |
|
|
|
row['fromAreaCode'] = val[0]['areaCode'] |
|
|
|
row['toAreaCode'] = val[0]['toAreaCode'] |
|
|
|
row['fromQwnerCode'] = val[0]['fromQwnerCode'] |
|
|
@ -177,6 +179,10 @@ const searchTableSuccess = (formField, searchField, val, formRef, type, row) => |
|
|
|
item.batch = item.toBatch |
|
|
|
item.packingNumber = item.toPackingNumber |
|
|
|
item.containerNumber = item.toContainerNumber |
|
|
|
item.toLocationGroupCode = null |
|
|
|
item.toWarehouseCode = null |
|
|
|
item.toLocationTypes = null |
|
|
|
item.toLocationCode = null |
|
|
|
}) |
|
|
|
isShowButton.value = false |
|
|
|
PurchasereturnRequestDetail.allSchemas.tableFormColumns.map((item) => { |
|
|
|