Pattern.js 25.1 KB
Newer Older
liuxin committed
1
export default {
孙杰 committed
2 3 4 5 6 7
    // 银行明细
    //议付行
    "didgrp.rec.fenctg": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
    ],
孙杰 committed
8 9 10
    "ditp.recget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
11
    ],
孙杰 committed
12 13 14
    "didgrp.rec.ownref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
15
    ],
孙杰 committed
16 17 18
    "ditp.recget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
liuxin committed
19 20
    ],

孙杰 committed
21 22 23
    "didgrp.rec.nam": [
        { type: "string", required: false, message: "必输项" },
        { max: 40, message: "长度不能超过40" }
liuxin committed
24
    ],
孙杰 committed
25 26 27
    "didgrp.apl.pts.ref": [
        { type: "string", required: true, message: "必输项" },
        { max: 16, message: "长度不能超过16" },
liushikai committed
28
        { pattern: /^([a-zA-Z0-9]+$)/, message: "只能输入数字和字母", trigger: 'blur' }
liuxin committed
29
    ],
孙杰 committed
30 31 32
    "ditp.usr.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 8, message: "长度不能超过8" }
liuxin committed
33 34
    ],

孙杰 committed
35 36 37
    "ditp.usrget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
liuxin committed
38
    ],
孙杰 committed
39 40 41
    "ditp.aplp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
42
    ],
孙杰 committed
43 44 45
    "didgrp.apl.pts.extkey": [
        { type: "string", required: true, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
46
    ],
孙杰 committed
47 48 49
    "ditp.aplp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
liuxin committed
50
    ],
潘际乾 committed
51
    "didgrp.cbs.nom1.cur": [
孙杰 committed
52
        { required: true, message: "必输项", trigger: 'change' },
潘际乾 committed
53
    ],
孙杰 committed
54 55 56 57
    "didgrp.cbs.nom1.amt": [
        { required: true, message: "必输项", trigger: 'blur' },
        { max: 18, message: "整数位不能超过14位", trigger: 'blur' },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位", trigger: 'blur' }
liuxin committed
58
    ],
孙杰 committed
59 60 61
    "didgrp.apl.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
62
    ],
孙杰 committed
63 64 65
    "didgrp.apl.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
66
    ],
孙杰 committed
67 68 69
    "didgrp.apl.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
70
    ],
孙杰 committed
71 72 73
    "ditp.amt": [
        { type: "string", required: false, message: "必输项" },
        { max: 76, message: "长度不能超过76" }
liuxin committed
74
    ],
孙杰 committed
75 76 77
    "didgrp.apl.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
78
    ],
孙杰 committed
79 80
    "didgrp.rec.nomtop": [
        { type: "string", required: false, message: "必输项", trigger: "blur" },
81
        { max: 9, message: "长度不能超过9", trigger: "blur" }
liuxin committed
82
    ],
孙杰 committed
83 84
    "didgrp.rec.nomton": [
        { type: "string", required: false, message: "必输项", trigger: "blur" },
85
        { max: 9, message: "长度不能超过9", trigger: "blur" }
liuxin committed
86
    ],
孙杰 committed
87 88 89
    "didgrp.apl.pts.youzbm": [
        { type: "string", required: false, message: "必输项" },
        { max: 6, message: "长度不能超过6" }
liuxin committed
90
    ],
孙杰 committed
91 92 93
    "didgrp.apl.pts.dihdig": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
94 95 96
    ],


孙杰 committed
97
    "didgrp.cbs.max.amt": [
fukai committed
98
        //{type: "number", required: false, message: "必输项"},
潘际乾 committed
99
        // {max: 18,message:"整数位不能超过14位"},
孙杰 committed
100
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
liuxin committed
101
    ],
孙杰 committed
102 103 104
    "didgrp.apb.pts.bankno": [
        { type: "string", required: false, message: "必输项" },
        { max: 20, message: "长度不能超过20" }
liuxin committed
105 106
    ],

