wuxw
2019-10-31 bb8701355cf1483862a4f9ccd3391d7cce6b3961
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
  "templateName":"投诉建议",
  "templateCode":"complaint",
  "templateKey":"complaintId",
  "templateKeyName":"投诉ID",
  "searchCode": "complaintName",
  "searchName": "投诉人名称",
  "conditions": [
    {
      "name": "投诉ID",
      "inputType": "input",
      "code": "complaintId",
      "whereCondition": "equal"
    },
    {
      "name": "投诉类型",
      "inputType": "select",
      "code": "typeCd",
      "selectValue":"809001,809002",
      "selectValueName":"投诉,建议",
      "whereCondition": "equal"
    },
    {
      "name": "投诉人",
      "inputType": "input",
      "code": "complaintName",
      "whereCondition": "equal"
    },
    {
      "name": "联系电话",
      "inputType": "input",
      "code": "tel",
      "whereCondition": "equal"
    },
    {
      "name": "房屋编号",
      "inputType": "input",
      "code": "roomId",
      "whereCondition": "equal"
    },
    {
      "name": "投诉状态",
      "inputType": "select",
      "code": "state",
      "selectValue":"1100,1200",
      "selectValueName":"派单,结单",
      "whereCondition": "equal"
    }
  ],
  "columns":[
    {
      "code":"storeId",
      "cnCode":"商户ID",
      "desc":"必填,请填写商户ID",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"商户ID必须为数字",
      "show": false
    },
    {
      "code": "typeCd",
      "cnCode":"投诉类型",
      "desc":"必填,请选择投诉类型",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "select",
      "selectValue":"809001,809002",
      "selectValueName":"投诉,建议",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"投诉类型格式错误",
      "show": true
    },
    {
      "code":"roomId",
      "cnCode":"房屋编号",
      "desc":"必填,请选择房屋编号",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"房屋编号格式错误",
      "show": true
    },
    {
      "code":"complaintName",
      "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",
      "limitParam":"",
      "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
    }
  ]
}