old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "人工托收", |
| | | "templateName": "流程实例", |
| | | "templateCode": "oaWorkflow", |
| | | "templateKey": "flowId", |
| | | "templateKeyName": "工作流ID", |
| | | "searchCode": "flowId", |
| | | "searchName": "工作流ID", |
| | | "directories": "property", |
| | | "templateCode": "feeManualCollection", |
| | | "templateKey": "collectionId", |
| | | "templateKeyName": "托收ID", |
| | | "searchCode": "collectionId", |
| | | "searchName": "托收ID", |
| | | "conditions": [ |
| | | { |
| | | "name": "房屋编号", |
| | | "name": "流程名称", |
| | | "inputType": "input", |
| | | "code": "roomName", |
| | | "code": "flowName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "业主名称", |
| | | "name": "描述", |
| | | "inputType": "input", |
| | | "code": "ownerName", |
| | | "code": "describle", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "业主电话", |
| | | "inputType": "input", |
| | | "code": "link", |
| | | "name": "流程类型", |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "code": "flowType", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "roomName", |
| | | "cnCode": "规格", |
| | | "desc": "必填,请填写房屋,如楼栋-单元-房屋", |
| | | "code": "flowName", |
| | | "cnCode": "流程名称", |
| | | "desc": "必填,请填写流程名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "房屋错误", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "流程名称超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "ownerName", |
| | | "cnCode": "业主名称", |
| | | "desc": "必填,请填写业主名称", |
| | | "code": "flowType", |
| | | "cnCode": "流程类型", |
| | | "desc": "必填,请填写流程类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "inputType": "select", |
| | | "selectValue":"1001", |
| | | "selectValueName":"普通流程", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "业主名称超过100位", |
| | | "limitParam": "12", |
| | | "limitErrInfo": "流程类型不能为空", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "link", |
| | | "cnCode": "业主电话", |
| | | "desc": "必填,请填写业主电话", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "phone", |
| | | "limitParam": "", |
| | | "limitErrInfo": "业主电话格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "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", |
| | | "code": "describle", |
| | | "cnCode": "备注", |
| | | "desc": "选填,请填写备注", |
| | | "desc": "可填,请填写备注", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "defaultValue": "", |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "200", |
| | | "limitErrInfo": "备注超过200位", |
| | | "limitErrInfo": "备注内容不能超过200", |
| | | "show": false |
| | | } |
| | | ] |