This commit is contained in:
Your Name 2023-09-08 10:14:03 +08:00
parent 5871400457
commit 25b90d7b61
2 changed files with 7 additions and 3 deletions

View File

@ -171,7 +171,11 @@
},
_closeDoBatchPayFeeModal:function(){
$("#doPayFeeMonthOrderResultModal").modal('hide');
}
},
_printAndBack: function() {
$('#payFeeResult').modal("hide");
window.open($that.payFeeMonthOrderResultInfo.printUrl + "?detailIds=" + $that.payFeeMonthOrderResultInfo.detailIds)
},
}
});
})(window.vc);

View File

@ -1,6 +1,6 @@
(function(vc) {
var DEFAULT_PAGE = 1;
var DEFAULT_ROWS = 10;
let DEFAULT_PAGE = 1;
let DEFAULT_ROWS = 10;
vc.extends({
data: {
batchPayFeeOrderInfo: {