| | |
| | | moreCondition: false, |
| | | contractId: '', |
| | | conditions: { |
| | | communityId: vc.getCurrentCommunity().communityId, |
| | | // communityId: vc.getCurrentCommunity().communityId, |
| | | contractNameLike: '', |
| | | contractCodeLike: '', |
| | | contractType: '', |
| | |
| | | var param = { |
| | | params: vc.component.contractManageInfo.conditions |
| | | }; |
| | | param.params.communityId = vc.getCurrentCommunity().communityId; |
| | | // param.params.communityId = vc.getCurrentCommunity().communityId; |
| | | param.params.contractNameLike = param.params.contractNameLike.trim(); |
| | | param.params.contractCodeLike = param.params.contractCodeLike.trim(); |
| | | param.params.partyBLike = param.params.partyBLike.trim(); |
| | |
| | | }, |
| | | //重置 |
| | | _resetContractMethod: function () { |
| | | vc.component.contractManageInfo.conditions.communityId = vc.getCurrentCommunity().communityId; |
| | | // vc.component.contractManageInfo.conditions.communityId = vc.getCurrentCommunity().communityId; |
| | | vc.component.contractManageInfo.conditions.contractNameLike = ""; |
| | | // vc.component.contractManageInfo.conditions.contractCode = ""; |
| | | vc.component.contractManageInfo.conditions.contractType = ""; |