孙杰 committed
107 108 109
    "didgrp.apb.pts.jigomc": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
110
    ],
孙杰 committed
111 112
    "didgrp.rec.opndat": [
        { required: false, message: "输入正确的日期" }
liuxin committed
113 114
    ],

孙杰 committed
115 116
    "didgrp.rec.shpdat": [
        { required: false, message: "输入正确的日期" }
liuxin committed
117
    ],
孙杰 committed
118 119 120
    "didgrp.ben.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
121
    ],
孙杰 committed
122 123
    "didgrp.rec.expdat": [
        { required: true, message: "输入正确的日期" }
liuxin committed
124
    ],
孙杰 committed
125 126 127
    "ditp.benp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
128
    ],
孙杰 committed
129 130 131
    "didgrp.ben.pts.extkey": [
        { type: "string", required: true, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
132
    ],
孙杰 committed
133 134 135
    "ditp.benp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
liuxin committed
136 137
    ],

孙杰 committed
138 139 140
    "didgrp.rec.expplc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
141
    ],
孙杰 committed
142 143 144
    "didgrp.ben.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
145
    ],
孙杰 committed
146 147 148
    "didgrp.ben.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
149
    ],
孙杰 committed
150 151 152
    "didgrp.ben.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
153
    ],
孙杰 committed
154 155 156
    "didgrp.ben.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
157 158 159
    ],


孙杰 committed
160 161 162
    "didgrp.ben.pts.youzbm": [
        { type: "string", required: false, message: "必输项" },
        { max: 6, message: "长度不能超过6" }
liuxin committed
163
    ],
孙杰 committed
164 165 166
    "didgrp.ben.pts.dihdig": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
167
    ],
孙杰 committed
168 169 170
    "didgrp.rec.idcode": [
        { type: "string", required: false, message: "必输项" },
        { max: 18, message: "长度不能超过18" }
liuxin committed
171
    ],
孙杰 committed
172 173 174
    "didgrp.ben.pts.extact": [
        { type: "string", required: false, message: "必输项" },
        { max: 34, message: "长度不能超过34" }
liuxin committed
175 176
    ],

孙杰 committed
177
    "didgrp.beb.pts.bankno": [
178
        { type: "string", required: false, message: "必输项" },
SunJie committed
179
        { pattern: (/^[\u4E00-\u9FA5]{3,}|^[0-9A-Za-z]{6,}/), message: "至少输入3个字或6位行号" },
孙杰 committed
180
        { max: 20, message: "长度不能超过20" }
liuxin committed
181 182
    ],

孙杰 committed
183 184 185
    "didgrp.beb.pts.jigomc": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
186 187 188
    ],


孙杰 committed
189 190 191
    "didgrp.rec.revtimes": [
        { type: "string", required: false, message: "必输项" },
        { max: 2, message: "长度不能超过2" }
liuxin committed
192
    ],
孙杰 committed
193 194 195
    "didgrp.rec.revnbr": [
        { type: "string", required: false, message: "必输项" },
        { max: 2, message: "长度不能超过2" }
liuxin committed
196
    ],
孙杰 committed
197 198
    "didgrp.rec.revdat": [
        { required: false, message: "输入正确的日期" }
liuxin committed
199 200 201
    ],


孙杰 committed
202 203 204
    "didgrp.blk.revnotes": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
205
    ],
孙杰 committed
206 207 208
    "didgrp.blk.revcls": [
        { type: "string", required: true, message: "必输项" },
        { max: 65, message: "长度不能超过65" }
liuxin committed
209 210
    ],

孙杰 committed
211 212 213
    "didgrp.blk.lcrgod": [
        { type: "string", required: false, message: "必输项", trigger: "blur" },
        { max: 1430, message: "长度不能超过1430", trigger: "blur" }
liuxin committed
214 215
    ],

