| | |
| | | { |
| | | "templateName":"账户提现", |
| | | "templateCode":"accountWithdrawalApply", |
| | | "templateKey":"applyId", |
| | | "templateKeyName":"提现ID", |
| | | "searchCode": "applyId", |
| | | "searchName": "提现ID", |
| | | "directories": "acct", |
| | | "templateName": "流程实例", |
| | | "templateCode": "oaWorkflow", |
| | | "templateKey": "flowId", |
| | | "templateKeyName": "工作流ID", |
| | | "searchCode": "flowId", |
| | | "searchName": "工作流ID", |
| | | "directories": "property", |
| | | "conditions": [ |
| | | { |
| | | "name": "申请人名称", |
| | | "name": "流程名称", |
| | | "inputType": "input", |
| | | "code": "applyUserName", |
| | | "code": "flowName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "申请人电话", |
| | | "name": "描述", |
| | | "inputType": "input", |
| | | "code": "applyUserTel", |
| | | "code": "describle", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "流程类型", |
| | | "inputType": "select", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "code": "flowType", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code":"amount", |
| | | "cnCode":"提现金额", |
| | | "desc":"必填,请填写提现金额", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"money", |
| | | "limitParam":"", |
| | | "limitErrInfo":"提现金额格式错误", |
| | | "code": "flowName", |
| | | "cnCode": "流程名称", |
| | | "desc": "必填,请填写流程名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "流程名称超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "applyUserId", |
| | | "cnCode":"申请人ID", |
| | | "desc":"必填,请选择类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"类型格式错误", |
| | | "code": "flowType", |
| | | "cnCode": "流程类型", |
| | | "desc": "必填,请填写流程类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"1001", |
| | | "selectValueName":"普通流程", |
| | | "limit": "maxLength", |
| | | "limitParam": "12", |
| | | "limitErrInfo": "流程类型不能为空", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "applyUserName", |
| | | "cnCode":"申请人名称", |
| | | "desc":"必填,请填写申请人名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "describle", |
| | | "cnCode": "备注", |
| | | "desc": "可填,请填写备注", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "defaultValue": "", |
| | | "inputType": "input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,20", |
| | | "limitErrInfo":"申请人名称不能超过20位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "applyUserTel", |
| | | "cnCode":"申请人电话", |
| | | "desc":"必填,请填写申请人电话", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"申请人电话格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "context", |
| | | "cnCode":"申请说明", |
| | | "desc":"请填写申请说明", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"申请说明不能超过500", |
| | | "show": true |
| | | "limit": "maxLength", |
| | | "limitParam": "200", |
| | | "limitErrInfo": "备注内容不能超过200", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |