Pattern.js 23.6 KB
Newer Older
zhengxiaokui committed
1
export default {
Eivi committed
2 3 4
    "letp.recget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
5
    ],
Eivi committed
6 7 8
    "ledgrp.rec.ownref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
9
    ],
Eivi committed
10 11 12
    "letp.recget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
13
    ],
Eivi committed
14 15 16
    "ledgrp.rec.nam": [
        { type: "string", required: false, message: "必输项" },
        { max: 40, message: "长度不能超过40" }
zhengxiaokui committed
17 18 19
    ],


Eivi committed
20 21 22
    "ledgrp.ben.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
23
    ],
Eivi committed
24 25 26
    "letp.benp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
27
    ],
Eivi committed
28 29 30
    "letp.usr.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 8, message: "长度不能超过8" }
zhengxiaokui committed
31
    ],
Eivi committed
32 33 34
    "letp.usrget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
35 36
    ],

Eivi committed
37 38 39
    "ledgrp.ben.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
40
    ],
Eivi committed
41 42 43
    "letp.benp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
44 45
    ],

Eivi committed
46 47
    "ledgrp.ben.namelc": [
        { type: "string", required: true, message: "必输项" },
48
        {  max: 140, message: "长度不能超过140"  }
zhengxiaokui committed
49 50
    ],

Eivi committed
51 52 53 54
    "ledgrp.cbs.nom1.amt": [
        { type: "string", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
zhengxiaokui committed
55 56
    ],

Eivi committed
57 58
    "ledgrp.ben.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
59
        {  max: 140, message: "长度不能超过140"  }
zhengxiaokui committed
60
    ],
Eivi committed
61 62
    "ledgrp.ben.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
63
        {  max: 140, message: "长度不能超过140" }
zhengxiaokui committed
64 65
    ],

Eivi committed
66
    "ledgrp.rec.nomtop": [
67 68
        { type: "number", required: false, message: "必输项" },
        {  type: "number",max: 999, message: "长度不能超过2" }
zhengxiaokui committed
69
    ],
Eivi committed
70
    "ledgrp.rec.nomton": [
71 72
        { type: "number",required: false, message: "必输项" },
        { type: "number",max: 999, message: "长度不能超过2" }
zhengxiaokui committed
73
    ],
Eivi committed
74 75
    "ledgrp.ben.adrelc": [
        { type: "string", required: true, message: "必输项" },
76
        {  max: 140, message: "长度不能超过140"  }
zhengxiaokui committed
77 78 79 80 81
    ],




Eivi committed
82 83 84 85
    "ledgrp.cbs.max.amt": [
        { type: "string", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
zhengxiaokui committed
86
    ],
Eivi committed
87 88 89
    "ledgrp.iss.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
90
    ],
Eivi committed
91 92 93
    "letp.issp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
94
    ],
Eivi committed
95 96
    "ledgrp.rec.opndat": [
        { type: "date", required: false, message: "输入正确的日期" }
zhengxiaokui committed
97
    ],
Eivi committed
98 99
    "ledgrp.rec.preadvdt": [
        { type: "date", required: false, message: "输入正确的日期" }
zhengxiaokui committed
100
    ],
Eivi committed
101 102 103
    "ledgrp.iss.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
104
    ],
Eivi committed
105 106 107
    "letp.issp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
108 109
    ],

Eivi committed
110 111
    "ledgrp.iss.namelc": [
        { type: "string", required: true, message: "必输项" },
112
        { max: 140,message:"长度不能超过140" }
zhengxiaokui committed
113
    ],
Eivi committed
114 115
    "ledgrp.rec.shpdat": [
        { type: "date", required: false, message: "输入正确的日期" }
zhengxiaokui committed
116
    ],
Eivi committed
117 118
    "ledgrp.rec.advdat": [
        { type: "date", required: false, message: "输入正确的日期" }
zhengxiaokui committed
119
    ],
Eivi committed
120 121
    "ledgrp.iss.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
122
        { max: 140,message:"长度不能超过140" }
zhengxiaokui committed
123
    ],
Eivi committed
124 125
    "ledgrp.iss.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
126
        { max: 140,message:"长度不能超过140" }
zhengxiaokui committed
127
    ],
Eivi committed
128 129
    "ledgrp.rec.expdat": [
        { type: "date", required: false, message: "输入正确的日期" }
zhengxiaokui committed
130
    ],
Eivi committed
131 132 133
    "ledgrp.iss.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
134
    ],
Eivi committed
135 136 137
    "ledgrp.rec.expplc": [
        { type: "string", required: false, message: "必输项" },
        { max: 29, message: "长度不能超过29" }
zhengxiaokui committed
138
    ],
Eivi committed
139 140 141
    "ledgrp.apl.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
142
    ],
Eivi committed
143 144 145
    "letp.aplp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
