szld-libs 0.4.54 → 0.4.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/szld-components.es.js +10 -5
- package/dist/szld-components.umd.js +1 -1
- package/es/hooks/useUniversalTable.d.ts +3 -1
- package/es/hooks/useUniversalTable.js +6 -2
- package/es/mock/index.js +56 -567
- package/es/utils/method.js +3 -2
- package/lib/hooks/useUniversalTable.d.ts +3 -1
- package/lib/hooks/useUniversalTable.js +6 -2
- package/lib/mock/index.js +56 -567
- package/lib/utils/method.js +3 -2
- package/package.json +1 -1
package/es/mock/index.js
CHANGED
|
@@ -1,635 +1,124 @@
|
|
|
1
1
|
const baseAttrList = [];
|
|
2
2
|
const attrList = [
|
|
3
|
-
{
|
|
4
|
-
xh: 1,
|
|
5
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
6
|
-
astype: 0,
|
|
7
|
-
tname: "qsdhzx_table",
|
|
8
|
-
attrid: "9EB8CFD728A942EB819A11660EDABAA7",
|
|
9
|
-
attrname: "唯一编号",
|
|
10
|
-
attrtype: 0,
|
|
11
|
-
info: '{"input":"text","dataType":"string","length":100,"auto-generate":true,"auto-generate-type":"guid","hidden":true}',
|
|
12
|
-
info_base64: 0,
|
|
13
|
-
createtime: "2026-03-10 15:21:07",
|
|
14
|
-
attrvalue: "",
|
|
15
|
-
serialnum: 0,
|
|
16
|
-
children: [],
|
|
17
|
-
json: {
|
|
18
|
-
input: "text",
|
|
19
|
-
dataType: "string",
|
|
20
|
-
length: 100,
|
|
21
|
-
"auto-generate": true,
|
|
22
|
-
"auto-generate-type": "guid",
|
|
23
|
-
hidden: true
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
3
|
{
|
|
27
4
|
xh: 2,
|
|
28
|
-
asid: "
|
|
5
|
+
asid: "3D047E82C28B4D918ED5E02A52206F2A",
|
|
29
6
|
astype: 0,
|
|
30
|
-
tname: "
|
|
31
|
-
attrid: "
|
|
32
|
-
attrname: "
|
|
7
|
+
tname: "zysqwzh_table",
|
|
8
|
+
attrid: "5C4E5041F12447B99A563E569F40DB40",
|
|
9
|
+
attrname: "账号",
|
|
33
10
|
attrtype: 0,
|
|
34
|
-
info: '{"input":"text"
|
|
11
|
+
info: '{\r\n "input": "text",\r\n "dataType": "string",\r\n "length": 100,\r\n "regexp": "/^[a-zA-Z!@#$%^&*,.\\_]+$/",\r\n "regexp-message": "仅可输入英文+特殊符号(!@#$%^&*,._)",\r\n "data-uniqueness": true,\r\n "must": true\r\n}',
|
|
35
12
|
info_base64: 0,
|
|
36
|
-
createtime: "2026-04-
|
|
13
|
+
createtime: "2026-04-27 18:10:57",
|
|
37
14
|
attrvalue: "",
|
|
38
15
|
serialnum: 1,
|
|
39
|
-
children: []
|
|
40
|
-
json: {
|
|
41
|
-
input: "text",
|
|
42
|
-
dataType: "string",
|
|
43
|
-
length: 100,
|
|
44
|
-
must: true
|
|
45
|
-
}
|
|
16
|
+
children: []
|
|
46
17
|
},
|
|
47
18
|
{
|
|
48
19
|
xh: 3,
|
|
49
|
-
asid: "
|
|
20
|
+
asid: "3D047E82C28B4D918ED5E02A52206F2A",
|
|
50
21
|
astype: 0,
|
|
51
|
-
tname: "
|
|
52
|
-
attrid: "
|
|
53
|
-
attrname: "
|
|
22
|
+
tname: "zysqwzh_table",
|
|
23
|
+
attrid: "533C58403EF14EB99C05A97AD308E005",
|
|
24
|
+
attrname: "密码",
|
|
54
25
|
attrtype: 0,
|
|
55
|
-
info: '{"input":"
|
|
26
|
+
info: '{\r\n "input": "password",\r\n "dataType": "string",\r\n "length": 100,\r\n "regexp": "/^(?=.*\\d)(?=.*[A-Z])(?=.*[a-z])(?=.*[!@#$%^&*,.\\_])[\\da-zA-Z!@#$%^&*,.\\_]{8,16}$/",\r\n "regexp-message": "请输入8-16位密码,必须包含数字、大写字母、小写字母和特殊符号(!@#$%^&*,._)",\r\n "must": true,\r\n "data-save-type": "encode|SM3|local|szldgg"\r\n}',
|
|
56
27
|
info_base64: 0,
|
|
57
|
-
createtime: "2026-04-
|
|
28
|
+
createtime: "2026-04-27 18:11:30",
|
|
58
29
|
attrvalue: "",
|
|
59
30
|
serialnum: 2,
|
|
60
|
-
children: []
|
|
61
|
-
json: {
|
|
62
|
-
input: "number",
|
|
63
|
-
dataType: "int",
|
|
64
|
-
must: true
|
|
65
|
-
}
|
|
31
|
+
children: []
|
|
66
32
|
},
|
|
67
33
|
{
|
|
68
34
|
xh: 4,
|
|
69
|
-
asid: "
|
|
35
|
+
asid: "3D047E82C28B4D918ED5E02A52206F2A",
|
|
70
36
|
astype: 0,
|
|
71
|
-
tname: "
|
|
72
|
-
attrid: "
|
|
73
|
-
attrname: "
|
|
37
|
+
tname: "zysqwzh_table",
|
|
38
|
+
attrid: "7B008404ADCD4BEF864C363C273906B7",
|
|
39
|
+
attrname: "单位名称",
|
|
74
40
|
attrtype: 0,
|
|
75
|
-
info: '{"input":"
|
|
41
|
+
info: '{"input":"text","message":"请输入单位名称","dataType":"string","length":100,"must":true}',
|
|
76
42
|
info_base64: 0,
|
|
77
|
-
createtime: "2026-04-
|
|
43
|
+
createtime: "2026-04-27 18:12:40",
|
|
78
44
|
attrvalue: "",
|
|
79
45
|
serialnum: 3,
|
|
80
|
-
children: []
|
|
81
|
-
json: {
|
|
82
|
-
input: "select",
|
|
83
|
-
dataType: "string",
|
|
84
|
-
length: 100,
|
|
85
|
-
inputType: "local",
|
|
86
|
-
data: ["男", "女"],
|
|
87
|
-
must: true
|
|
88
|
-
}
|
|
46
|
+
children: []
|
|
89
47
|
},
|
|
90
48
|
{
|
|
91
49
|
xh: 5,
|
|
92
|
-
asid: "
|
|
50
|
+
asid: "3D047E82C28B4D918ED5E02A52206F2A",
|
|
93
51
|
astype: 0,
|
|
94
|
-
tname: "
|
|
95
|
-
attrid: "
|
|
96
|
-
attrname: "
|
|
52
|
+
tname: "zysqwzh_table",
|
|
53
|
+
attrid: "C47E1F05EEBC45819F29A97ADCF67434",
|
|
54
|
+
attrname: "联系人",
|
|
97
55
|
attrtype: 0,
|
|
98
|
-
info: '{"input":"text","dataType":"string","length":
|
|
56
|
+
info: '{"input":"text","message":"请输入联系人","dataType":"string","length":10,"must":true}',
|
|
99
57
|
info_base64: 0,
|
|
100
|
-
createtime: "2026-
|
|
58
|
+
createtime: "2026-04-27 18:13:02",
|
|
101
59
|
attrvalue: "",
|
|
102
60
|
serialnum: 4,
|
|
103
|
-
children: []
|
|
104
|
-
json: {
|
|
105
|
-
input: "text",
|
|
106
|
-
dataType: "string",
|
|
107
|
-
length: 100,
|
|
108
|
-
must: true
|
|
109
|
-
}
|
|
61
|
+
children: []
|
|
110
62
|
},
|
|
111
63
|
{
|
|
112
64
|
xh: 6,
|
|
113
|
-
asid: "
|
|
65
|
+
asid: "3D047E82C28B4D918ED5E02A52206F2A",
|
|
114
66
|
astype: 0,
|
|
115
|
-
tname: "
|
|
116
|
-
attrid: "
|
|
117
|
-
attrname: "
|
|
67
|
+
tname: "zysqwzh_table",
|
|
68
|
+
attrid: "FB3B3F384A7F48AE8DAEF48BB71E8A2A",
|
|
69
|
+
attrname: "联系电话",
|
|
118
70
|
attrtype: 0,
|
|
119
|
-
info: '{"input":"
|
|
71
|
+
info: '{"input":"text","message":"请输入联系电话","dataType":"string","length":20,"must":true}',
|
|
120
72
|
info_base64: 0,
|
|
121
|
-
createtime: "2026-04-
|
|
73
|
+
createtime: "2026-04-27 18:13:36",
|
|
122
74
|
attrvalue: "",
|
|
123
75
|
serialnum: 5,
|
|
124
|
-
children: []
|
|
125
|
-
json: {
|
|
126
|
-
input: "select",
|
|
127
|
-
dataType: "string",
|
|
128
|
-
length: 100,
|
|
129
|
-
inputType: "dictionary",
|
|
130
|
-
classify: 6e6,
|
|
131
|
-
must: true
|
|
132
|
-
}
|
|
76
|
+
children: []
|
|
133
77
|
},
|
|
134
78
|
{
|
|
135
79
|
xh: 7,
|
|
136
|
-
asid: "
|
|
80
|
+
asid: "3D047E82C28B4D918ED5E02A52206F2A",
|
|
137
81
|
astype: 0,
|
|
138
|
-
tname: "
|
|
139
|
-
attrid: "
|
|
140
|
-
attrname: "
|
|
82
|
+
tname: "zysqwzh_table",
|
|
83
|
+
attrid: "31476E09F6604BF88394462BDF2E4A79",
|
|
84
|
+
attrname: "备注",
|
|
141
85
|
attrtype: 0,
|
|
142
|
-
info: '{"input":"text","dataType":"string","length":
|
|
86
|
+
info: '{"input":"text","dataType":"string","length":1000,"must":true}',
|
|
143
87
|
info_base64: 0,
|
|
144
|
-
createtime: "2026-04-
|
|
88
|
+
createtime: "2026-04-27 18:14:16",
|
|
145
89
|
attrvalue: "",
|
|
146
90
|
serialnum: 6,
|
|
147
|
-
children: []
|
|
148
|
-
json: {
|
|
149
|
-
input: "text",
|
|
150
|
-
dataType: "string",
|
|
151
|
-
length: 100,
|
|
152
|
-
must: true
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
xh: 8,
|
|
157
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
158
|
-
astype: 0,
|
|
159
|
-
tname: "qsdhzx_table",
|
|
160
|
-
attrid: "428461CD4E89499C8233CA254734CDF8",
|
|
161
|
-
attrname: "来电时间",
|
|
162
|
-
attrtype: 0,
|
|
163
|
-
info: '{"input":"time-picker","dataType":"datetime","auto-generate":true,"auto-generate-type":"currenttime","must":true}',
|
|
164
|
-
info_base64: 0,
|
|
165
|
-
createtime: "2026-03-10 15:22:15",
|
|
166
|
-
attrvalue: "",
|
|
167
|
-
serialnum: 7,
|
|
168
|
-
children: [],
|
|
169
|
-
json: {
|
|
170
|
-
input: "time-picker",
|
|
171
|
-
dataType: "datetime",
|
|
172
|
-
"auto-generate": true,
|
|
173
|
-
"auto-generate-type": "currenttime",
|
|
174
|
-
must: true
|
|
175
|
-
}
|
|
91
|
+
children: []
|
|
176
92
|
},
|
|
177
93
|
{
|
|
178
94
|
xh: 9,
|
|
179
|
-
asid: "
|
|
95
|
+
asid: "3D047E82C28B4D918ED5E02A52206F2A",
|
|
180
96
|
astype: 0,
|
|
181
|
-
tname: "
|
|
182
|
-
attrid: "
|
|
183
|
-
attrname: "
|
|
97
|
+
tname: "zysqwzh_table",
|
|
98
|
+
attrid: "CDCD18D269D0414AA211635C694C674C",
|
|
99
|
+
attrname: "账号类型",
|
|
184
100
|
attrtype: 0,
|
|
185
|
-
info: '{"input":"select","dataType":"string","length":100,"inputType":"
|
|
101
|
+
info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["普通","销售A","销售B"],"must":true,"default": "普通"}',
|
|
186
102
|
info_base64: 0,
|
|
187
|
-
createtime: "2026-
|
|
103
|
+
createtime: "2026-04-29 18:24:25",
|
|
188
104
|
attrvalue: "",
|
|
189
105
|
serialnum: 8,
|
|
190
|
-
children: []
|
|
191
|
-
json: {
|
|
192
|
-
input: "select",
|
|
193
|
-
dataType: "string",
|
|
194
|
-
length: 100,
|
|
195
|
-
inputType: "dictionary",
|
|
196
|
-
classify: 6001e3,
|
|
197
|
-
must: true
|
|
198
|
-
}
|
|
106
|
+
children: []
|
|
199
107
|
},
|
|
200
108
|
{
|
|
201
109
|
xh: 10,
|
|
202
|
-
asid: "
|
|
110
|
+
asid: "3D047E82C28B4D918ED5E02A52206F2A",
|
|
203
111
|
astype: 0,
|
|
204
|
-
tname: "
|
|
205
|
-
attrid: "
|
|
206
|
-
attrname: "
|
|
112
|
+
tname: "zysqwzh_table",
|
|
113
|
+
attrid: "8194CF02CAF54D34BEA0557AB1F2CFFA",
|
|
114
|
+
attrname: "分润比例",
|
|
207
115
|
attrtype: 0,
|
|
208
|
-
info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["
|
|
116
|
+
info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["0","0.2","0.3"],"must":true,"default": "0"}',
|
|
209
117
|
info_base64: 0,
|
|
210
|
-
createtime: "2026-04-
|
|
118
|
+
createtime: "2026-04-29 18:40:00",
|
|
211
119
|
attrvalue: "",
|
|
212
120
|
serialnum: 9,
|
|
213
|
-
children: []
|
|
214
|
-
json: {
|
|
215
|
-
input: "select",
|
|
216
|
-
dataType: "string",
|
|
217
|
-
length: 100,
|
|
218
|
-
inputType: "local",
|
|
219
|
-
data: ["高", "一般", "比较低"],
|
|
220
|
-
must: true
|
|
221
|
-
}
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
xh: 11,
|
|
225
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
226
|
-
astype: 0,
|
|
227
|
-
tname: "qsdhzx_table",
|
|
228
|
-
attrid: "18998EB966164E5FBB3A907F47B2DA0D",
|
|
229
|
-
attrname: "是否看院",
|
|
230
|
-
attrtype: 0,
|
|
231
|
-
info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["是","否"],"must":true}',
|
|
232
|
-
info_base64: 0,
|
|
233
|
-
createtime: "2026-04-24 15:56:38",
|
|
234
|
-
attrvalue: "",
|
|
235
|
-
serialnum: 10,
|
|
236
|
-
children: [],
|
|
237
|
-
json: {
|
|
238
|
-
input: "select",
|
|
239
|
-
dataType: "string",
|
|
240
|
-
length: 100,
|
|
241
|
-
inputType: "local",
|
|
242
|
-
data: ["是", "否"],
|
|
243
|
-
must: true
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
xh: 12,
|
|
248
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
249
|
-
astype: 0,
|
|
250
|
-
tname: "qsdhzx_table",
|
|
251
|
-
attrid: "33E348C5CBD84B1EBC9C751A87ACB34A",
|
|
252
|
-
attrname: "长者住址",
|
|
253
|
-
attrtype: 0,
|
|
254
|
-
info: '{"input":"text","dataType":"string","length":100,"must":true}',
|
|
255
|
-
info_base64: 0,
|
|
256
|
-
createtime: "2026-04-24 15:51:26",
|
|
257
|
-
attrvalue: "",
|
|
258
|
-
serialnum: 11,
|
|
259
|
-
children: [],
|
|
260
|
-
json: {
|
|
261
|
-
input: "text",
|
|
262
|
-
dataType: "string",
|
|
263
|
-
length: 100,
|
|
264
|
-
must: true
|
|
265
|
-
}
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
xh: 13,
|
|
269
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
270
|
-
astype: 0,
|
|
271
|
-
tname: "qsdhzx_table",
|
|
272
|
-
attrid: "EC6B24CE946641A983C72F9FEFB17039",
|
|
273
|
-
attrname: "接待人",
|
|
274
|
-
attrtype: 0,
|
|
275
|
-
info: '{"input":"text","dataType":"string","length":100,"must":true}',
|
|
276
|
-
info_base64: 0,
|
|
277
|
-
createtime: "2026-04-21 11:11:25",
|
|
278
|
-
attrvalue: "",
|
|
279
|
-
serialnum: 12,
|
|
280
|
-
children: [],
|
|
281
|
-
json: {
|
|
282
|
-
input: "text",
|
|
283
|
-
dataType: "string",
|
|
284
|
-
length: 100,
|
|
285
|
-
must: true
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
xh: 14,
|
|
290
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
291
|
-
astype: 0,
|
|
292
|
-
tname: "qsdhzx_table",
|
|
293
|
-
attrid: "07B2A7DECDC141CDBBCEA78554303C6C",
|
|
294
|
-
attrname: "身体情况",
|
|
295
|
-
attrtype: 0,
|
|
296
|
-
info: '{"input":"text","dataType":"string","length":1000,"must":true}',
|
|
297
|
-
info_base64: 0,
|
|
298
|
-
createtime: "2026-04-07 10:35:03",
|
|
299
|
-
attrvalue: "",
|
|
300
|
-
serialnum: 13,
|
|
301
|
-
children: [],
|
|
302
|
-
json: {
|
|
303
|
-
input: "text",
|
|
304
|
-
dataType: "string",
|
|
305
|
-
length: 1e3,
|
|
306
|
-
must: true
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
xh: 15,
|
|
311
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
312
|
-
astype: 0,
|
|
313
|
-
tname: "qsdhzx_table",
|
|
314
|
-
attrid: "28EAB6FC30C246D4808422CC70A276A6",
|
|
315
|
-
attrname: "照顾需求",
|
|
316
|
-
attrtype: 0,
|
|
317
|
-
info: '{"input":"text","dataType":"string","length":100,"must":true}',
|
|
318
|
-
info_base64: 0,
|
|
319
|
-
createtime: "2026-04-21 11:15:44",
|
|
320
|
-
attrvalue: "",
|
|
321
|
-
serialnum: 14,
|
|
322
|
-
children: [],
|
|
323
|
-
json: {
|
|
324
|
-
input: "text",
|
|
325
|
-
dataType: "string",
|
|
326
|
-
length: 100,
|
|
327
|
-
must: true
|
|
328
|
-
}
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
xh: 16,
|
|
332
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
333
|
-
astype: 0,
|
|
334
|
-
tname: "qsdhzx_table",
|
|
335
|
-
attrid: "BCAD9C6FE60648CF92BC2DB599C8C60A",
|
|
336
|
-
attrname: "照护情况",
|
|
337
|
-
attrtype: 0,
|
|
338
|
-
info: '{"input":"textarea","dataType":"string","length":1000,"must":true}',
|
|
339
|
-
info_base64: 0,
|
|
340
|
-
createtime: "2026-04-07 10:35:38",
|
|
341
|
-
attrvalue: "",
|
|
342
|
-
serialnum: 15,
|
|
343
|
-
children: [],
|
|
344
|
-
json: {
|
|
345
|
-
input: "textarea",
|
|
346
|
-
dataType: "string",
|
|
347
|
-
length: 1e3,
|
|
348
|
-
must: true
|
|
349
|
-
}
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
xh: 17,
|
|
353
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
354
|
-
astype: 0,
|
|
355
|
-
tname: "qsdhzx_table",
|
|
356
|
-
attrid: "E2593F90CD1B43239F7DCE41E024B0D6",
|
|
357
|
-
attrname: "备注",
|
|
358
|
-
attrtype: 0,
|
|
359
|
-
info: '{"input":"textarea","dataType":"string","length":1000,"must":true}',
|
|
360
|
-
info_base64: 0,
|
|
361
|
-
createtime: "2026-04-21 11:16:55",
|
|
362
|
-
attrvalue: "",
|
|
363
|
-
serialnum: 16,
|
|
364
|
-
children: [],
|
|
365
|
-
json: {
|
|
366
|
-
input: "textarea",
|
|
367
|
-
dataType: "string",
|
|
368
|
-
length: 1e3,
|
|
369
|
-
must: true
|
|
370
|
-
}
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
xh: 18,
|
|
374
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
375
|
-
astype: 0,
|
|
376
|
-
tname: "qsdhzx_table",
|
|
377
|
-
attrid: "F354A7ED075E4F07A09B1159F545399A",
|
|
378
|
-
attrname: "跟进次数",
|
|
379
|
-
attrtype: 0,
|
|
380
|
-
info: '{"input":"number","dataType":"int","must":true,"hidden":true}',
|
|
381
|
-
info_base64: 0,
|
|
382
|
-
createtime: "2026-04-24 16:10:07",
|
|
383
|
-
attrvalue: "",
|
|
384
|
-
serialnum: 17,
|
|
385
|
-
children: [],
|
|
386
|
-
json: {
|
|
387
|
-
input: "number",
|
|
388
|
-
dataType: "int",
|
|
389
|
-
must: true,
|
|
390
|
-
hidden: true
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
xh: 19,
|
|
395
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
396
|
-
astype: 0,
|
|
397
|
-
tname: "qsdhzx_table",
|
|
398
|
-
attrid: "E78F1B06224947C085E96EE505AB1E63",
|
|
399
|
-
attrname: "最新跟进时间",
|
|
400
|
-
attrtype: 0,
|
|
401
|
-
info: '{"input":"text","dataType":"string","length":100,"must":true,"hidden":true}',
|
|
402
|
-
info_base64: 0,
|
|
403
|
-
createtime: "2026-04-24 16:10:22",
|
|
404
|
-
attrvalue: "",
|
|
405
|
-
serialnum: 18,
|
|
406
|
-
children: [],
|
|
407
|
-
json: {
|
|
408
|
-
input: "text",
|
|
409
|
-
dataType: "string",
|
|
410
|
-
length: 100,
|
|
411
|
-
must: true,
|
|
412
|
-
hidden: true
|
|
413
|
-
}
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
xh: 20,
|
|
417
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
418
|
-
astype: 0,
|
|
419
|
-
tname: "qsdhzx_table",
|
|
420
|
-
attrid: "756B6B1805E345F1996F1BF7B99BCB29",
|
|
421
|
-
attrname: "创建时间",
|
|
422
|
-
attrtype: 0,
|
|
423
|
-
info: '{"input":"time-picker","dataType":"datetime","auto-generate":true,"auto-generate-type":"currenttime","must":true,"hidden":true}',
|
|
424
|
-
info_base64: 0,
|
|
425
|
-
createtime: "2026-04-07 10:37:07",
|
|
426
|
-
attrvalue: "",
|
|
427
|
-
serialnum: 19,
|
|
428
|
-
children: [],
|
|
429
|
-
json: {
|
|
430
|
-
input: "time-picker",
|
|
431
|
-
dataType: "datetime",
|
|
432
|
-
"auto-generate": true,
|
|
433
|
-
"auto-generate-type": "currenttime",
|
|
434
|
-
must: true,
|
|
435
|
-
hidden: true
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
{
|
|
439
|
-
xh: 21,
|
|
440
|
-
asid: "85E7286A542146ADBED6A9FBF1085071",
|
|
441
|
-
astype: 0,
|
|
442
|
-
tname: "qsdhzx_table",
|
|
443
|
-
attrid: "5975C23D971E4910B13D0A31C5AF1421",
|
|
444
|
-
attrname: "客户跟进记录",
|
|
445
|
-
attrtype: 1,
|
|
446
|
-
info: '{"propertiesID":"FE005EB01DBE49E4A5632A248EB10209","hidden":true}',
|
|
447
|
-
info_base64: 0,
|
|
448
|
-
createtime: "2026-05-06 16:35:38",
|
|
449
|
-
attrvalue: "qsdhzx_table,5975C23D971E4910B13D0A31C5AF1421,qsdhxskhgjjl_table",
|
|
450
|
-
serialnum: 24,
|
|
451
|
-
children: [
|
|
452
|
-
[
|
|
453
|
-
{
|
|
454
|
-
xh: 1,
|
|
455
|
-
asid: "FE005EB01DBE49E4A5632A248EB10209",
|
|
456
|
-
astype: 0,
|
|
457
|
-
tname: "qsdhxskhgjjl_table",
|
|
458
|
-
attrid: "2695A20D78CB4D0FAB12938280AC4B5C",
|
|
459
|
-
attrname: "唯一编号",
|
|
460
|
-
attrtype: 0,
|
|
461
|
-
info: '{"input":"text","dataType":"string","length":100,"auto-generate":true,"auto-generate-type":"guid"}',
|
|
462
|
-
info_base64: 0,
|
|
463
|
-
createtime: "2026-05-06 11:16:06",
|
|
464
|
-
attrvalue: "",
|
|
465
|
-
serialnum: 0,
|
|
466
|
-
children: [],
|
|
467
|
-
json: {
|
|
468
|
-
input: "text",
|
|
469
|
-
dataType: "string",
|
|
470
|
-
length: 100,
|
|
471
|
-
"auto-generate": true,
|
|
472
|
-
"auto-generate-type": "guid"
|
|
473
|
-
}
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
xh: 2,
|
|
477
|
-
asid: "FE005EB01DBE49E4A5632A248EB10209",
|
|
478
|
-
astype: 0,
|
|
479
|
-
tname: "qsdhxskhgjjl_table",
|
|
480
|
-
attrid: "E4DB072B0E914D7486864620C566C92F",
|
|
481
|
-
attrname: "关联电话销售编号",
|
|
482
|
-
attrtype: 0,
|
|
483
|
-
info: '{"input":"text","dataType":"string","length":100}',
|
|
484
|
-
info_base64: 0,
|
|
485
|
-
createtime: "2026-05-06 11:16:06",
|
|
486
|
-
attrvalue: "",
|
|
487
|
-
serialnum: 1,
|
|
488
|
-
children: [],
|
|
489
|
-
json: {
|
|
490
|
-
input: "text",
|
|
491
|
-
dataType: "string",
|
|
492
|
-
length: 100
|
|
493
|
-
}
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
xh: 3,
|
|
497
|
-
asid: "FE005EB01DBE49E4A5632A248EB10209",
|
|
498
|
-
astype: 0,
|
|
499
|
-
tname: "qsdhxskhgjjl_table",
|
|
500
|
-
attrid: "8563D9BAAE054BA09B4A083F5E63C665",
|
|
501
|
-
attrname: "跟进人",
|
|
502
|
-
attrtype: 0,
|
|
503
|
-
info: '{"input":"text","dataType":"string","length":100,"must":true}',
|
|
504
|
-
info_base64: 0,
|
|
505
|
-
createtime: "2026-05-06 11:16:06",
|
|
506
|
-
attrvalue: "",
|
|
507
|
-
serialnum: 2,
|
|
508
|
-
children: [],
|
|
509
|
-
json: {
|
|
510
|
-
input: "text",
|
|
511
|
-
dataType: "string",
|
|
512
|
-
length: 100,
|
|
513
|
-
must: true
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
xh: 4,
|
|
518
|
-
asid: "FE005EB01DBE49E4A5632A248EB10209",
|
|
519
|
-
astype: 0,
|
|
520
|
-
tname: "qsdhxskhgjjl_table",
|
|
521
|
-
attrid: "B763A945750B488A9B9BBF80360D81B8",
|
|
522
|
-
attrname: "跟进时间",
|
|
523
|
-
attrtype: 0,
|
|
524
|
-
info: '{"input":"time-picker","dataType":"datetime","auto-generate":true,"auto-generate-type":"currenttime","must":true}',
|
|
525
|
-
info_base64: 0,
|
|
526
|
-
createtime: "2026-05-06 11:16:06",
|
|
527
|
-
attrvalue: "",
|
|
528
|
-
serialnum: 3,
|
|
529
|
-
children: [],
|
|
530
|
-
json: {
|
|
531
|
-
input: "time-picker",
|
|
532
|
-
dataType: "datetime",
|
|
533
|
-
"auto-generate": true,
|
|
534
|
-
"auto-generate-type": "currenttime",
|
|
535
|
-
must: true
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
xh: 5,
|
|
540
|
-
asid: "FE005EB01DBE49E4A5632A248EB10209",
|
|
541
|
-
astype: 0,
|
|
542
|
-
tname: "qsdhxskhgjjl_table",
|
|
543
|
-
attrid: "7387226E1D814C228A2F55369F5DE194",
|
|
544
|
-
attrname: "跟进内容",
|
|
545
|
-
attrtype: 0,
|
|
546
|
-
info: '{"input":"textarea","dataType":"string","length":1000,"must":true}',
|
|
547
|
-
info_base64: 0,
|
|
548
|
-
createtime: "2026-05-06 11:16:06",
|
|
549
|
-
attrvalue: "",
|
|
550
|
-
serialnum: 4,
|
|
551
|
-
children: [],
|
|
552
|
-
json: {
|
|
553
|
-
input: "textarea",
|
|
554
|
-
dataType: "string",
|
|
555
|
-
length: 1e3,
|
|
556
|
-
must: true
|
|
557
|
-
}
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
xh: 6,
|
|
561
|
-
asid: "FE005EB01DBE49E4A5632A248EB10209",
|
|
562
|
-
astype: 0,
|
|
563
|
-
tname: "qsdhxskhgjjl_table",
|
|
564
|
-
attrid: "7B538F41BD3C44DF9FEA13B5218AE087",
|
|
565
|
-
attrname: "跟进方式",
|
|
566
|
-
attrtype: 0,
|
|
567
|
-
info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["预约上门","电话回访"],"must":true}',
|
|
568
|
-
info_base64: 0,
|
|
569
|
-
createtime: "2026-05-06 11:16:06",
|
|
570
|
-
attrvalue: "",
|
|
571
|
-
serialnum: 5,
|
|
572
|
-
children: [],
|
|
573
|
-
json: {
|
|
574
|
-
input: "select",
|
|
575
|
-
dataType: "string",
|
|
576
|
-
length: 100,
|
|
577
|
-
inputType: "local",
|
|
578
|
-
data: ["预约上门", "电话回访"],
|
|
579
|
-
must: true
|
|
580
|
-
}
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
xh: 7,
|
|
584
|
-
asid: "FE005EB01DBE49E4A5632A248EB10209",
|
|
585
|
-
astype: 0,
|
|
586
|
-
tname: "qsdhxskhgjjl_table",
|
|
587
|
-
attrid: "D2D940202BC7464EB986493D33E285EA",
|
|
588
|
-
attrname: "状态",
|
|
589
|
-
attrtype: 0,
|
|
590
|
-
info: '{"input":"select","dataType":"string","length":100,"inputType":"local","data":["待跟进","跟进中","已完成"],"must":true}',
|
|
591
|
-
info_base64: 0,
|
|
592
|
-
createtime: "2026-05-06 11:16:06",
|
|
593
|
-
attrvalue: "",
|
|
594
|
-
serialnum: 6,
|
|
595
|
-
children: [],
|
|
596
|
-
json: {
|
|
597
|
-
input: "select",
|
|
598
|
-
dataType: "string",
|
|
599
|
-
length: 100,
|
|
600
|
-
inputType: "local",
|
|
601
|
-
data: ["待跟进", "跟进中", "已完成"],
|
|
602
|
-
must: true
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
xh: 8,
|
|
607
|
-
asid: "FE005EB01DBE49E4A5632A248EB10209",
|
|
608
|
-
astype: 0,
|
|
609
|
-
tname: "qsdhxskhgjjl_table",
|
|
610
|
-
attrid: "8254325F5653494D84094625483FE1A3",
|
|
611
|
-
attrname: "下次跟进时间",
|
|
612
|
-
attrtype: 0,
|
|
613
|
-
info: '{"input":"time-picker","dataType":"datetime","auto-generate":true,"auto-generate-type":"currenttime","must":true}',
|
|
614
|
-
info_base64: 0,
|
|
615
|
-
createtime: "2026-05-06 11:16:06",
|
|
616
|
-
attrvalue: "",
|
|
617
|
-
serialnum: 7,
|
|
618
|
-
children: [],
|
|
619
|
-
json: {
|
|
620
|
-
input: "time-picker",
|
|
621
|
-
dataType: "datetime",
|
|
622
|
-
"auto-generate": true,
|
|
623
|
-
"auto-generate-type": "currenttime",
|
|
624
|
-
must: true
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
]
|
|
628
|
-
],
|
|
629
|
-
json: {
|
|
630
|
-
propertiesID: "FE005EB01DBE49E4A5632A248EB10209",
|
|
631
|
-
hidden: true
|
|
632
|
-
}
|
|
121
|
+
children: []
|
|
633
122
|
}
|
|
634
123
|
];
|
|
635
124
|
const values = {
|