import Utils from "~/utils"

/**
* Brtdcr Check规则
*/
let checkObj = {
    "liaall.misamt"                      :null,
    "liaall.limmod.limpts.oth.pts.extkey"                      :null,
    "liaall.limmod.ownref"                      :null,
    "brdgrp.acb.namelc"                      :null,
    "liaall.limmod.ecifno"                      :null,
    "brdgrp.prb.adrelc"                      :null,
    "brdgrp.blk.docdis"                      :null,
    "brdgrp.acb.adrelc"                      :null,
    "brtp.oth.pts.extkey"                      :null,
    "brdgrp.prb.pts.adrblk"                      :null,
    "brdgrp.prb.namelc"                      :null,
    "liaall.limmod.limpts.oth.pts.nam"                      :null,
    "brdgrp.blk.disdoc"                      :null,
    "setmod.dspflg"                      :null,
    "brtp.oth.pts.adrblk"                      :null,
    "brdgrp.acb.pts.extkey"                      :null,
    "brdgrp.rec.orddat"                      :null,
    "brdgrp.prb.pts.nam"                      :null,
    "brdgrp.ben.pts.nam"                      :null,
    "liaall.limmod.limpts.wrk.pts.nam"                      :null,
    "brdgrp.acb.pts.adrblk"                      :null,
    "brdgrp.rec.advdocflg"                      :null,
    "advdisflg"                      :null,
    "brdgrp.prb.pts.extkey"                      :null,
    "brtp.oth.adrelc"                      :null,
    "liaall.limmod.limpts.wrk.pts.extkey"                      :null,
    "mtabut.coninf.conexedat"                      :null,
    "brdgrp.prb.pts.ref"                      :null,
    "brtp.oth.namelc"                      :null,
    "liaall.limmod.limpts.nonrevflg1"                      :null,
    "brdgrp.apl.pts.nam"                      :null,
    "setmod.docamt"                      :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