java110
2021-06-16 755262ba9a1a3c0573a0e910bbd0a353e9e2a2c5
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
{
  "templateName":"公司列表",
  "templateCode":"companyMain",
  "templateKey":"companyId",
  "templateKeyName":"公司ID",
  "searchCode": "companyName",
  "searchName": "公司名称",
  "conditions": [
    {
      "name": "公司ID",
      "inputType": "input",
      "code": "companyId",
      "whereCondition": "equal"
    },
    {
      "name": "公司编号",
      "inputType": "input",
      "code": "companyNo",
      "whereCondition": "equal"
    },
    {
      "name": "公司名称",
      "inputType": "input",
      "code": "companyName",
      "whereCondition": "equal"
    }
  ],
  "columns":[
    {
      "code":"communityId",
      "cnCode":"社区ID",
      "desc":"必填,请填写商户ID",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"社区ID必须为数字",
      "show": false
    },
    {
      "code": "companyName",
      "cnCode":"公司名称",
      "desc":"必填,请选择投诉类型",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"公司名称类型格式错误",
      "show": true
    },
    {
      "code":"membeId",
      "cnCode":"管理员编号",
      "desc":"必填,请选择法人编号",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"法人编号格式错误",
      "show": true
    },
    {
      "code":"companyContact",
      "cnCode":"公司电话电话",
      "desc":"必填,请填写公司电话",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"phone",
      "limitParam":"",
      "limitErrInfo":"投诉电话格式错误",
      "show": true
    },
    {
      "code":"companyAddress",
      "cnCode":"公司地址",
      "desc":"必填,请填写公司地址",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"maxLength",
      "limitParam":"200",
      "limitErrInfo":"公司地址不能大于200位",
      "show": true
    }
 
  ]
}