old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "合同类型", |
| | | "directories": "admin", |
| | | "templateCode": "contractType", |
| | | "templateKey": "contractTypeId", |
| | | "templateKeyName": "类型ID", |
| | | "searchCode": "contractTypeId", |
| | | "searchName": "类型ID", |
| | | "templateName":"收据模板", |
| | | "directories": "property", |
| | | "templateCode":"feePrintPage", |
| | | "templateKey":"pageId", |
| | | "templateKeyName":"收据ID", |
| | | "searchCode": "pageId", |
| | | "searchName": "收据ID", |
| | | "conditions": [ |
| | | { |
| | | "name": "类型名称", |
| | | "inputType": "input", |
| | | "code": "typeName", |
| | | "whereCondition": "equal" |
| | | "whereCondition": "equal", |
| | | "code": "pageId", |
| | | "name": "页面ID", |
| | | "inputType": "input" |
| | | }, |
| | | { |
| | | "name": "审核", |
| | | "inputType": "select", |
| | | "selectValue": "1001,2002,3003,4004", |
| | | "selectValueName": "物业审核,不审核,运营审核,代理商审核", |
| | | "code": "audit", |
| | | "whereCondition": "equal" |
| | | "whereCondition": "equal", |
| | | "code": "pageName", |
| | | "name": "名称", |
| | | "inputType": "input" |
| | | }, |
| | | { |
| | | "name": "类型编码", |
| | | "inputType": "input", |
| | | "code": "contractTypeId", |
| | | "whereCondition": "equal" |
| | | "whereCondition": "equal", |
| | | "code": "state", |
| | | "name": "状态", |
| | | "inputType": "input" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "typeName", |
| | | "cnCode": "类型名称", |
| | | "desc": "必填,请填写合同类型名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limitParam": "128", |
| | | "code": "pageName", |
| | | "limitErrInfo": "名称不能超过128", |
| | | "cnCode": "名称", |
| | | "limit": "maxLength", |
| | | "limitParam": "200", |
| | | "limitErrInfo": "类型名称不能超过64位", |
| | | "show": true |
| | | "show": true, |
| | | "inputType": "input", |
| | | "required": true, |
| | | "desc": "必填,名称" |
| | | }, |
| | | { |
| | | "code": "audit", |
| | | "cnCode": "是否审核", |
| | | "desc": "必须,请选择是否审核", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "selectValue": "1001,2002,3003,4004", |
| | | "selectValueName": "物业审核,不审核,运营审核,代理商审核", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "是否审核格式错误", |
| | | "show": true |
| | | "limitParam": "30", |
| | | "code": "communityId", |
| | | "limitErrInfo": "小区ID不能超过30", |
| | | "cnCode": "小区ID", |
| | | "limit": "maxLength", |
| | | "show": true, |
| | | "inputType": "input", |
| | | "required": true, |
| | | "desc": "必填,小区ID" |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode": "描述", |
| | | "desc": "选填,请填写描述", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limitParam": "512", |
| | | "code": "pageUrl", |
| | | "limitErrInfo": "收据页面不能超过512", |
| | | "cnCode": "收据页面", |
| | | "limit": "maxLength", |
| | | "limitParam": "200", |
| | | "limitErrInfo": "描述超过200位", |
| | | "show": true |
| | | "show": true, |
| | | "inputType": "input", |
| | | "required": true, |
| | | "desc": "必填,收据页面" |
| | | } |
| | | ] |
| | | } |
| | | |
| | | } |