diff --git a/public/pages/property/printOweFee/printOweFee.html b/public/pages/property/printOweFee/printOweFee.html index 51d33b24d..9d6c48afa 100755 --- a/public/pages/property/printOweFee/printOweFee.html +++ b/public/pages/property/printOweFee/printOweFee.html @@ -10,19 +10,19 @@ {{printPayFeeInfo.payObjName}}
- + :{{printPayFeeInfo.ownerName}}
:{{printPayFeeInfo.feeTime}}
- +
- + - + @@ -41,8 +41,10 @@ {{vc.dateFormat(item.deadlineTime)}} - - + + + + @@ -53,10 +55,10 @@
{{printPayFeeInfo.builtUpArea}}{{item.squarePrice}}/{{item.additionalAmount}}{{(item.curDegrees-item.preDegrees).toFixed(2)}}{{printPayFeeInfo.builtUpArea}}{{item.mwPrice}}{{item.squarePrice}}/{{item.additionalAmount}} {{item.feePrice}}
-

+ -

-

+
+
diff --git a/public/pages/property/printOweFee/printOweFee.js b/public/pages/property/printOweFee/printOweFee.js index e55e5fb14..2b685ada5 100755 --- a/public/pages/property/printOweFee/printOweFee.js +++ b/public/pages/property/printOweFee/printOweFee.js @@ -14,7 +14,8 @@ payObjId: '', builtUpArea: '', payObjType:'', - payObjName:'' + payObjName:'', + ownerName:'' }, printFlag: '0' }, @@ -143,7 +144,7 @@ $that.printPayFeeInfo.fees.forEach(item => { //item.feePrice = $that._getFixedNum(item.feePrice); item.receivableAmount = item.feePrice; - item.feePrice = item.feeTotalPrice; + item.feePrice = item.feePrice; _totalAmount += item.feePrice; }); _totalAmount = Math.round(_totalAmount * 100) / 100;