diff --git a/public/components/property/reportHuaningPayFeeTwo/reportHuaningPayFeeTwo.html b/public/components/property/reportHuaningPayFeeTwo/reportHuaningPayFeeTwo.html index b396878d2..613884f1f 100644 --- a/public/components/property/reportHuaningPayFeeTwo/reportHuaningPayFeeTwo.html +++ b/public/components/property/reportHuaningPayFeeTwo/reportHuaningPayFeeTwo.html @@ -19,8 +19,8 @@ {{fee.receivableAmount}} {{fee.receivedAmount}} {{fee.receivedAmount1}} + {{_getOweFeeTwo(fee)}} {{fee.receivedAmount2}} - {{fee.receivedAmount3}} diff --git a/public/components/property/reportHuaningPayFeeTwo/reportHuaningPayFeeTwo.js b/public/components/property/reportHuaningPayFeeTwo/reportHuaningPayFeeTwo.js index 58cd77cc0..000038629 100644 --- a/public/components/property/reportHuaningPayFeeTwo/reportHuaningPayFeeTwo.js +++ b/public/components/property/reportHuaningPayFeeTwo/reportHuaningPayFeeTwo.js @@ -73,6 +73,9 @@ dateStr: vc.dateFormat(new Date().getTime()) } }, + _getOweFeeTwo:function(_fee){ + return _fee.receivedAmount2 + _fee.receivableAmount - _fee.receivedAmount - _fee.receivedAmount1; + } } }); })(window.vc);