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