mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化相关代码
This commit is contained in:
parent
7b7db22ea6
commit
b88f893307
@ -12,7 +12,7 @@
|
|||||||
payObjId: '',
|
payObjId: '',
|
||||||
payObjType: '',
|
payObjType: '',
|
||||||
roomName: '',
|
roomName: '',
|
||||||
receiptId: '',
|
receiptIds: '',
|
||||||
remark: ''
|
remark: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -125,13 +125,13 @@
|
|||||||
$that._closeDoOwePayFeeModal();
|
$that._closeDoOwePayFeeModal();
|
||||||
if (_json.code == 0) {
|
if (_json.code == 0) {
|
||||||
|
|
||||||
let _feeInfo = {
|
|
||||||
totalAmount: $that.owePayFeeOrderInfo.feePrices,
|
|
||||||
fees: _printFees
|
|
||||||
}
|
|
||||||
let _data = JSON.parse(json).data;
|
let _data = JSON.parse(json).data;
|
||||||
|
let receiptIds = '';
|
||||||
|
_data.forEach(item=>{
|
||||||
|
receiptIds +=(item.receiptId+',');
|
||||||
|
})
|
||||||
|
|
||||||
$that.owePayFeeOrderInfo.receiptId = _data.receiptId;
|
$that.owePayFeeOrderInfo.receiptIds = receiptIds;
|
||||||
|
|
||||||
//vc.saveData('_feeInfo', _feeInfo);
|
//vc.saveData('_feeInfo', _feeInfo);
|
||||||
//关闭model
|
//关闭model
|
||||||
@ -157,7 +157,7 @@
|
|||||||
},
|
},
|
||||||
_printAndBack: function () {
|
_printAndBack: function () {
|
||||||
$('#payFeeResult').modal("hide");
|
$('#payFeeResult').modal("hide");
|
||||||
window.open("/print.html#/pages/property/printPayFee?receiptId=" + $that.owePayFeeOrderInfo.receiptId)
|
window.open("/print.html#/pages/property/printPayFee?receiptIds=" + $that.owePayFeeOrderInfo.receiptIds)
|
||||||
},
|
},
|
||||||
_dealSelectFee: function () {
|
_dealSelectFee: function () {
|
||||||
let totalFee = 0.00;
|
let totalFee = 0.00;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user