|
@@ -678,7 +678,7 @@ const selectProduct = (row, SKU) => {
|
|
orderSkuBomList = listTwo[0].packagingMaterialList.map((item) => {
|
|
orderSkuBomList = listTwo[0].packagingMaterialList.map((item) => {
|
|
return {
|
|
return {
|
|
bomSpecId: item.id,
|
|
bomSpecId: item.id,
|
|
- unitPrice: item.costPrice,
|
|
|
|
|
|
+ unitPrice: item.internalSellingPrice,
|
|
quantity: item.quantity,
|
|
quantity: item.quantity,
|
|
bomSpecName: item.name,
|
|
bomSpecName: item.name,
|
|
};
|
|
};
|