import Utils from "~/utils"

/**
* Letamc Check规则
*/
let checkObj = {
    "liaall.misamt"                      :null,
    "liaall.limmod.limpts.oth.pts.extkey"                      :null,
    "ledgrp.rec.opndat"                      :null,
    "liaall.limmod.ownref"                      :null,
    "ledgrp.iss.pts.nam"                      :null,
    "liaall.limmod.ecifno"                      :null,
    "ledgrp.rec.partcon"                      :null,
    "ledgrp.iss.pts.adrblk"                      :null,
    "ledgrp.ben.adrelc"                      :null,
    "reqdat"                      :null,
    "ledgrp.ben.pts.extkey"                      :null,
    "ledgrp.cbs.cnf.amt"                      :null,
    "ledgrp.apl.pts.nam"                      :null,
    "liaall.limmod.limpts.oth.pts.nam"                      :null,
    "setmod.dspflg"                      :null,
    "letp.usr.extkey"                      :null,
    "ledgrp.ben.pts.nam"                      :null,
    "liaall.limmod.limpts.wrk.pts.nam"                      :null,
    "ledgrp.iss.adrelc"                      :null,
    "ledgrp.apl.namelc"                      :null,
    "liaall.limmod.limpts.wrk.pts.extkey"                      :null,
    "ledgrp.cbs.max2.amt"                      :null,
    "ledgrp.rec.lcrtyp"                      :null,
    "mtabut.coninf.conexedat"                      :null,
    "ledgrp.rec.apprul"                      :null,
    "ledgrp.apl.adrelc"                      :null,
    "ledgrp.iss.pts.extkey"                      :null,
    "liaall.limmod.limpts.nonrevflg1"                      :null,
    "ledgrp.iss.namelc"                      :null,
    "ledgrp.rec.expplc"                      :null,
    "ledgrp.iss.pts.ref"                      :null,
    "ledgrp.ben.namelc"                      :null,
    "ledgrp.apl.pts.adrblk"                      :null,
    "ledgrp.ben.pts.adrblk"                      :null,
    "ledgrp.blk.addamtcov"                      :null,
    "setmod.docamt"                      :null,
    "ledgrp.apl.pts.extkey"                      :null,
    "ledgrp.rec.cnfdet"                      :null,
    "ledgrp.rec.apprultxt"                      :null,
}

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