Check.js 2.35 KB
import Utils from "~/utils"

/**
* Bttsnd Check规则
*/
let checkObj = {
    "liaall.misamt"                      :null,
    "btdgrp.blk.comcon"                      :null,
    "rmbclm.acwacw.pts.extkey"                      :null,
    "cnybop.outflg"                      :null,
    "btdgrp.prb.pts.nam"                      :null,
    "btdgrp.prb.adrelc"                      :null,
    "btdgrp.oth.pts.adrblk"                      :null,
    "setmod.dspflg"                      :null,
    "btdgrp.prb.pts.extkey"                      :null,
    "btdgrp.blk.intdis"                      :null,
    "cnybop.cnyflg"                      :null,
    "rmbclm.bebbeb.adrelc"                      :null,
    "btdgrp.oth.adrelc"                      :null,
    "rmbclm.acwacw.namelc"                      :null,
    "btdgrp.rec.disdat"                      :null,
    "rmbclm.rmbrmb.pts.adrblk"                      :null,
    "btdgrp.oth.pts.extkey"                      :null,
    "btdgrp.be2.pts.nam"                      :null,
    "rmbclm.rmbrmb.namelc"                      :null,
    "rmbclm.bebbeb.pts.extkey"                      :null,
    "btdgrp.blk.benref"                      :null,
    "btdgrp.prb.pts.adrblk"                      :null,
    "rmbclm.rmbrmb.pts.extkey"                      :null,
    "btdgrp.prb.namelc"                      :null,
    "btdgrp.blk.setinsbt"                      :null,
    "btdgrp.blk.docdis"                      :null,
    "bttp.furide"                      :null,
    "cnybop.traflg"                      :null,
    "rmbclm.acwacw.pts.adrblk"                      :null,
    "btdgrp.be1.pts.nam"                      :null,
    "mtabut.coninf.conexedat"                      :null,
    "rmbclm.bebbeb.namelc"                      :null,
    "cnybop.libflg"                      :null,
    "setmod.docamt"                      :null,
    "rmbclm.rmbrmb.adrelc"                      :null,
    "rmbclm.bebbeb.pts.adrblk"                      :null,
    "rmbclm.acwacw.adrelc"                      :null,
    "btdgrp.oth.namelc"                      :null,
    "cnybop.vouflg"                      :null,
}

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