孙杰 committed
216 217 218
    "didgrp.blk.lcrdoc": [
        { type: "string", required: true, message: "必输项" },
        { max: 1950, message: "长度不能超过1950" }
liuxin committed
219 220
    ],

孙杰 committed
221 222 223
    "didgrp.blk.adlcnd": [
        { type: "string", required: true, message: "必输项" },
        { max: 1430, message: "长度不能超过1430" }
liuxin committed
224 225
    ],

孙杰 committed
226 227 228
    "didgrp.blk.insbnk": [
        { type: "string", required: true, message: "必输项" },
        { max: 325, message: "长度不能超过325" }
liuxin committed
229 230 231
    ],


孙杰 committed
232 233 234
    "didgrp.rmb.pts.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
235
    ],
孙杰 committed
236 237 238
    "ditp.rmbp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
239
    ],
孙杰 committed
240 241 242
    "didgrp.rmb.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
243
    ],
孙杰 committed
244 245 246
    "ditp.rmbp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
liuxin committed
247 248
    ],

孙杰 committed
249 250 251
    "didgrp.rmb.namelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
252
    ],
孙杰 committed
253 254 255
    "didgrp.rmb.pts.adrblk": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
256
    ],
孙杰 committed
257 258 259
    "didgrp.rmb.dbfadrblkcn": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
260
    ],
孙杰 committed
261 262 263
    "didgrp.rmb.adrelc": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
264 265
    ],

孙杰 committed
266 267 268
    "didgrp.rec.rmbact": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
269 270
    ],

孙杰 committed
271 272 273
    "didgrp.blk.rmbcha": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
274
    ],
孙杰 committed
275 276 277
    "ditp.rmbnar": [
        { type: "string", required: true, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
278 279
    ],

孙杰 committed
280 281
    "didgrp.rec.autdat": [
        { required: false, message: "输入正确的日期" }
liuxin committed
282 283 284 285
    ],



孙杰 committed
286
    "didgrp.rec.tenmaxday": [
SunJie committed
287 288
        {  type: 'number', required: true, message: "必输项", trigger: "blur" },
        // { max: 3, message: "长度不能超过3", trigger: "blur" },
liuxin committed
289 290 291
    ],


孙杰 committed
292 293
    "didgrp.blk.defdet": [
        { type: "string", required: false, message: "必输项" },
lianyang committed
294
        { max: 60, message: "长度不能超过60" }
liuxin committed
295
    ],
孙杰 committed
296 297 298
    "didgrp.rec.fqtime": [
        { type: "string", required: false, message: "必输项" },
        { max: 140, message: "长度不能超过140" }
liuxin committed
299 300
    ],

孙杰 committed
301 302 303
    "didgrp.blk.preper": [
        { type: "string", required: false, message: "必输项" },
        { max: 105, message: "长度不能超过105" }
liuxin committed
304 305 306 307
    ],



孙杰 committed
308 309 310
    "didgrp.rec.shpfro": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
311 312 313
    ],


孙杰 committed
314 315
    "didgrp.rec.sdsrfs": [
        { type: "string", required: false, message: "必输项" },
316
        { max: 20, message: "长度不能超过20" }
liuxin committed
317
    ],
孙杰 committed
318 319 320
    "didgrp.rec.shpto": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
321
    ],
孙杰 committed
322 323 324
    "didgrp.rec.conno": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
325
    ],
孙杰 committed
326 327 328
    "didgrp.rec.shppro": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
329 330
    ],

孙杰 committed
331
    "didgrp.rec.conamt": [
fukai committed
332
        // {type: "number", required: false, message: "必输项"},
孙杰 committed
333 334
        { max: 16, message: "整数位不能超过13位", trigger: "blur" },
        { pattern: /(^\d+$)|(^\.\d{1,2}$)|(^\d+\.\d{1,2}$)/, message: "小数位不能超过2位", trigger: "blur" }
liuxin committed
335
    ],
