john.hong 2 năm trước cách đây
mục cha
commit
b845c17825
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/parkingFee/mixins/parkingFeeDetail.js

+ 1 - 1
src/pages/parkingFee/mixins/parkingFeeDetail.js

@@ -118,7 +118,7 @@ export default {
             vehicleNo: parkingRecord.vehicleNo,
             enterTime: parkingRecord.enterTime,
             serviceMin: parkingRecord.serviceMin,
-            totalFee: Math.abs(parkingRecord?.totalFee || 0).toFixed(2), //应缴
+            totalFee: Math.abs(parkingRecord?.totalFee / 100 || 0).toFixed(2), //应缴
             actualPayFee: Math.abs(this.actualPayFee || 0).toFixed(2), //应付金额
           },
           discountInfo: {