|
@@ -529,7 +529,7 @@ const loadReturnDetail = async () => {
|
|
|
productImage: p.productImage || '',
|
|
productImage: p.productImage || '',
|
|
|
name: p.productName || '',
|
|
name: p.productName || '',
|
|
|
spec: `${p.productUnit || ''} ${p.productNo || ''}`.trim(),
|
|
spec: `${p.productUnit || ''} ${p.productNo || ''}`.trim(),
|
|
|
- unitPrice: Number(p.returnPrice) || Number(p.orderPrice) || 0,
|
|
|
|
|
|
|
+ unitPrice: Number(p.unitPrice) || Number(p.orderPrice) || 0,
|
|
|
soldQty: Number(p.returnQuantity) || 0,
|
|
soldQty: Number(p.returnQuantity) || 0,
|
|
|
availableQty: Number(p.returnQuantity) || 0,
|
|
availableQty: Number(p.returnQuantity) || 0,
|
|
|
returnQuantity: Number(p.returnQuantity) || 0,
|
|
returnQuantity: Number(p.returnQuantity) || 0,
|