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