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
import Utils from "~/utils"
/**
* Bttsnd Check规则
*/
let checkObj = {
"liaall.misamt" :null,
"btdgrp.blk.comcon" :null,
"rmbclm.acwacw.pts.extkey" :null,
"cnybop.outflg" :null,
"btdgrp.prb.pts.nam" :null,
"btdgrp.prb.adrelc" :null,
"btdgrp.oth.pts.adrblk" :null,
"setmod.dspflg" :null,
"btdgrp.prb.pts.extkey" :null,
"btdgrp.blk.intdis" :null,
"cnybop.cnyflg" :null,
"rmbclm.bebbeb.adrelc" :null,
"btdgrp.oth.adrelc" :null,
"rmbclm.acwacw.namelc" :null,
"btdgrp.rec.disdat" :null,
"rmbclm.rmbrmb.pts.adrblk" :null,
"btdgrp.oth.pts.extkey" :null,
"btdgrp.be2.pts.nam" :null,
"rmbclm.rmbrmb.namelc" :null,
"rmbclm.bebbeb.pts.extkey" :null,
"btdgrp.blk.benref" :null,
"btdgrp.prb.pts.adrblk" :null,
"rmbclm.rmbrmb.pts.extkey" :null,
"btdgrp.prb.namelc" :null,
"btdgrp.blk.setinsbt" :null,
"btdgrp.blk.docdis" :null,
"bttp.furide" :null,
"cnybop.traflg" :null,
"rmbclm.acwacw.pts.adrblk" :null,
"btdgrp.be1.pts.nam" :null,
"mtabut.coninf.conexedat" :null,
"rmbclm.bebbeb.namelc" :null,
"cnybop.libflg" :null,
"setmod.docamt" :null,
"rmbclm.rmbrmb.adrelc" :null,
"rmbclm.bebbeb.pts.adrblk" :null,
"rmbclm.acwacw.adrelc" :null,
"btdgrp.oth.namelc" :null,
"cnybop.vouflg" :null,
}
for (const key in checkObj) {
if (Object.hasOwnProperty.call(checkObj, key)) {
checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
}
}
export default checkObj