| | |
| | | { |
| | | "templateName":"权限", |
| | | "templateCode":"basePrivilege", |
| | | "templateKey":"pId", |
| | | "templateKeyName":"权限ID", |
| | | "searchCode": "name", |
| | | "searchName": "权限名称", |
| | | "templateName":"审核人员", |
| | | "templateCode":"auditUser", |
| | | "templateKey":"auditUserId", |
| | | "templateKeyName":"审核ID", |
| | | "searchCode": "userName", |
| | | "searchName": "用户名称", |
| | | "conditions": [ |
| | | |
| | | { |
| | | "name": "权限名称", |
| | | "name": "审核ID", |
| | | "inputType": "input", |
| | | "code": "name", |
| | | "whereCondition": "like" |
| | | }, |
| | | { |
| | | "name": "权限编码", |
| | | "inputType": "input", |
| | | "code": "pId", |
| | | "code": "auditUserId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "商户类型", |
| | | "name": "审核人员", |
| | | "inputType": "input", |
| | | "code": "userName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "审核环节", |
| | | "inputType": "select", |
| | | "code": "domain", |
| | | "selectValue":"800900000001,800900000002,800900000003,800900000000", |
| | | "selectValueName":"运营团队,代理商,物业,开发团队", |
| | | "code": "auditLink", |
| | | "selectValue":"809001,809002,809003", |
| | | "selectValueName":"部门主管,财务主管,采购人员", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"name", |
| | | "cnCode":"权限名称", |
| | | "desc":"必填,请填写权限名称", |
| | | "code":"userId", |
| | | "cnCode":"用户ID", |
| | | "desc":"必填,请填写用户ID", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"用户ID必须为数字", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"userName", |
| | | "cnCode":"用户名称", |
| | | "desc":"必填,请填写用户名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxin", |
| | | "limitParam":"2,10", |
| | | "limitErrInfo":"权限名称必须在2至10字符之间", |
| | | "limitParam":"2,50", |
| | | "limitErrInfo":"用户名称必须在2至50字符之间", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"domain", |
| | | "cnCode":"商户类型", |
| | | "desc":"必填,请选择商户类型", |
| | | "code":"auditLink", |
| | | "cnCode":"审核环节", |
| | | "desc":"必填,请选择审核环节", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"select", |
| | | "selectValue":"800900000001,800900000002,800900000003,800900000000", |
| | | "selectValueName":"运营团队,代理商,物业,开发团队", |
| | | "limit":"maxin", |
| | | "limitParam":"1,12", |
| | | "limitErrInfo":"商户类型错误", |
| | | "selectValue":"809001,809002,809003", |
| | | "selectValueName":"部门主管,财务主管,采购人员", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"审核环节格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"description", |
| | | "cnCode":"描述", |
| | | "desc":"可填,请填写描述", |
| | | "required":false, |
| | | "code":"objCode", |
| | | "cnCode":"流程对象", |
| | | "desc":"必填,请填写流程对象", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"textarea", |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"备注内容不能超过200", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"物品库存不能大于64位", |
| | | "show": false |
| | | } |
| | | ] |