old mode 100644
new mode 100755
| | |
| | | { |
| | | "templateName": "活动规则", |
| | | "templateName": "返省上报", |
| | | "templateCode": "reportInfoBackCity", |
| | | "templateKey": "backId", |
| | | "templateKeyName": "返回ID", |
| | | "searchCode": "backId", |
| | | "searchName": "返回ID", |
| | | "directories": "property", |
| | | "templateCode": "activitiesRule", |
| | | "templateKey": "ruleId", |
| | | "templateKeyName": "规则ID", |
| | | "searchCode": "ruleId", |
| | | "searchName": "规则ID", |
| | | "conditions": [ |
| | | { |
| | | "name": "活动类型", |
| | | "inputType": "select", |
| | | "selectValue": "6666", |
| | | "selectValueName": "最美员工", |
| | | "code": "ruleType", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "规则名称", |
| | | "name": "姓名", |
| | | "inputType": "input", |
| | | "code": "ruleName", |
| | | "code": "name", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "活动对象", |
| | | "name": "身份证", |
| | | "inputType": "input", |
| | | "code": "idCard", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "手机号", |
| | | "inputType": "input", |
| | | "code": "tel", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "来源地", |
| | | "inputType": "select", |
| | | "selectValue": "2222,3333,4444", |
| | | "selectValueName": "大众,业主,员工", |
| | | "code": "activitiesObj", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "code": "source", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns": [ |
| | | { |
| | | "code": "ruleType", |
| | | "cnCode": "活动类型", |
| | | "desc": "必填,请填写活动类型", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "6666", |
| | | "selectValueName": "最美员工", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "活动类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "ruleName", |
| | | "cnCode": "规则名称", |
| | | "desc": "必填,请填写规则名称", |
| | | "code": "name", |
| | | "cnCode": "姓名", |
| | | "desc": "必填,请填写姓名", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "128", |
| | | "limitErrInfo": "规则名称太长", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "姓名超过64位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode": "开始时间", |
| | | "desc": "必填,请填写开始时间", |
| | | "code": "idCard", |
| | | "cnCode": "身份证", |
| | | "desc": "必填,请填写身份证", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "datetime", |
| | | "limitParam": "128", |
| | | "limitErrInfo": "开始时间格式错误", |
| | | "limit": "maxLength", |
| | | "limitParam": "64", |
| | | "limitErrInfo": "身份证不能为空", |
| | | "show": true |
| | | },{ |
| | | "code": "endTime", |
| | | "cnCode": "结束时间", |
| | | "desc": "必填,请填写结束时间", |
| | | }, |
| | | { |
| | | "code": "tel", |
| | | "cnCode": "手机号", |
| | | "desc": "必填,请填写手机号", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "input", |
| | | "limit": "datetime", |
| | | "limit": "phone", |
| | | "limitParam": "", |
| | | "limitErrInfo": "结束时间格式错误", |
| | | "limitErrInfo": "手机号格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "activitiesObj", |
| | | "cnCode": "活动对象", |
| | | "desc": "必填,请选择活动对象", |
| | | "code": "source", |
| | | "cnCode": "来源地", |
| | | "desc": "必填,请填写来源地", |
| | | "required": true, |
| | | "hasDefaultValue": false, |
| | | "inputType": "select", |
| | | "selectValue": "2222,3333,4444", |
| | | "selectValueName": "大众,业主,员工", |
| | | "selectValue":"1001,2002", |
| | | "selectValueName":"国内,国外", |
| | | "limit": "num", |
| | | "limitParam": "", |
| | | "limitErrInfo": "活动对象格式错误", |
| | | "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": true, |
| | | "cnCode": "备注", |
| | | "desc": "可填,请填写备注", |
| | | "required": false, |
| | | "hasDefaultValue": false, |
| | | "defaultValue": "", |
| | | "inputType": "input", |
| | | "limit": "maxLength", |
| | | "limitParam": "1024", |
| | | "limitErrInfo": "规则说明太长", |
| | | "show": true |
| | | "limitParam": "200", |
| | | "limitErrInfo": "备注内容不能超过200", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |