|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
if (this.detailsList) {
|
|
|
for (const item of this.detailsList) {
|
|
|
if (item.checked) {
|
|
|
- amount = amount + Number(item.actPrice);
|
|
|
+ amount = amount + Number(item.realPrice);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -119,7 +119,7 @@ export default {
|
|
|
// let amount = 0;
|
|
|
// if (this.detailsList) {
|
|
|
// for (const item of this.detailsList) {
|
|
|
- // amount = amount + Number(item.actPrice);
|
|
|
+ // amount = amount + Number(item.realPrice);
|
|
|
// }
|
|
|
// }
|
|
|
// return amount;
|