old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "人工托收", |
| | | "templateName":"收据模板", |
| | | "directories": "property", |
| | | "templateCode": "feeManualCollection", |
| | | "templateKey": "collectionId", |
| | | "templateKeyName": "托收ID", |
| | | "searchCode": "collectionId", |
| | | "searchName": "托收ID", |
| | | "templateCode":"feePrintPage", |
| | | "templateKey":"pageId", |
| | | "templateKeyName":"收据ID", |
| | | "searchCode": "pageId", |
| | | "searchName": "收据ID", |
| | | "conditions": [ |
| | | { |
| | | "name": "房屋编号", |
| | | "inputType": "input", |
| | | "code": "roomName", |
| | | "whereCondition": "equal" |
| | | "whereCondition": "equal", |
| | | "code": "pageId", |
| | | "name": "页面ID", |
| | | "inputType": "input" |
| | | }, |
| | | { |
| | | "name": "业主名称", |
| | | "inputType": "input", |
| | | "code": "ownerName", |
| | | "whereCondition": "equal" |
| | | "whereCondition": "equal", |
| | | "code": "pageName", |
| | | "name": "名称", |
| | | "inputType": "input" |
| | | }, |
| | | { |
| | | "name": "业主电话", |
| | | "inputType": "input", |
| | | "code": "link", |
| | | "whereCondition": "equal" |
| | | "whereCondition": "equal", |
| | | "code": "state", |
| | | "name": "状态", |
| | | "inputType": "input" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "roomName", |
| | | "cnCode": "规格", |
| | | "desc": "必填,请填写房屋,如楼栋-单元-房屋", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limitParam": "128", |
| | | "code": "pageName", |
| | | "limitErrInfo": "名称不能超过128", |
| | | "cnCode": "名称", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "房屋错误", |
| | | "show": true |
| | | "show": true, |
| | | "inputType": "input", |
| | | "required": true, |
| | | "desc": "必填,名称" |
| | | }, |
| | | { |
| | | "code": "ownerName", |
| | | "cnCode": "业主名称", |
| | | "desc": "必填,请填写业主名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limitParam": "30", |
| | | "code": "communityId", |
| | | "limitErrInfo": "小区ID不能超过30", |
| | | "cnCode": "小区ID", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "业主名称超过100位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "link", |
| | | "cnCode": "业主电话", |
| | | "desc": "必填,请填写业主电话", |
| | | "show": true, |
| | | "inputType": "input", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "phone", |
| | | "limitParam": "", |
| | | "limitErrInfo": "业主电话格式错误", |
| | | "show": true |
| | | "desc": "必填,小区ID" |
| | | }, |
| | | { |
| | | "code": "roomArea", |
| | | "cnCode": "房屋面积", |
| | | "desc": "必填,请填写房屋面积", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "money", |
| | | "limitParam": "", |
| | | "limitErrInfo": "房屋面积格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "squarePrice", |
| | | "cnCode": "房屋单价", |
| | | "desc": "必填,请填写房屋单价", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "money", |
| | | "limitParam": "", |
| | | "limitErrInfo": "房屋单价格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode": "备注", |
| | | "desc": "选填,请填写备注", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limitParam": "512", |
| | | "code": "pageUrl", |
| | | "limitErrInfo": "收据页面不能超过512", |
| | | "cnCode": "收据页面", |
| | | "limit": "maxLength", |
| | | "limitParam": "200", |
| | | "limitErrInfo": "备注超过200位", |
| | | "show": false |
| | | "show": true, |
| | | "inputType": "input", |
| | | "required": true, |
| | | "desc": "必填,收据页面" |
| | | } |
| | | ] |
| | | } |
| | | |
| | | } |