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

/**
* Bttdck Check规则
*/
let checkObj = {
    "liaall.misamt"                      :null,
    "btdgrp.blk.comcon"                      :null,
    "btdgrp.rmt.pts.extkey"                      :null,
    "bttp.prpp.ptsget.sdamod.dadsnd"                      :null,
    "btdgrp.rmt.namelc"                      :null,
    "bttp.acbp.ptsget.sdamod.dadsnd"                      :null,
    "btdgrp.prp.pts.extkey"                      :null,
    "btdgrp.prp.namelc"                      :null,
    "btdgrp.acb.pts.extkey"                      :null,
    "btdgrp.blk.setinsbt"                      :null,
    "btdgrp.blk.docdis"                      :null,
    "btdgrp.rmt.pts.adrblk"                      :null,
    "btdgrp.prb.pts.nam"                      :null,
    "btdgrp.rmt.adrelc"                      :null,
    "bttp.rmtp.ptsget.sdamod.dadsnd"                      :null,
    "setmod.dspflg"                      :null,
    "btdgrp.rec.rcvdatbe1"                      :null,
    "btdgrp.be1.pts.nam"                      :null,
    "btdgrp.prp.adrelc"                      :null,
    "btdgrp.blk.intdis"                      :null,
    "btdgrp.acb.pts.adrblk"                      :null,
    "btdgrp.rec.orddatbe1"                      :null,
    "btdgrp.acb.adrelc"                      :null,
    "bttp.ltdget.sdamod.dadsnd"                      :null,
    "mtabut.coninf.conexedat"                      :null,
    "btdgrp.prp.pts.adrblk"                      :null,
    "btdgrp.acb.namelc"                      :null,
    "bttp.recget.sdamod.dadsnd"                      :null,
    "btdgrp.cbs.opnbe1amt.amt"                      :null,
    "setmod.docamt"                      :null,
    "bttp.ledget.sdamod.dadsnd"                      :null,
    "btdgrp.cbs.max.amt"                      :null,
    "btdgrp.be2.pts.nam"                      :null,
}

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