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
import Utils from "~/utils"
/**
* Bctdor Check规则
*/
let checkObj = {
"bctp.drrp.ptsget.sdamod.dadsnd" :null,
"liaall.misamt" :null,
"bcdgrp.dre.namelc" :null,
"bcdgrp.agt.namelc" :null,
"bcdgrp.rmi.adrelc" :null,
"bcdgrp.blk.intins" :null,
"bcdgrp.blk.dftins" :null,
"bcdgrp.agt.pts.extkey" :null,
"bcdgrp.rmi.pts.nam" :null,
"bctp.recget.sdamod.dadsnd" :null,
"bcdgrp.dre.adrelc" :null,
"bcdgrp.agb.namelc" :null,
"bcdgrp.blk.othins" :null,
"bcdgrp.co2.namelc" :null,
"bctp.drep.ptsget.sdamod.dadsnd" :null,
"bcdgrp.agt.adrelc" :null,
"bcdgrp.rmi.namelc" :null,
"bcdgrp.co2.pts.extkey" :null,
"bcdgrp.dre.pts.nam" :null,
"setmod.dspflg" :null,
"bctp.rmip.ptsget.sdamod.dadsnd" :null,
"bcdgrp.rog.adrelc" :null,
"bcdgrp.agb.pts.extkey" :null,
"bctp.co2p.ptsget.sdamod.dadsnd" :null,
"bcdgrp.drr.namelc" :null,
"bcdgrp.blk.resrej" :null,
"bcdgrp.agb.adrelc" :null,
"bcdgrp.agb.pts.adrblk" :null,
"bctp.agbp.ptsget.sdamod.dadsnd" :null,
"bctp.agtp.ptsget.sdamod.dadsnd" :null,
"bcdgrp.co2.pts.adrblk" :null,
"bcdgrp.drr.pts.nam" :null,
"bcdgrp.rmi.pts.extkey" :null,
"bcdgrp.drr.adrelc" :null,
"bcdgrp.blk.colins" :null,
"bcdgrp.drr.pts.adrblk" :null,
"rejtypsel" :null,
"mtabut.coninf.conexedat" :null,
"bctp.rogp.ptsget.sdamod.dadsnd" :null,
"bcdgrp.rog.namelc" :null,
"bcdgrp.blk.chgtxt" :null,
"bcdgrp.drr.pts.extkey" :null,
"bcdgrp.co2.adrelc" :null,
"bcdgrp.dre.pts.adrblk" :null,
"setmod.docamt" :null,
"bcdgrp.agt.pts.adrblk" :null,
"bcdgrp.rog.pts.adrblk" :null,
"bcdgrp.rmi.pts.ref" :null,
"bcdgrp.dre.pts.extkey" :null,
"advtyp" :null,
"bcdgrp.blk.docpre" :null,
"bcdgrp.rmi.pts.adrblk" :null,
"bcdgrp.rog.pts.extkey" :null,
"mtabut.clsflg" :null,
}
for (const key in checkObj) {
if (Object.hasOwnProperty.call(checkObj, key)) {
checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
}
}
export default checkObj