java110
2021-09-14 f1d1ad21cae722ceba4677cc30c133bd8c3b0701
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
{
  "templateName":"审核业主绑定",
  "templateCode":"auditAppUserBindingOwner",
  "templateKey":"appUserId",
  "templateKeyName":"绑定ID",
  "searchCode": "name",
  "searchName": "名称",
  "conditions": [
    {
      "name": "业主名称",
      "inputType": "input",
      "code": "appUserName",
      "whereCondition": "equal"
    },
    {
      "name": "业主身份证",
      "inputType": "input",
      "code": "idCard",
      "whereCondition": "equal"
    },
    {
      "name": "状态",
      "inputType": "input",
      "inputType": "select",
      "selectValue":"10000,12000,13000",
      "selectValueName":"审核中,审核成功,审核失败"
    },
    {
      "name": "业主手机",
      "inputType": "input",
      "code": "link",
      "whereCondition": "equal"
    }
  ],
  "columns":[
    {
      "code":"memberId",
      "cnCode":"业主ID",
      "desc":"必填,请填写业主ID",
      "required":true,
      "hasDefaultValue":false,
      "inputType":"input",
      "limit":"maxin",
      "limitParam":"1,64",
      "limitErrInfo":"业主ID不能超过64位",
      "show": true
    },
    {
      "code": "communityId",
      "cnCode":"小区ID",
      "desc":"必填,请填写小区ID",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"小区ID格式错误",
      "show": true
    },
    {
      "code": "communityName",
      "cnCode":"小区名称",
      "desc":"必填,请填写小区名称",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"小区名称格式错误",
      "show": true
    },
    {
      "code": "appUserName",
      "cnCode":"关联业主",
      "desc":"必填,请填写业主",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"关联业主格式错误",
      "show": true
    },
    {
      "code": "idCard",
      "cnCode":"身份证",
      "desc":"必填,请填写身份证",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"num",
      "limitParam":"",
      "limitErrInfo":"身份证不是有效数字",
      "show": true
    },
    {
      "code":"link",
      "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":"dateTime",
      "limitParam":"",
      "limitErrInfo":"不是有效的时间格式",
      "show": true
    },
    {
      "code": "createTime",
      "cnCode":"申请时间",
      "desc":"必填,请选择结束时间",
      "required":true,
      "hasDefaultValue":false,
      "inputType": "input",
      "limit":"dateTime",
      "limitParam":"",
      "limitErrInfo":"不是有效的时间格式",
      "show": true
    }
  ]
}