孙杰 committed
336 337 338
    "didgrp.rec.tzref": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
339
    ],
孙杰 committed
340
    "didgrp.adv.pts.extkey": [
孙杰 committed
341
        { type: "string", required: true, message: "必输项" },
孙杰 committed
342
        { max: 16, message: "长度不能超过16" }
liuxin committed
343
    ],
孙杰 committed
344 345 346
    "didgrp.iss.pts.extkey": [
        { type: "string", required: true, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
347
    ],
孙杰 committed
348
    "didgrp.adv.pts.bankno": [
孙杰 committed
349
        { type: "string", required: true, message: "必输项" },
孙杰 committed
350
        { max: 20, message: "长度不能超过20" }
liuxin committed
351
    ],
孙杰 committed
352 353 354
    "didgrp.iss.pts.bankno": [
        { type: "string", required: true, message: "必输项" },
        { max: 20, message: "长度不能超过20" }
liuxin committed
355
    ],
孙杰 committed
356 357 358
    "didgrp.adv.pts.jigomc": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
359
    ],
孙杰 committed
360 361 362
    "didgrp.iss.pts.jigomc": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
363
    ],
孙杰 committed
364 365 366
    "didgrp.adv.pts.dizhii": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
367
    ],
孙杰 committed
368 369 370
    "didgrp.rec.lcrtyp": [
        { type: "string", required: true, message: "必输项" },
        { max: 2, message: "长度不能超过2" }
1377875331@qq.com committed
371
    ],
孙杰 committed
372 373 374
    "didgrp.iss.pts.dizhii": [
        { type: "string", required: false, message: "必输项" },
        { max: 35, message: "长度不能超过35" }
liuxin committed
375
    ],
孙杰 committed
376 377 378
    "didgrp.adv.pts.youzbm": [
        { type: "string", required: false, message: "必输项" },
        { max: 6, message: "长度不能超过6" }
liuxin committed
379
    ],
孙杰 committed
380 381 382
    "didgrp.adv.pts.dihdig": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
383
    ],
孙杰 committed
384 385 386
    "didgrp.iss.pts.youzbm": [
        { type: "string", required: false, message: "必输项" },
        { max: 6, message: "长度不能超过6" }
liuxin committed
387
    ],
孙杰 committed
388 389 390
    "didgrp.iss.pts.dihdig": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
391 392 393 394
    ],



孙杰 committed
395 396 397
    "didgrp.rmb.pts.bankno": [
        { type: "string", required: false, message: "必输项" },
        { max: 20, message: "长度不能超过20" }
liuxin committed
398
    ],
孙杰 committed
399
    "didgrp.rmb.pts.jigomc": [
孙杰 committed
400
        { type: "string", required: false, message: "必输项" },
孙杰 committed
401
        { max: 35, message: "长度不能超过35" }
liuxin committed
402
    ],
孙杰 committed
403 404 405
    "didgrp.avb.pts.bankno": [
        { type: "string", required: false, message: "必输项" },
        { max: 20, message: "长度不能超过20" }
liuxin committed
406
    ],
孙杰 committed
407
    "didgrp.avb.pts.jigomc": [
孙杰 committed
408
        { type: "string", required: false, message: "必输项" },
孙杰 committed
409
        { max: 35, message: "长度不能超过35" }
liuxin committed
410
    ],
孙杰 committed
411
    "didgrp.rmb.pts.dizhii": [
孙杰 committed
412
        { type: "string", required: false, message: "必输项" },
孙杰 committed
413
        { max: 35, message: "长度不能超过35" }
liuxin committed
414
    ],
孙杰 committed
415
    "didgrp.avb.pts.dizhii": [
孙杰 committed
416
        { type: "string", required: false, message: "必输项" },
孙杰 committed
417
        { max: 35, message: "长度不能超过35" }
liuxin committed
418
    ],
