add wechat qrcode pay fee

This commit is contained in:
java110 2023-02-16 14:45:12 +08:00
parent 1cd04ba515
commit a457b70ea4

View File

@ -359,7 +359,7 @@ var saveAs = saveAs || (function(view) {
}
//打开model
$("#doBatchPayFeeModal").modal('show');
$that.owePayFeeOrderInfo.payType = 'common';
$that.batchPayFeeOrderInfo.payType = 'common';
},
_openPayFee: function() {
if (vc.component.batchPayFeeOrderInfo.selectPayFeeIds.length <= 0) {
@ -368,7 +368,7 @@ var saveAs = saveAs || (function(view) {
}
//打开model
$("#doBatchPayFeeModal").modal('show');
$that.owePayFeeOrderInfo.payType = 'qrCode';
$that.batchPayFeeOrderInfo.payType = 'qrCode';
},
_closeDoBatchPayFeeModal: function() {
$("#doBatchPayFeeModal").modal('hide');