146 147
    ],

Eivi committed
148 149 150
    "ledgrp.apl.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
151
    ],
Eivi committed
152 153 154
    "letp.aplp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
155 156
    ],

Eivi committed
157 158 159
    "ledgrp.apl.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
160 161
    ],

Eivi committed
162 163 164
    "ledgrp.rec.oppbnk": [
        { type: "string", required: false, message: "必输项" },
        { max: 12, message: "长度不能超过12" }
zhengxiaokui committed
165
    ],
Eivi committed
166 167
    "ledgrp.apl.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
168
        { max: 140,message:"长度不能超过140"}
zhengxiaokui committed
169
    ],
Eivi committed
170 171
    "ledgrp.apl.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
172
        { max: 140,message:"长度不能超过140" }
zhengxiaokui committed
173 174
    ],

Eivi committed
175 176
    "ledgrp.apl.adrelc": [
        { type: "string", required: true, message: "必输项" },
177
        { max: 140,message:"长度不能超过140" }
zhengxiaokui committed
178
    ],
Eivi committed
179 180
    "ledgrp.rec.apprultxt": [
        { type: "string", required: false, message: "必输项" },
181
        { max: 140,message:"长度不能超过140" }
zhengxiaokui committed
182 183 184 185 186 187 188 189 190 191
    ],









Eivi committed
192 193 194
    "ledgrp.blk.mixdet": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
195
    ],
Eivi committed
196 197 198
    "letp.avbp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
199
    ],
Eivi committed
200 201 202
    "ledgrp.avb.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
203
    ],
Eivi committed
204 205 206
    "letp.avbp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
207 208
    ],

Eivi committed
209 210 211
    "ledgrp.avb.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
212
    ],
Eivi committed
213 214 215
    "ledgrp.blk.avbwthtxt": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
216
    ],
Eivi committed
217 218
    "ledgrp.avb.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
219
        { type: "string",max: 999, message: "长度不能超过35" }
zhengxiaokui committed
220
    ],
Eivi committed
221 222 223
    "ledgrp.avb.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
224
    ],
Eivi committed
225 226 227
    "ledgrp.avb.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
228
    ],
Eivi committed
229 230 231
    "ledgrp.blk.preper": [
        { required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
232
    ],
Eivi committed
233
    "ledgrp.rec.prepers18": [
234 235
        { type:"number",required: false, message: "必输项" },
        { type:"number",max: 999, message: "长度不能超过3" }
zhengxiaokui committed
236 237 238
    ],


Eivi committed
239 240 241
    "ledgrp.rec.prepertxts18": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
242 243
    ],

Eivi committed
244 245 246
    "ledgrp.blk.defdet": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
247
    ],
Eivi committed
248 249 250
    "ledgrp.blk.feetxt": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
251 252
    ],

Eivi committed
253 254 255
    "ledgrp.blk.dftat": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
256 257
    ],

Eivi committed
258 259 260
    "letp.drwp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
261
    ],
Eivi committed
262 263 264
    "ledgrp.drw.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
265
    ],
Eivi committed
266 267 268
    "letp.drwp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
269 270
    ],

Eivi committed
271 272 273
    "ledgrp.drw.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
274
    ],
Eivi committed
275 276 277
    "ledgrp.drw.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
278
    ],
Eivi committed
279 280 281
    "ledgrp.drw.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
282 283
    ],

Eivi committed
284 285 286
    "ledgrp.drw.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
287 288
    ],

Eivi committed
289 290 291
    "ledgrp.rec.shpfro": [
        { type: "string", required: false, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
292
    ],
Eivi committed
293
    "ledgrp.rec.tenmaxday": [
294 295
        { type: "number",required: false, message: "必输项" },
        { type: "number",max: 999, message: "长度不能超过4" }
zhengxiaokui committed
296
    ],
Eivi committed
297
    "ledgrp.rec.porloa": [
298
        { type: "string", required: false, message: "必输项" },
Eivi committed
299
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
300
    ],
Eivi committed
301
    "ledgrp.rec.pordis": [
302
        { type: "string", required: false, message: "必输项" },
Eivi committed
303
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
304
    ],
Eivi committed
305 306 307
    "ledgrp.rec.shpto": [
        { type: "string", required: false, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
308
    ],
Eivi committed
309
    "ledgrp.blk.shpper": [
310
        { type: "string", required: false, message: "必输项" },
Eivi committed
311
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
312
    ],
Eivi committed
313 314 315
    "ledgrp.adv.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
316
    ],
Eivi committed
317 318 319
    "ledgrp.apb.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
320
    ],
Eivi committed
321 322 323
    "letp.advp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
324
    ],
Eivi committed
325 326 327
    "letp.apbp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
328
    ],
Eivi committed
329 330 331
    "ledgrp.adv.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
332
    ],
