import Utils from "~/utils"
/**
* Ecadel Check规则
*/
let checkObj = {
"recgrp.bas.valuedate" :null,
"recgrp.bas.currence" :null,
"cfabut.newvrf" :null,
"recgrp.bas.creditorcode" :null,
"recgrp.bas.dofoexlocode" :null,
"cfabut.ownextkey" :null,
"cfabut.newdcl" :null,
"eblmod.ebl.reldat" :null,
"recgrp.bas.lenproname" :null,
"recgrp.bas.actiontype" :null,
"recgrp.bas.anninrate" :null,
"recgrp.bas.debtorcode" :null,
"recgrp.bas.debtorname" :null,
"recgrp.bas.lenagree" :null,
"recgrp.bas.maturity" :null,
"recgrp.bas.dofoexlotype" :null,
"recgrp.bas.actiondesc" :null,
"recgrp.bas.contractamount" :null,
}
for (const key in checkObj) {
if (Object.hasOwnProperty.call(checkObj, key)) {
checkObj[key] = checkObj[key] ? checkObj[key] : Utils.reflectCheck(key)
}
}
export default checkObj