This commit is contained in:
Anfioo
2025-12-10 20:14:01 +08:00
parent 2d847f3660
commit dbad2303d2
62 changed files with 1269 additions and 1259 deletions

View File

@@ -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)