SunJie committed
419 420 421 422 423
    "didgrp.cmb.pts.bankno": [
        { type: "string", required: false, message: "必输项" },
        { max: 20, message: "长度不能超过20" }
    ],
    // 申请行
孙杰 committed
424 425 426
    "didgrp.apc.pts.bankno": [
        { type: "string", required: false, message: "必输项" },
        { max: 20, message: "长度不能超过20" }
liuxin committed
427 428
    ],

孙杰 committed
429 430
    "didgrp.apc.pts.jigomc": [
        { type: "string", required: false, message: "必输项" },
SunJie committed
431
        { max: 35, message: "长度不能超过35" }
liuxin committed
432
    ],
SunJie committed
433

孙杰 committed
434
    "didgrp.apc.pts.dizhii": [
SunJie committed
435
        { type: "string", required: false, message: "必输项" },
孙杰 committed
436
        { max: 35, message: "长度不能超过35" }
liuxin committed
437
    ],
孙杰 committed
438 439 440
    "didgrp.apc.pts.youzbm": [
        { type: "string", required: false, message: "必输项" },
        { max: 6, message: "长度不能超过6" }
liuxin committed
441
    ],
孙杰 committed
442 443 444
    "didgrp.apc.pts.dihdig": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
445
    ],
孙杰 committed
446 447 448
    "ditp.bennam": [
        { type: "string", required: false, message: "必输项" },
        { max: 100, message: "长度不能超过100" }
liuxin committed
449
    ],
孙杰 committed
450 451 452
    "ditp.aplname": [
        { type: "string", required: false, message: "必输项" },
        { max: 100, message: "长度不能超过100" }
liuxin committed
453
    ],
孙杰 committed
454 455 456
    "ditp.signam": [
        { type: "string", required: false, message: "必输项" },
        { max: 50, message: "长度不能超过50" }
liuxin committed
457
    ],
孙杰 committed
458 459 460
    "ditp.remark": [
        { type: "string", required: true, message: "必输项" },
        { max: 800, message: "长度不能超过800" }
liuxin committed
461
    ],
孙杰 committed
462 463 464
    "litbenl1blk": [
        { type: "string", required: true, message: "必输项" },
        { max: 200, message: "长度不能超过200" }
liuxin committed
465
    ],
孙杰 committed
466 467 468
    "litapll1blk": [
        { type: "string", required: true, message: "必输项" },
        { max: 200, message: "长度不能超过200" }
liuxin committed
469
    ],
孙杰 committed
470 471 472
    "litrmbl1blk": [
        { type: "string", required: true, message: "必输项" },
        { max: 200, message: "长度不能超过200" }
liuxin committed
473
    ],
孙杰 committed
474 475 476
    "setmod.ref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
477
    ],
