| | |
| | | { |
| | | "templateName":"报修设置", |
| | | "templateName": "信息大类", |
| | | "directories": "property", |
| | | "templateCode":"repairSetting", |
| | | "templateKey":"settingId", |
| | | "templateKeyName":"设置", |
| | | "searchCode": "settingId", |
| | | "searchName": "设置", |
| | | "templateCode": "activitiesType", |
| | | "templateKey": "typeCd", |
| | | "templateKeyName": "大类编码", |
| | | "searchCode": "typeCd", |
| | | "searchName": "大类编码", |
| | | "conditions": [ |
| | | { |
| | | "name": "类型名称", |
| | | "name": "大类编码", |
| | | "inputType": "input", |
| | | "code": "repairTypeName", |
| | | "code": "typeCd", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "派单方式", |
| | | "name": "大类名称", |
| | | "inputType": "input", |
| | | "code": "typeName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "是否显示", |
| | | "inputType": "select", |
| | | "selectValue":"100,200,300", |
| | | "selectValueName":"抢单,指派,轮训", |
| | | "code": "repairWay", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "派单类型", |
| | | "inputType": "input", |
| | | "code": "repairType", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "code": "defalutShow", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code":"repairTypeName", |
| | | "cnCode":"类型名称", |
| | | "desc":"必填,请填写类型名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "typeName", |
| | | "cnCode": "大类名称", |
| | | "desc": "必填,请填写大类名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"max", |
| | | "limitParam":"1,200", |
| | | "limitErrInfo":"类型名称不能超过200位", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "大类名称超过100位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "repairWay", |
| | | "cnCode":"派单方式", |
| | | "desc":"必填,请填写派单方式", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "typeDesc", |
| | | "cnCode": "大类描述", |
| | | "desc": "可填,请填写类型描述", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "500", |
| | | "limitErrInfo": "描述超过500位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "seq", |
| | | "cnCode": "显示序号", |
| | | "desc": "必填,请填写显示序号", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "显示序号不是有效数字", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "defalutShow", |
| | | "cnCode": "是否显示", |
| | | "desc": "必填,请填写是否显示", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue":"100,200,300", |
| | | "selectValueName":"抢单,指派,轮训", |
| | | "limit":"maxLength", |
| | | "limitParam":"12", |
| | | "limitErrInfo":"派单方式格式错误", |
| | | "selectValue": "Y,N", |
| | | "selectValueName": "是,否", |
| | | "limit": "maxLength", |
| | | "limitParam": "2", |
| | | "limitErrInfo": "是否显示格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode":"说明", |
| | | "desc":"选填,请填写说明", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"说明不能超过500位", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |