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