|
|
@@ -1,107 +1,97 @@
|
|
|
{
|
|
|
- "templateName":"添加审核人员",
|
|
|
- "templateCode":"addAuditUserStep",
|
|
|
- "templateKey":"auditUserId",
|
|
|
- "templateKeyName":"审核人员Id",
|
|
|
- "package": "auditUserPackage",
|
|
|
- "successUrl": "/flow/auditUserFlow",
|
|
|
+ "templateName":"登记投诉建议",
|
|
|
+ "templateCode":"addComplaintStep",
|
|
|
+ "templateKey":"complaintId",
|
|
|
+ "templateKeyName":"投诉ID",
|
|
|
+ "package": "complaintPackage",
|
|
|
+ "successUrl": "/flow/complaintFlow",
|
|
|
"needAffirm": false,
|
|
|
"flows":[
|
|
|
{
|
|
|
"index": 0,
|
|
|
- "code":"branchOrg",
|
|
|
- "flowKey": "branchOrgId",
|
|
|
- "cnCode":"选择分公司",
|
|
|
- "vcName":"viewOrgInfo",
|
|
|
- "businessName": "businessOrg",
|
|
|
- "businessType": "BUSINESS_TYPE_SAVE_ORG_INFO",
|
|
|
+ "code":"viewFloorInfo",
|
|
|
+ "flowKey": "floorId",
|
|
|
+ "cnCode":"选择楼栋",
|
|
|
+ "vcName":"viewFloorInfo",
|
|
|
+ "businessName": "businessFloor",
|
|
|
+ "businessType": "BUSINESS_TYPE_SAVE_FlOOR_INFO",
|
|
|
"existsComponent": true
|
|
|
},
|
|
|
{
|
|
|
"index": 1,
|
|
|
- "code":"departmentOrg",
|
|
|
- "flowKey": "departmentOrgId",
|
|
|
- "cnCode":"选择部门",
|
|
|
- "vcName":"viewOrgInfo",
|
|
|
- "businessName": "businessOrg",
|
|
|
- "businessType": "BUSINESS_TYPE_SAVE_ORG_INFO",
|
|
|
+ "code":"sellRoomSelectRoom",
|
|
|
+ "flowKey": "roomId",
|
|
|
+ "cnCode":"选择房屋",
|
|
|
+ "vcName":"sellRoomSelectRoom",
|
|
|
+ "businessName": "businessRoom",
|
|
|
+ "businessType": "BUSINESS_TYPE_SAVE_ROOM_INFO",
|
|
|
"existsComponent": true
|
|
|
},
|
|
|
{
|
|
|
"index": 2,
|
|
|
- "code":"staff",
|
|
|
- "flowKey": "userId",
|
|
|
- "cnCode":"选择员工",
|
|
|
- "vcName":"viewStaffInfo",
|
|
|
- "businessName": "businessStaff",
|
|
|
- "businessType": "BUSINESS_TYPE_SAVE_STAFF_INFO",
|
|
|
- "existsComponent": true
|
|
|
- },
|
|
|
- {
|
|
|
- "index": 3,
|
|
|
- "code":"addAuditUserOther",
|
|
|
- "flowKey": "auditUserId",
|
|
|
- "cnCode":"扩展信息",
|
|
|
- "vcName":"addAuditUserOther",
|
|
|
- "businessName": "addAuditUserOther",
|
|
|
- "businessType": "BUSINESS_TYPE_SAVE_AUDIT_USER_INFO",
|
|
|
+ "code":"addComplain",
|
|
|
+ "flowKey": "complainId",
|
|
|
+ "cnCode":"投诉建议",
|
|
|
+ "vcName":"addComplain",
|
|
|
+ "businessName": "businessComplain",
|
|
|
+ "businessType": "BUSINESS_TYPE_SAVE_COMPLAIN_INFO",
|
|
|
"existsComponent": false
|
|
|
}
|
|
|
],
|
|
|
"components": {
|
|
|
- "addAuditUserOther": {
|
|
|
- "templateName": "扩展信息",
|
|
|
- "templateCode": "addAuditUserOther",
|
|
|
- "package": "auditUserPackage",
|
|
|
+ "addComplain": {
|
|
|
+ "templateName": "投诉建议",
|
|
|
+ "templateCode": "addComplain",
|
|
|
+ "package": "complaintPackage",
|
|
|
"columns": [
|
|
|
{
|
|
|
- "code":"userId",
|
|
|
- "cnCode":"用户ID",
|
|
|
- "desc":"必填,请填写用户ID",
|
|
|
+ "code": "typeCd",
|
|
|
+ "cnCode":"投诉类型",
|
|
|
+ "desc":"必填,请选择投诉类型",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
- "inputType":"input",
|
|
|
+ "inputType": "select",
|
|
|
+ "selectValue":"809001,809002",
|
|
|
+ "selectValueName":"投诉,建议",
|
|
|
"limit":"num",
|
|
|
"limitParam":"",
|
|
|
- "limitErrInfo":"用户ID必须为数字",
|
|
|
+ "limitErrInfo":"投诉类型格式错误",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code":"userName",
|
|
|
- "cnCode":"用户名称",
|
|
|
- "desc":"必填,请填写用户名称",
|
|
|
+ "code":"complaintName",
|
|
|
+ "cnCode":"投诉人",
|
|
|
+ "desc":"必填,请填写投诉人",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
"inputType":"input",
|
|
|
- "limit":"maxin",
|
|
|
- "limitParam":"2,50",
|
|
|
- "limitErrInfo":"用户名称必须在2至50字符之间",
|
|
|
- "show": true
|
|
|
+ "limit":"maxLength",
|
|
|
+ "limitParam":"200",
|
|
|
+ "limitErrInfo":"投诉人不能大于200位",
|
|
|
+ "show": false
|
|
|
},
|
|
|
{
|
|
|
- "code":"auditLink",
|
|
|
- "cnCode":"审核环节",
|
|
|
- "desc":"必填,请选择审核环节",
|
|
|
+ "code":"tel",
|
|
|
+ "cnCode":"投诉电话",
|
|
|
+ "desc":"必填,请填写投诉电话",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
- "inputType":"select",
|
|
|
- "selectValue":"809001,809002,809003",
|
|
|
- "selectValueName":"部门主管,财务主管,采购人员",
|
|
|
- "limit":"num",
|
|
|
+ "inputType":"input",
|
|
|
+ "limit":"phone",
|
|
|
"limitParam":"",
|
|
|
- "limitErrInfo":"审核环节格式错误",
|
|
|
+ "limitErrInfo":"投诉电话格式错误",
|
|
|
"show": true
|
|
|
},
|
|
|
{
|
|
|
- "code":"objCode",
|
|
|
- "cnCode":"流程对象",
|
|
|
- "desc":"必填,请填写流程对象",
|
|
|
+ "code":"context",
|
|
|
+ "cnCode":"投诉内容",
|
|
|
+ "desc":"必填,请填写投诉内容",
|
|
|
"required":true,
|
|
|
"hasDefaultValue":false,
|
|
|
- "inputType":"input",
|
|
|
+ "inputType":"textarea",
|
|
|
"limit":"maxLength",
|
|
|
- "limitParam":"64",
|
|
|
- "limitErrInfo":"物品库存不能大于64位",
|
|
|
+ "limitParam":"4000",
|
|
|
+ "limitErrInfo":"投诉状态超过4000位",
|
|
|
"show": false
|
|
|
}
|
|
|
]
|