孙杰 committed
478 479 480 481
    "setmod.docamt": [
        { type: "number", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
liuxin committed
482
    ],
孙杰 committed
483 484 485
    "setmod.zmqacc": [
        { type: "string", required: false, message: "必输项" },
        { max: 20, message: "长度不能超过20" }
liuxin committed
486
    ],
孙杰 committed
487 488 489 490
    "liaall.outamt": [
        { type: "number", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
liuxin committed
491
    ],
孙杰 committed
492 493 494
    "liaall.outpct": [
        { type: "string", required: false, message: "必输项" },
        { max: 6, message: "长度不能超过6" }
liuxin committed
495
    ],
孙杰 committed
496 497 498
    "liaall.concur": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
liuxin committed
499
    ],
孙杰 committed
500
    "liaall.misamt": [
denyu committed
501
        // {type: "number", required: false, message: "必输项"},
孙杰 committed
502 503
        { max: 18, message: "整数位不能超过14位", trigger: "blur" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位", trigger: "blur" }
liuxin committed
504
    ],
孙杰 committed
505 506 507 508
    "liaall.exttotoldamt": [
        { type: "number", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
liuxin committed
509
    ],
孙杰 committed
510 511 512 513
    "liaall.exttotamt": [
        { type: "number", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
liuxin committed
514
    ],
孙杰 committed
515 516 517
    "godnam": [
        { type: "string", required: false, message: "必输项" },
        { max: 40, message: "长度不能超过40" }
liuxin committed
518 519
    ],

孙杰 committed
520 521
    "ameadvrmk": [
        { max: 68, message: "长度不能超过68" }
liuxin committed
522
    ],
孙杰 committed
523 524 525
    "bchname": [
        { type: "string", required: false, message: "必输项" },
        { max: 40, message: "长度不能超过40" }
liuxin committed
526 527
    ],

孙杰 committed
528 529 530
    "trnmod.trndoc.advnam": [
        { type: "string", required: false, message: "必输项" },
        { max: 50, message: "长度不能超过50" }
liuxin committed
531
    ],
孙杰 committed
532 533 534
    "trnmod.trndoc.amdapl": [
        { type: "string", required: true, message: "必输项" },
        { max: 50, message: "长度不能超过50" }
liuxin committed
535 536
    ],

孙杰 committed
537 538 539
    "trnmod.trndoc.advdoc": [
        { type: "string", required: false, message: "必输项" },
        { max: 1, message: "长度不能超过1" }
liuxin committed
540
    ],
孙杰 committed
541 542 543
    "liaall.limmod.ecifno": [
        { type: "string", required: false, message: "必输项" },
        { max: 22, message: "长度不能超过22" }
liuxin committed
544
    ],
孙杰 committed
545 546 547
    "liaall.limmod.ownref": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
548
    ],
孙杰 committed
549 550 551
    "liaall.limmod.wrkp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
552
    ],
孙杰 committed
553 554 555
    "liaall.limmod.othp.ptsget.sdamod.dadsnd": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
556
    ],
孙杰 committed
557 558 559
    "liaall.limmod.limpts.wrk.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
560
    ],
孙杰 committed
561 562 563
    "liaall.limmod.wrkp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
liuxin committed
564 565
    ],

孙杰 committed
566 567 568
    "liaall.limmod.limpts.oth.pts.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 16, message: "长度不能超过16" }
liuxin committed
569
    ],
liushikai committed
570
    "liaall.limmod.limpts.nonrevflg1": [
liuxin committed
571
        { type: "string", required: false, message: "必输项" },
liushikai committed
572 573
        { max: 10, message: "长度不能超过10" }
    ],
孙杰 committed
574 575 576
    "liaall.limmod.othp.ptsget.sdamod.seainf": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
liuxin committed
577
    ],
