import Utils from "~/utils"

/**
* Brtdck Check规则
*/
let checkObj = {
    "liaall.misamt"                      :null,
    "liaall.limmod.limpts.oth.pts.extkey"                      :null,
    "liaall.limmod.ownref"                      :null,
    "liaall.limmod.ecifno"                      :null,
    "brdgrp.prb.adrelc"                      :null,
    "brdgrp.cbs.max.amt"                      :null,
    "brdgrp.blk.docdis"                      :null,
    "brtp.furide"                      :null,
    "brdgrp.rec.reltyp"                      :null,
    "brtp.oth.pts.extkey"                      :null,
    "brdgrp.prb.pts.adrblk"                      :null,
    "brdgrp.prb.namelc"                      :null,
    "liaall.limmod.limpts.oth.pts.nam"                      :null,
    "brdgrp.shp.namelc"                      :null,
    "setmod.dspflg"                      :null,
    "brtp.oth.pts.adrblk"                      :null,
    "brdgrp.rec.docflg"                      :null,
    "brdgrp.rec.disdat"                      :null,
    "brdgrp.prb.pts.nam"                      :null,
    "brdgrp.ben.pts.nam"                      :null,
    "liaall.limmod.limpts.wrk.pts.nam"                      :null,
    "mhtyp"                      :null,
    "brdgrp.prb.pts.extkey"                      :null,
    "brdgrp.rec.matdat"                      :null,
    "brtp.oth.adrelc"                      :null,
    "liaall.limmod.limpts.wrk.pts.extkey"                      :null,
    "brdgrp.shp.adrelc"                      :null,
    "mtabut.coninf.conexedat"                      :null,
    "brtp.oth.namelc"                      :null,
    "liaall.limmod.limpts.nonrevflg1"                      :null,
    "brdgrp.apl.pts.nam"                      :null,
    "setmod.docamt"                      :null,
    "brdgrp.shp.pts.adrblk"                      :null,
    "brdgrp.blk.relstoadr"                      :null,
    "brdgrp.blk.setinsbr"                      :null,
    "brdgrp.blk.comcon"                      :null,
    "brdgrp.shp.pts.extkey"                      :null,
}

for (const key in checkObj) {
    if (Object.hasOwnProperty.call(checkObj, key)) {
        checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
    }
}
export default checkObj