Eivi committed
333 334 335
    "letp.advp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
336 337
    ],

Eivi committed
338 339 340
    "ledgrp.apb.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
341
    ],
Eivi committed
342 343 344
    "letp.apbp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
345 346
    ],

Eivi committed
347 348 349
    "ledgrp.adv.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
350
    ],
Eivi committed
351 352 353
    "ledgrp.apb.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
354 355
    ],

Eivi committed
356 357 358
    "ledgrp.adv.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
359
    ],
Eivi committed
360 361 362
    "ledgrp.adv.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
363
    ],
Eivi committed
364 365 366
    "ledgrp.apb.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
367
    ],
Eivi committed
368 369 370
    "ledgrp.apb.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
371
    ],
Eivi committed
372 373 374
    "ledgrp.adv.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
375
    ],
Eivi committed
376 377 378
    "ledgrp.apb.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
379
    ],
Eivi committed
380 381 382
    "ledgrp.a2b.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
383
    ],
Eivi committed
384 385 386
    "ledgrp.rmb.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
387
    ],
Eivi committed
388 389 390
    "letp.a2bp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
391
    ],
Eivi committed
392 393 394
    "letp.rmbp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
395
    ],
Eivi committed
396 397 398
    "ledgrp.a2b.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
399
    ],
Eivi committed
400 401 402
    "letp.a2bp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
403 404
    ],

Eivi committed
405 406 407
    "ledgrp.rmb.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
408
    ],
Eivi committed
409 410 411
    "letp.rmbp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
412 413
    ],

Eivi committed
414 415 416
    "ledgrp.a2b.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
417
    ],
Eivi committed
418 419 420
    "ledgrp.rmb.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
421
    ],
Eivi committed
422 423 424
    "ledgrp.a2b.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
425
    ],
Eivi committed
426 427 428
    "ledgrp.a2b.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
429
    ],
Eivi committed
430 431 432
    "ledgrp.rmb.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
433
    ],
Eivi committed
434 435 436
    "ledgrp.rmb.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
437
    ],
Eivi committed
438 439 440
    "ledgrp.a2b.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
441
    ],
Eivi committed
442 443 444
    "ledgrp.rmb.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
445 446
    ],

Eivi committed
447 448 449
    "ledgrp.con.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
450
    ],
Eivi committed
451 452 453
    "letp.conp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
454
    ],
Eivi committed
455 456 457
    "ledgrp.con.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
458
    ],
Eivi committed
459 460 461
    "letp.conp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
462 463
    ],

Eivi committed
464 465 466
    "ledgrp.con.pts.nam": [
        { type: "string", required: false, message: "必输项" },
        { max: 40, message: "长度不能超过40" }
zhengxiaokui committed
467 468
    ],

