|
@@ -89,6 +89,7 @@ export default {
|
|
'returnReason': rows ? rows.dispName : '',
|
|
'returnReason': rows ? rows.dispName : '',
|
|
'returnReasonRemarks': row.returnReasonRemarks,
|
|
'returnReasonRemarks': row.returnReasonRemarks,
|
|
'productSn': row.productSn,
|
|
'productSn': row.productSn,
|
|
|
|
+ 'priceLevel': row.priceLevel,
|
|
'initialQty': row.qty,
|
|
'initialQty': row.qty,
|
|
'receiveQty': row.receiveQty
|
|
'receiveQty': row.receiveQty
|
|
}
|
|
}
|