|
@@ -359,7 +359,7 @@
|
|
|
arr.map(item=>{
|
|
|
var id = item.childId?item.childId:item.sourceId
|
|
|
if(id==rowId){
|
|
|
- item.stockOutQuantity = data[0].quantity
|
|
|
+ item.stockOutQuantity = item.deliveryQuantity
|
|
|
item.inventorySelection = data[0].batchCode
|
|
|
item.batchId = data[0].id
|
|
|
}
|