孙杰 committed
578 579 580
    "liaall.limmod.comamt": [
        { max: 18, message: "整数位不能超过14位", trigger: "blur" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位", trigger: "blur" }
liuxin committed
581
    ],
孙杰 committed
582 583 584
    "liaall.limmod.limpts.wrk.pts.nam": [
        { type: "string", required: false, message: "必输项" },
        { max: 40, message: "长度不能超过40" }
liuxin committed
585
    ],
孙杰 committed
586 587 588
    "liaall.limmod.limpts.oth.pts.nam": [
        { type: "string", required: false, message: "必输项" },
        { max: 40, message: "长度不能超过40" }
liuxin committed
589
    ],
孙杰 committed
590 591 592
    "liaall.limmod.ccvamt": [
        { max: 18, message: "整数位不能超过14位", trigger: "blur" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位", trigger: "blur" }
liuxin committed
593
    ],
孙杰 committed
594 595 596
    "liaall.limmod.limpts.pfcod1": [
        { type: "string", required: false, message: "必输项" },
        { max: 14, message: "长度不能超过14" }
liuxin committed
597
    ],
孙杰 committed
598 599 600
    "liaall.limmod.limpts.pfcod2": [
        { type: "string", required: false, message: "必输项" },
        { max: 14, message: "长度不能超过14" }
liuxin committed
601
    ],
hulei committed
602 603 604 605 606 607 608 609
    // "mtabut.coninf.oitinf.oit.inftxt": [
    //     { type: "string", required: false, message: "必输项" },
    //     { max: 60, message: "长度不能超过60" }
    // ],
    // "mtabut.coninf.oitset.oit.inftxt": [
    //     { type: "string", required: true, message: "必输项" },
    //     { max: 60, message: "长度不能超过60" }
    // ],
liuxin committed
610

孙杰 committed
611 612
    "mtabut.coninf.conexedat": [
        { required: false, message: "输入正确的日期" }
liuxin committed
613
    ],
孙杰 committed
614 615 616
    "mtabut.coninf.usr.extkey": [
        { type: "string", required: false, message: "必输项" },
        { max: 8, message: "长度不能超过8" }
liuxin committed
617
    ],
孙杰 committed
618 619 620
    "liaall.liaccv.concur": [
        { type: "string", required: false, message: "必输项" },
        { max: 3, message: "长度不能超过3" }
liuxin committed
621
    ],
孙杰 committed
622 623 624 625
    "liaall.liaccv.newamt": [
        { required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
liuxin committed
626
    ],
孙杰 committed
627 628
    "liaall.liaccv.cshpct": [
        { type: "string", required: false, message: "必输项", trigger: "blur" },
hulei committed
629 630
        { max: 8, message: "整数位不能超过5位"},
        { pattern: /(^\d{1,5}$)|(^\d{0,5}\.\d{1,2}$)/, message:"整数位不能超过5位,小数位不能超过2位",trigger:"blur"}
liuxin committed
631
    ],
孙杰 committed
632 633 634 635
    "liaall.liaccv.newresamt": [
        { required: false, message: "必输项", trigger: "blur" },
        { max: 18, message: "整数位不能超过14位", trigger: "blur" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位", trigger: "blur" }
liuxin committed
636
    ],
孙杰 committed
637 638
    "liaall.liaccv.relcshpct": [
        { type: "string", required: false, message: "必输项" },
hulei committed
639 640
        { max: 8, message: "整数位不能超过5位"},
        { pattern: /(^\d{1,5}$)|(^\d{0,5}\.\d{1,2}$)/, message:"整数位不能超过5位,小数位不能超过2位",trigger:"blur"}
liuxin committed
641 642
    ],

孙杰 committed
643 644 645 646
    "liaall.liaccv.pctresamt": [
        { type: "number", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
liuxin committed
647
    ],
孙杰 committed
648 649 650 651
    "liaall.liaccv.totcovamt": [
        { type: "number", required: false, message: "必输项" },
        { max: 18, message: "整数位不能超过14位" },
        { pattern: /(^\d+$)|(^\.\d{1,3}$)|(^\d+\.\d{1,3}$)/, message: "小数位不能超过3位" }
liuxin committed
652
    ],
孙杰 committed
653 654 655
    "liaall.liaccv.addinf": [
        { type: "string", required: true, message: "必输项" },
        { max: 70, message: "长度不能超过70" }
liuxin committed
656
    ],
孙杰 committed
657 658 659
    "didgrp.rec.avbby": [
        { type: "string", required: true, message: "必输项" },
        { max: 60, message: "长度不能超过60" }
1377875331@qq.com committed
660
    ],
孙杰 committed
661 662 663
    "litameadv": [
        { type: "string", required: true, message: "必输项" },
        { max: 30, message: "长度不能超过30" }
liuxin committed
664 665 666 667
    ],
    "didgrp.rec.elcflg": [
        { type: "string", required: true, message: "必输项" },
        { max: 1, message: "长度不能超过1" }
1377875331@qq.com committed
668
    ]
孙杰 committed
669
}