| | |
| | | { |
| | | "templateName":"投诉建议", |
| | | "templateCode":"complaint", |
| | | "templateKey":"complaintId", |
| | | "templateKeyName":"投诉ID", |
| | | "searchCode": "complaintName", |
| | | "searchName": "投诉人名称", |
| | | "templateName":"活动", |
| | | "templateCode":"activities", |
| | | "templateKey":"activitiesId", |
| | | "templateKeyName":"活动ID", |
| | | "searchCode": "title", |
| | | "searchName": "活动标题", |
| | | "conditions": [ |
| | | { |
| | | "name": "投诉ID", |
| | | "name": "活动标题", |
| | | "inputType": "input", |
| | | "code": "complaintId", |
| | | "code": "title", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "投诉类型", |
| | | "name": "活动类型", |
| | | "inputType": "select", |
| | | "selectValue":"10001,10002", |
| | | "selectValueName":"小区文化,其他", |
| | | "code": "typeCd", |
| | | "selectValue":"809001,809002", |
| | | "selectValueName":"投诉,建议", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "投诉人", |
| | | "name": "员工名称", |
| | | "inputType": "input", |
| | | "code": "complaintName", |
| | | "code": "userName", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "联系电话", |
| | | "name": "活动ID", |
| | | "inputType": "input", |
| | | "code": "tel", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "房屋编号", |
| | | "inputType": "input", |
| | | "code": "roomId", |
| | | "whereCondition": "equal" |
| | | }, |
| | | { |
| | | "name": "投诉状态", |
| | | "inputType": "select", |
| | | "code": "state", |
| | | "selectValue":"1100,1200", |
| | | "selectValueName":"派单,结单", |
| | | "code": "activitiesId", |
| | | "whereCondition": "equal" |
| | | } |
| | | ], |
| | | "columns":[ |
| | | { |
| | | "code":"storeId", |
| | | "cnCode":"商户ID", |
| | | "desc":"必填,请填写商户ID", |
| | | "code":"title", |
| | | "cnCode":"活动标题", |
| | | "desc":"必填,请填写业活动标题", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"商户ID必须为数字", |
| | | "show": false |
| | | "limit":"maxin", |
| | | "limitParam":"1,200", |
| | | "limitErrInfo":"活动标题不能超过200位", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "typeCd", |
| | | "cnCode":"投诉类型", |
| | | "desc":"必填,请选择投诉类型", |
| | | "cnCode":"活动类型", |
| | | "desc":"必填,请选择活动类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "select", |
| | | "selectValue":"809001,809002", |
| | | "selectValueName":"投诉,建议", |
| | | "selectValue":"10001,10002", |
| | | "selectValueName":"小区文化,其他", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"投诉类型格式错误", |
| | | "limitErrInfo":"活动类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"roomId", |
| | | "cnCode":"房屋编号", |
| | | "desc":"必填,请选择房屋编号", |
| | | "code": "headerImg", |
| | | "cnCode":"头部照片", |
| | | "desc":"必填,请选择头部照片", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"num", |
| | | "inputType": "input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,200", |
| | | "limitErrInfo":"头部照片格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "context", |
| | | "cnCode":"活动内容", |
| | | "desc":"必填,请填写活动内容", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"maxin", |
| | | "limitParam":"1,4000", |
| | | "limitErrInfo":"活动内容太长", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code": "startTime", |
| | | "cnCode":"开始时间", |
| | | "desc":"必填,请选择开始时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType": "input", |
| | | "limit":"date", |
| | | "limitParam":"", |
| | | "limitErrInfo":"房屋编号格式错误", |
| | | "limitErrInfo":"开始时间格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"complaintName", |
| | | "cnCode":"投诉人", |
| | | "desc":"必填,请填写投诉人", |
| | | "code": "endTime", |
| | | "cnCode":"结束时间", |
| | | "desc":"必填,请选择结束时间", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"投诉人不能大于200位", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code":"tel", |
| | | "cnCode":"投诉电话", |
| | | "desc":"必填,请填写投诉电话", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"phone", |
| | | "inputType": "input", |
| | | "limit":"date", |
| | | "limitParam":"", |
| | | "limitErrInfo":"投诉电话格式错误", |
| | | "limitErrInfo":"结束时间格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"state", |
| | | "cnCode":"投诉状态", |
| | | "desc":"必填,请填写投诉状态", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"投诉状态格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"context", |
| | | "cnCode":"投诉内容", |
| | | "desc":"必填,请填写投诉内容", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"textarea", |
| | | "limit":"maxLength", |
| | | "limitParam":"4000", |
| | | "limitErrInfo":"投诉状态超过4000位", |
| | | "show": false |
| | | } |
| | | ] |
| | | } |