-
{{printPayFeeInfo.communityName}} 收据单
+
{{printPayFeeInfo.communityName}} {{printPayFeeInfo.apply ==
+ 'Y'?'申请单':'收据单'}}
单号:{{printPayFeeInfo.receiptNum}}
diff --git a/public/pages/property/printPayFee/printPayFee.js b/public/pages/property/printPayFee/printPayFee.js
index 7bb4af260..17d0a0ed2 100644
--- a/public/pages/property/printPayFee/printPayFee.js
+++ b/public/pages/property/printPayFee/printPayFee.js
@@ -14,7 +14,8 @@
content: '',
qrImg: '',
payObjName:'',
- feeReceipt:[]
+ feeReceipt:[],
+ apply:'N'
},
printFlag: '0'
},
@@ -23,6 +24,8 @@
$that.printPayFeeInfo.receiptId = vc.getParam('receiptId');
$that.printPayFeeInfo.receiptIds = vc.getParam('receiptIds');
+ $that.printPayFeeInfo.apply = vc.getParam('apply');
+
//$that.printPayFeeInfo.feeTime = vc.dateTimeFormat(new Date());
$that.printPayFeeInfo.communityName = vc.getCurrentCommunity().name;