version6
This commit is contained in:
@@ -169,10 +169,10 @@
|
||||
vc.component._listFeeReceipts(DEFAULT_PAGE, DEFAULT_ROWS);
|
||||
},
|
||||
_printFeeReceipt: function (_receipt) {
|
||||
window.open($that.feeReceiptManageInfo.printUrl + "?receiptId=" + _receipt.receiptId);
|
||||
window.open('http://localhost:8085/jmreport/view/1157941533747441664?receiptId=' + _receipt.receiptId);
|
||||
},
|
||||
_printFeeSmallReceipt: function (_receipt) {
|
||||
window.open('/smallPrint.html#/pages/property/printSmallPayFee?receiptIds=' + _receipt.receiptId);
|
||||
window.open('http://localhost:8085/jmreport/view/1158273349834502144?receiptId=' + _receipt.receiptId);
|
||||
},
|
||||
_printFeeReceipts: function (_conditions) {
|
||||
// console.log(_conditions)
|
||||
|
||||
Reference in New Issue
Block a user