| | |
| | | { |
| | | "templateName":"位置管理", |
| | | "templateName": "信息大类", |
| | | "directories": "property", |
| | | "templateCode":"location", |
| | | "templateKey":"locationId", |
| | | "templateKeyName":"位置ID", |
| | | "searchCode": "locationName", |
| | | "searchName": "位置名称", |
| | | "templateCode": "activitiesType", |
| | | "templateKey": "typeCd", |
| | | "templateKeyName": "大类编码", |
| | | "searchCode": "typeCd", |
| | | "searchName": "大类编码", |
| | | "conditions": [ |
| | | { |
| | | "name": "位置名称", |
| | | "name": "大类编码", |
| | | "inputType": "input", |
| | | "code": "locationName", |
| | | "code": "typeCd", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "位置编码", |
| | | "name": "大类名称", |
| | | "inputType": "input", |
| | | "code": "locationId", |
| | | "code": "typeName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "位置类型", |
| | | "name": "是否显示", |
| | | "inputType": "select", |
| | | "selectValue":"1000,2000,3000", |
| | | "selectValueName":"小区,单元,房屋", |
| | | "code": "locationType", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "code": "defalutShow", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code":"locationName", |
| | | "cnCode":"位置名称", |
| | | "desc":"必填,请填写位置名称", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "typeName", |
| | | "cnCode": "大类名称", |
| | | "desc": "必填,请填写大类名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit":"max", |
| | | "limitParam":"1,100", |
| | | "limitErrInfo":"位置名称不能超过100位", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "大类名称超过100位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "locationType", |
| | | "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":"1000,2000,3000", |
| | | "selectValueName":"小区,单元,房屋", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"位置类型 格式错误", |
| | | "selectValue": "Y,N", |
| | | "selectValueName": "是,否", |
| | | "limit": "maxLength", |
| | | "limitParam": "2", |
| | | "limitErrInfo": "是否显示格式错误", |
| | | "show": true |
| | | } |
| | | ] |