优化代码

This commit is contained in:
java110 2022-03-30 16:13:50 +08:00
parent cea82c3ce8
commit 4bbdcd19ff
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@
vc.goBack();
},
_toOwnerPayFee: function() {
vc.jumpToPage('/#/pages/property/owePayFeeOrder?payObjId=' + $that.listContractFeeInfo.contractId + "&payObjType=3333&contractName=" + $that.listContractFeeInfo.contractName);
vc.jumpToPage('/#/pages/property/owePayFeeOrder?payObjId=' + $that.listContractFeeInfo.contractId + "&payObjType=7777&contractName=" + $that.listContractFeeInfo.contractName);
},
_openRoomCreateFeeAddModal: function() {
vc.emit('contractCreateFeeAdd', 'openContractCreateFeeAddModal', {

View File

@ -144,7 +144,7 @@
item.from = 'purchase';
} else if ($that.workflowSettingInfo.flowType == '80008') {
item.from = 'purchase';
} else if ($that.workflowSettingInfo.flowType == '') {
} else if ($that.workflowSettingInfo.flowType == '50005') {
item.from = 'contract';
}
vc.emit('selectStaff', 'openStaff', item);