|
|
@@ -441,7 +441,7 @@ export default {
|
|
|
this.$set(item, 'singlePrice', singlePrice);
|
|
|
this.$set(item, 'taxRate', taxRate);
|
|
|
this.$set(item, 'discountRatio', discountRatio);
|
|
|
- this.$set(item, 'statementAmount', amount);
|
|
|
+ this.$set(item, 'statementAmount', item?.receivedTotalPrice || amount);
|
|
|
this.$set(item, 'noTaxSinglePrice', noTaxSinglePrice);
|
|
|
this.$set(item, 'totalPrice', totalPrice);
|
|
|
this.$set(item, 'discountSinglePrice', discountSinglePrice);
|