old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "信息大类", |
| | | "templateName": "返省上报", |
| | | "templateCode": "reportInfoBackCity", |
| | | "templateKey": "backId", |
| | | "templateKeyName": "返回ID", |
| | | "searchCode": "backId", |
| | | "searchName": "返回ID", |
| | | "directories": "property", |
| | | "templateCode": "activitiesType", |
| | | "templateKey": "typeCd", |
| | | "templateKeyName": "大类编码", |
| | | "searchCode": "typeCd", |
| | | "searchName": "大类编码", |
| | | "conditions": [ |
| | | { |
| | | "name": "大类编码", |
| | | "name": "姓名", |
| | | "inputType": "input", |
| | | "code": "typeCd", |
| | | "code": "name", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "大类名称", |
| | | "name": "身份证", |
| | | "inputType": "input", |
| | | "code": "typeName", |
| | | "code": "idCard", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "是否显示", |
| | | "name": "手机号", |
| | | "inputType": "input", |
| | | "code": "tel", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "来源地", |
| | | "inputType": "select", |
| | | "selectValue":"Y,N", |
| | | "selectValueName":"是,否", |
| | | "code": "defalutShow", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "code": "source", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "typeName", |
| | | "cnCode": "大类名称", |
| | | "desc": "必填,请填写大类名称", |
| | | "code": "name", |
| | | "cnCode": "姓名", |
| | | "desc": "必填,请填写姓名", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "100", |
| | | "limitErrInfo": "大类名称超过100位", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "姓名超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "typeDesc", |
| | | "cnCode": "大类描述", |
| | | "desc": "可填,请填写类型描述", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "500", |
| | | "limitErrInfo": "描述超过500位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "seq", |
| | | "cnCode": "显示序号", |
| | | "desc": "必填,请填写显示序号", |
| | | "code": "idCard", |
| | | "cnCode": "身份证", |
| | | "desc": "必填,请填写身份证", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "num", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "身份证不能为空", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "tel", |
| | | "cnCode": "手机号", |
| | | "desc": "必填,请填写手机号", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "phone", |
| | | "limitParam": "", |
| | | "limitErrInfo": "显示序号不是有效数字", |
| | | "limitErrInfo": "手机号格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "defalutShow", |
| | | "cnCode": "是否显示", |
| | | "desc": "必填,请填写是否显示", |
| | | "code": "source", |
| | | "cnCode": "来源地", |
| | | "desc": "必填,请填写来源地", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "Y,N", |
| | | "selectValueName": "是,否", |
| | | "limit": "maxLength", |
| | | "limitParam": "2", |
| | | "limitErrInfo": "是否显示格式错误", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "来源地格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "sourceCityName", |
| | | "cnCode": "城市名称", |
| | | "desc": "必填,请填写城市名称", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "城市名称格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "backTime", |
| | | "cnCode": "返回时间", |
| | | "desc": "必填,请填写返回时间", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "dateTime", |
| | | "limitParam": "", |
| | | "limitErrInfo": "返回时间格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "remark", |
| | | "cnCode": "备注", |
| | | "desc": "可填,请填写备注", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "defaultValue": "", |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "200", |
| | | "limitErrInfo": "备注内容不能超过200", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |