|
@@ -284,7 +284,7 @@ export default {
|
|
|
item.discountSinglePrice = 0;
|
|
item.discountSinglePrice = 0;
|
|
|
item.singlePrice = 0;
|
|
item.singlePrice = 0;
|
|
|
item['batchNo'] = this.batchNo;
|
|
item['batchNo'] = this.batchNo;
|
|
|
- item.totalCount = item.dosage * productList[0].totalCount;
|
|
|
|
|
|
|
+ item.totalCount = item.dosage * v.totalCount;
|
|
|
return item;
|
|
return item;
|
|
|
});
|
|
});
|
|
|
mbomCategoryList.push(...arr);
|
|
mbomCategoryList.push(...arr);
|