| | |
| | | { |
| | | "templateName":"服务绑定", |
| | | "templateCode":"serviceRegister", |
| | | "templateKey":"id", |
| | | "templateKeyName":"绑定ID", |
| | | "searchCode": "name", |
| | | "searchName": "服务名称", |
| | | "templateName":"审核人员", |
| | | "templateCode":"auditUser", |
| | | "templateKey":"auditUserId", |
| | | "templateKeyName":"审核ID", |
| | | "searchCode": "userName", |
| | | "searchName": "用户名称", |
| | | "conditions": [ |
| | | |
| | | { |
| | | "name": "应用名称", |
| | | "inputType": "choose", |
| | | "componentName": "chooseApp", |
| | | "code": "appName", |
| | | "key": "appId", |
| | | "name": "审核ID", |
| | | "inputType": "input", |
| | | "code": "auditUserId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "服务名称", |
| | | "name": "审核人员", |
| | | "inputType": "input", |
| | | "code": "serviceName", |
| | | "whereCondition": "like" |
| | | "code": "userName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "服务编码", |
| | | "inputType": "input", |
| | | "code": "serviceCode", |
| | | "whereCondition": "like" |
| | | }, |
| | | { |
| | | "name": "调用地址", |
| | | "inputType": "input", |
| | | "code": "serviceUrl", |
| | | "whereCondition": "like" |
| | | "name": "审核环节", |
| | | "inputType": "select", |
| | | "code": "auditLink", |
| | | "selectValue":"809001,809002,809003", |
| | | "selectValueName":"部门主管,财务主管,采购人员", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"appId", |
| | | "cnCode":"应用ID", |
| | | "desc":"必填,请填写应用ID", |
| | | "code":"userId", |
| | | "cnCode":"用户ID", |
| | | "desc":"必填,请填写用户ID", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"50", |
| | | "limitErrInfo":"应用ID不能超过50", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"用户ID必须为数字", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"serviceId", |
| | | "cnCode":"服务ID", |
| | | "desc":"必填,请填写服务ID", |
| | | "code":"userName", |
| | | "cnCode":"用户名称", |
| | | "desc":"必填,请填写用户名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"2,50", |
| | | "limitErrInfo":"服务ID必须在2至50字符之间", |
| | | "limitErrInfo":"用户名称必须在2至50字符之间", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"orderTypeCd", |
| | | "cnCode":"订单类型", |
| | | "desc":"必填,请填写订单类型", |
| | | "code":"auditLink", |
| | | "cnCode":"审核环节", |
| | | "desc":"必填,请选择审核环节", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"select", |
| | | "selectValue":"Q,D", |
| | | "selectValueName":"查询,业务受理", |
| | | "limit":"maxin", |
| | | "limitParam":"1,4", |
| | | "limitErrInfo":"订单类型错误", |
| | | "show": true |
| | | }, |
| | | |
| | | { |
| | | "code":"invokeLimitTimes", |
| | | "cnCode":"调用次数", |
| | | "desc":"必填,请填写调用次数", |
| | | "required":true, |
| | | "hasDefaultValue":true, |
| | | "defaultValue":"1000", |
| | | "inputType":"input", |
| | | "selectValue":"809001,809002,809003", |
| | | "selectValueName":"部门主管,财务主管,采购人员", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"调用次数错误", |
| | | "show": false |
| | | "limitErrInfo":"审核环节格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"invokeModel", |
| | | "cnCode":"调用方式", |
| | | "desc":"可填,请填写消息队列,订单在异步调用时使用", |
| | | "code":"objCode", |
| | | "cnCode":"流程对象", |
| | | "desc":"必填,请填写流程对象", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"select", |
| | | "selectValue":"S,A", |
| | | "selectValueName":"同步方式,异步方式", |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"50", |
| | | "limitErrInfo":"消息队列不能超过50", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"物品库存不能大于64位", |
| | | "show": false |
| | | } |
| | | ] |