| | |
| | | { |
| | | "templateName":"微信模板", |
| | | "templateName": "信息大类", |
| | | "directories": "property", |
| | | "templateCode":"wechatSmsTemplate", |
| | | "templateKey":"templateId", |
| | | "templateKeyName":"ID", |
| | | "searchCode": "templateId", |
| | | "searchName": "ID", |
| | | "templateCode": "activitiesType", |
| | | "templateKey": "typeCd", |
| | | "templateKeyName": "大类编码", |
| | | "searchCode": "typeCd", |
| | | "searchName": "大类编码", |
| | | "conditions": [ |
| | | { |
| | | "name": "微信模板ID", |
| | | "name": "大类编码", |
| | | "inputType": "input", |
| | | "code": "smsTemplateId", |
| | | "code": "typeCd", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "模板类型", |
| | | "name": "大类名称", |
| | | "inputType": "input", |
| | | "code": "typeName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "是否显示", |
| | | "inputType": "select", |
| | | "selectValue":"10001,10002,10003", |
| | | "selectValueName":"欠费催缴,停电通知,停水通知", |
| | | "code": "templateType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "模板编码", |
| | | "inputType": "input", |
| | | "code": "templateId", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "code": "defalutShow", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | "columns": [ |
| | | { |
| | | "code":"templateType", |
| | | "cnCode":"模板类型", |
| | | "desc":"必填,请填写模板类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "code": "typeName", |
| | | "cnCode": "大类名称", |
| | | "desc": "必填,请填写大类名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "大类名称超过100位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "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":"10001,10002,10003", |
| | | "selectValueName":"欠费催缴,停电通知,停水通知", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"模板格式错误", |
| | | "selectValue": "Y,N", |
| | | "selectValueName": "是,否", |
| | | "limit": "maxLength", |
| | | "limitParam": "2", |
| | | "limitErrInfo": "是否显示格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "smsTemplateId", |
| | | "cnCode":"微信模板ID", |
| | | "desc":"必填,请填写微信模板ID", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"64", |
| | | "limitErrInfo":"微信模板ID太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode":"说明", |
| | | "desc":"选填,请填写说明", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"说明不能超过500位", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |