import Utils from "~/utils"

/**
* Bdtdcr Check规则
*/
let checkObj = {
    "liaall.misamt"                      :null,
    "liaall.limmod.limpts.oth.pts.extkey"                      :null,
    "bdtp.oth.pts.extkey"                      :null,
    "liaall.limmod.ownref"                      :null,
    "liaall.limmod.ecifno"                      :null,
    "bdtp.oth.namelc"                      :null,
    "liaall.limmod.othp.ptsget.sdamod.dadsnd"                      :null,
    "bddgrp.rec.orddat"                      :null,
    "bddgrp.blk.docdis"                      :null,
    "liaall.limmod.limpts.oth.pts.nam"                      :null,
    "setmod.dspflg"                      :null,
    "expmno"                      :null,
    "bddgrp.prb.pts.ref"                      :null,
    "bddgrp.rec.sndref"                      :null,
    "bddgrp.prb.pts.extkey"                      :null,
    "bddgrp.rec.advdocflg"                      :null,
    "bddgrp.apl.pts.nam"                      :null,
    "bdtp.oth.adrelc"                      :null,
    "liaall.limmod.limpts.wrk.pts.nam"                      :null,
    "advdisflg"                      :null,
    "bddgrp.prb.pts.nam"                      :null,
    "bddgrp.ben.pts.nam"                      :null,
    "liaall.limmod.limpts.wrk.pts.extkey"                      :null,
    "bddgrp.prb.pts.dizhii"                      :null,
    "bddgrp.prb.pts.bankno"                      :null,
    "bdtp.othp.ptsget.sdamod.dadsnd"                      :null,
    "bddgrp.blk.disdoc"                      :null,
    "mtabut.coninf.conexedat"                      :null,
    "bddgrp.rec.bilpro"                      :null,
    "bdtp.recget.sdamod.dadsnd"                      :null,
    "liaall.limmod.limpts.nonrevflg1"                      :null,
    "liaall.limmod.wrkp.ptsget.sdamod.dadsnd"                      :null,
    "bdtp.oth.pts.adrblk"                      :null,
    "setmod.docamt"                      :null,
    "bdtp.didget.sdamod.dadsnd"                      :null,
    "bddgrp.prb.pts.jigomc"                      :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