| | |
| | | { |
| | | "templateName":"开发服务提供", |
| | | "templateCode":"devServiceProvide", |
| | | "templateKey":"id", |
| | | "templateKeyName":"提供ID", |
| | | "package": "serviceProvidePackage", |
| | | "successUrl": "/flow/devServiceProvideFlow", |
| | | "templateName":"登记投诉建议", |
| | | "templateCode":"addComplaintStep", |
| | | "templateKey":"complaintId", |
| | | "templateKeyName":"投诉ID", |
| | | "package": "complaintPackage", |
| | | "successUrl": "/flow/complaintFlow", |
| | | "needAffirm": false, |
| | | "flows":[ |
| | | { |
| | | "index": 0, |
| | | "code":"service", |
| | | "flowKey": "serviceId", |
| | | "cnCode":"选择服务", |
| | | "vcName":"viewServiceInfo", |
| | | "businessName": "businessService", |
| | | "businessType": "BUSINESS_TYPE_SAVE_SERVICE_INFO", |
| | | "code":"viewFloorInfo", |
| | | "flowKey": "floorId", |
| | | "cnCode":"选择楼栋", |
| | | "vcName":"viewFloorInfo", |
| | | "businessName": "businessFloor", |
| | | "businessType": "BUSINESS_TYPE_SAVE_FlOOR_INFO", |
| | | "existsComponent": true |
| | | }, |
| | | { |
| | | "index": 1, |
| | | "code":"devServiceProvide", |
| | | "flowKey": "devId", |
| | | "cnCode":"开发服务实现", |
| | | "vcName":"devServiceProvideView", |
| | | "businessName": "businessDev", |
| | | "businessType": "BUSINESS_TYPE_SAVE_DEV_INFO", |
| | | "existsComponent": false |
| | | "code":"sellRoomSelectRoom", |
| | | "flowKey": "roomId", |
| | | "cnCode":"选择房屋", |
| | | "vcName":"sellRoomSelectRoom", |
| | | "businessName": "businessRoom", |
| | | "businessType": "BUSINESS_TYPE_SAVE_ROOM_INFO", |
| | | "existsComponent": true |
| | | }, |
| | | { |
| | | "index": 2, |
| | | "code":"serviceProvideRemark", |
| | | "flowKey": "remarkId", |
| | | "cnCode":"备注信息", |
| | | "vcName":"serviceProvideRemarkView", |
| | | "businessName": "businessServiceProvideRemark", |
| | | "businessType": "BUSINESS_TYPE_SAVE_REMARK_INFO", |
| | | "code":"addComplain", |
| | | "flowKey": "complainId", |
| | | "cnCode":"投诉建议", |
| | | "vcName":"addComplain", |
| | | "businessName": "businessComplain", |
| | | "businessType": "BUSINESS_TYPE_SAVE_COMPLAIN_INFO", |
| | | "existsComponent": false |
| | | } |
| | | ], |
| | | "components": { |
| | | "devServiceProvideView": { |
| | | "templateName":"开发服务实现", |
| | | "templateCode":"devServiceProvide", |
| | | "package": "serviceProvidePackage", |
| | | "columns":[ |
| | | { |
| | | "code":"queryModel", |
| | | "cnCode":"实现方式", |
| | | "desc":"必填,请选择是否显示菜单", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"select", |
| | | "selectValue":"1,3,2", |
| | | "selectValueName":"sql方式,java方式,存储过程方式", |
| | | "limit":"maxin", |
| | | "limitParam":"1,12", |
| | | "limitErrInfo":"实现方式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"params", |
| | | "cnCode":"参数", |
| | | "desc":"必填,请填写参数", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"500", |
| | | "limitErrInfo":"参数内容不能超过200", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"sql", |
| | | "cnCode":"sql", |
| | | "desc":"可填,请填写sql", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"textarea", |
| | | "limit":"maxLength", |
| | | "limitParam":"2000", |
| | | "limitErrInfo":"sql不能超过2000", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code":"template", |
| | | "cnCode":"输出模板", |
| | | "desc":"可填,请填写输出模板", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"textarea", |
| | | "limit":"maxLength", |
| | | "limitParam":"2000", |
| | | "limitErrInfo":"输出模板不能超过2000", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code":"proc", |
| | | "cnCode":"存储过程", |
| | | "desc":"可填,请填写存储过程", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"textarea", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"存储过程不能超过200", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code":"javaScript", |
| | | "cnCode":"java", |
| | | "desc":"可填,请填写java语句", |
| | | "required":false, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"textarea", |
| | | "limit":"maxLength", |
| | | "limitParam":"2000", |
| | | "limitErrInfo":"java不能超过2000", |
| | | "show": false |
| | | } |
| | | ] |
| | | }, |
| | | "serviceProvideRemarkView": { |
| | | "templateName":"备注信息", |
| | | "templateCode":"serviceProvideRemark", |
| | | "package": "serviceProvidePackage", |
| | | "columns":[ |
| | | "addComplain": { |
| | | "templateName": "投诉建议", |
| | | "templateCode": "addComplain", |
| | | "package": "complaintPackage", |
| | | "columns": [ |
| | | { |
| | | "code":"description", |
| | | "cnCode":"描述", |
| | | "desc":"可填,请填写描述", |
| | | "required":false, |
| | | "code": "typeCd", |
| | | "cnCode":"投诉类型", |
| | | "desc":"必填,请选择投诉类型", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "defaultValue":"", |
| | | "inputType":"textarea", |
| | | "inputType": "select", |
| | | "selectValue":"809001,809002", |
| | | "selectValueName":"投诉,建议", |
| | | "limit":"num", |
| | | "limitParam":"", |
| | | "limitErrInfo":"投诉类型格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"complaintName", |
| | | "cnCode":"投诉人", |
| | | "desc":"必填,请填写投诉人", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"maxLength", |
| | | "limitParam":"200", |
| | | "limitErrInfo":"备注内容不能超过200", |
| | | "limitErrInfo":"投诉人不能大于200位", |
| | | "show": false |
| | | }, |
| | | { |
| | | "code":"tel", |
| | | "cnCode":"投诉电话", |
| | | "desc":"必填,请填写投诉电话", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"input", |
| | | "limit":"phone", |
| | | "limitParam":"", |
| | | "limitErrInfo":"投诉电话格式错误", |
| | | "show": true |
| | | }, |
| | | { |
| | | "code":"context", |
| | | "cnCode":"投诉内容", |
| | | "desc":"必填,请填写投诉内容", |
| | | "required":true, |
| | | "hasDefaultValue":false, |
| | | "inputType":"textarea", |
| | | "limit":"maxLength", |
| | | "limitParam":"4000", |
| | | "limitErrInfo":"投诉状态超过4000位", |
| | | "show": false |
| | | } |
| | | ] |