Eivi committed
469 470 471
    "ledgrp.blk.lcrgod": [
        { type: "string", required: true, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
472 473 474
    ],


Eivi committed
475 476 477
    "ledgrp.blk.lcrdoc": [
        { type: "string", required: true, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
478 479
    ],

Eivi committed
480 481 482
    "ledgrp.blk.adlcnd": [
        { type: "string", required: true, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
483 484 485 486 487
    ],




Eivi committed
488 489 490
    "ledgrp.blk.insbnk": [
        { type: "string", required: true, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
491 492
    ],

Eivi committed
493 494 495
    "setmod.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
496 497 498
    ],


Eivi committed
499 500 501 502
    "setmod.docamt": [
        { type: "number", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
zhengxiaokui committed
503 504 505 506 507
    ],




Eivi committed
508 509 510
    "setmod.zmqacc": [
        { type: "string", required: false, message: "必输项" },
        { max: 20, message: "长度不能超过20" }
zhengxiaokui committed
511 512 513 514
    ],



Eivi committed
515 516 517
    "mtabut.coninf.oitinf.oit.inftxt": [
        { type: "string", required: true, message: "必输项" },
        { max: 60, message: "长度不能超过60" }
zhengxiaokui committed
518 519 520
    ],


Eivi committed
521 522 523
    "mtabut.coninf.oitset.oit.inftxt": [
        { type: "string", required: true, message: "必输项" },
        { max: 60, message: "长度不能超过60" }
zhengxiaokui committed
524 525
    ],

Eivi committed
526 527
    "mtabut.coninf.conexedat": [
        { type: "date", required: false, message: "输入正确的日期" }
zhengxiaokui committed
528
    ],
Eivi committed
529 530 531
    "mtabut.coninf.usr.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 8, message: "长度不能超过8" }
zhengxiaokui committed
532 533
    ],

Eivi committed
534 535 536
    "trnmod.trndoc.advnam": [
        { type: "string", required: false, message: "必输项" },
        { max: 50, message: "长度不能超过50" }
zhengxiaokui committed
537
    ],
Eivi committed
538 539 540
    "trnmod.trndoc.amdapl": [
        { type: "string", required: true, message: "必输项" },
        { max: 50, message: "长度不能超过50" }
zhengxiaokui committed
541 542
    ],

Eivi committed
543 544 545
    "trnmod.trndoc.advdoc": [
        { type: "string", required: false, message: "必输项" },
        { max: 1, message: "长度不能超过1" }
zhengxiaokui committed
546
    ],
Eivi committed
547 548 549
    "trnmod.trndoc.filrecv": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
550
    ],
Eivi committed
551 552 553
    "trnmod.trndoc.doctrestm": [
        { type: "string", required: false, message: "必输项" },
        { max: 1, message: "长度不能超过1" }
zhengxiaokui committed
554 555 556 557 558 559 560 561 562 563
    ],









Eivi committed
564 565 566
    "trnmod.trndoc.condocstm": [
        { type: "string", required: false, message: "必输项" },
        { max: 1, message: "长度不能超过1" }
zhengxiaokui committed
567
    ],
Eivi committed
568 569 570
    "trnmod.trndoc.rcvatt.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
571
    ],
Eivi committed
572 573 574 575 576 577 578 579 580


    "ledgrp.rec.revtimes": [
        { type: "string", required: false, message: "必输项" },
        { max: 2, message: "长度不能超过2" }
    ],
    "ledgrp.rec.revnbr": [
        { type: "string", required: false, message: "必输项" },
        { max: 2, message: "长度不能超过2" }
zhengxiaokui committed
581
    ],
Eivi committed
582 583
    "ledgrp.rec.revdat": [
        { type: "date", required: false, message: "输入正确的日期" }
zhengxiaokui committed
584
    ],
Eivi committed
585 586 587 588 589 590 591 592
    "ledgrp.blk.revcls": [
        { type: "string", required: true, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
    ],

    "ledgrp.blk.revnotes": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
zhengxiaokui committed
593
    ],
Eivi committed
594 595

    "ledgrp.cbs.max2.amt": [
596
        { required: false, message: "必输项" },
Eivi committed
597 598
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
zhengxiaokui committed
599 600
    ],

Eivi committed
601
    "ledgrp.cbs.opn2.amt": [
602
        { required: false, message: "必输项" },
Eivi committed
603 604 605 606 607 608 609 610 611 612 613
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
    ],
    "ledgrp.blk.addamtcov": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
    ],
    "ledgrp.blk.spcben": [
        { type: "string", required: true, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
    ],
zhengxiaokui committed
614

Eivi committed
615 616 617
    "ledgrp.blk.spcrcb": [
        { type: "string", required: true, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
zhengxiaokui committed
618
    ],
Eivi committed
619 620 621 622

    "liaall.limmod.ecifno": [
        { type: "string", required: false, message: "必输项" },
        { max: 22, message: "长度不能超过22" }
zhengxiaokui committed
623 624 625
    ],


Eivi committed
626 627 628 629

    "liaall.limmod.ownref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
630
    ],
Eivi committed
631 632 633
    "liaall.limmod.wrkp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
634
    ],
Eivi committed
635 636 637
    "liaall.limmod.othp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
638
    ],
Eivi committed
639 640 641
    "liaall.limmod.limpts.wrk.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
zhengxiaokui committed
642
    ],
Eivi committed
643 644 645
    "liaall.limmod.wrkp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
646 647
    ],

Eivi committed
648 649 650 651 652 653 654
    "liaall.limmod.limpts.oth.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
    ],
    "liaall.limmod.othp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
zhengxiaokui committed
655 656
    ],

Eivi committed
657 658 659 660
    "liaall.limmod.comamt": [
        { type: "number", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
zhengxiaokui committed
661
    ],
Eivi committed
662 663 664
    "liaall.limmod.limpts.wrk.pts.nam": [
        { type: "string", required: false, message: "必输项" },
        { max: 40, message: "长度不能超过40" }
zhengxiaokui committed
665
    ],
Eivi committed
666 667 668
    "liaall.limmod.limpts.oth.pts.nam": [
        { type: "string", required: false, message: "必输项" },
        { max: 40, message: "长度不能超过40" }
zhengxiaokui committed
669
    ],
Eivi committed
670 671 672 673
    "liaall.limmod.ccvamt": [
        { type: "number", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
zhengxiaokui committed
674 675
    ],

Eivi committed
676 677 678 679 680 681 682




    "liaall.limmod.limpts.pfcod1": [
        { type: "string", required: false, message: "必输项" },
        { max: 14, message: "长度不能超过14" }
zhengxiaokui committed
683
    ],
Eivi committed
684 685 686 687 688
    "liaall.limmod.limpts.pfcod2": [
        { type: "string", required: false, message: "必输项" },
        { max: 14, message: "长度不能超过14" }
    ],

zhengxiaokui committed
689
}