Default.js 2.15 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39

/**
* Botrad Default规则
*/
import Api from "~/service/Api";
import Utils from "~/utils/index"

export default {
    "bodgrp.dre.pts.adrblk"                      :Utils.defaultFunction,
    "bodgrp.cbs.max.cur"                      :Utils.defaultFunction,
    "bodgrp.rec.doctypcod"                      :Utils.defaultFunction,
    "bodgrp.drr.pts.extkey"                      :Utils.defaultFunction,
    "bodgrp.drr.adrelc"                      :Utils.defaultFunction,
    "bodgrp.drr.namelc"                      :Utils.defaultFunction,
    "bodgrp.drr.dbfadrblkcn"                      :Utils.defaultFunction,
    "bodgrp.drr.pts.adrblk"                      :Utils.defaultFunction,
    "bodgrp.cbs.max.amt"                      :Utils.defaultFunction,
    "bodgrp.rec.stacty"                      :Utils.defaultFunction,
    "bodgrp.drr.pts.nam"                      :Utils.defaultFunction,
    "bodgrp.col.pts.extkey"                      :Utils.defaultFunction,
    "bodgrp.col.adrelc"                      :Utils.defaultFunction,
    "bodgrp.col.namelc"                      :Utils.defaultFunction,
    "bodgrp.col.dbfadrblkcn"                      :Utils.defaultFunction,
    "bodgrp.dre.pts.extkey"                      :Utils.defaultFunction,
    "bodgrp.dre.adrelc"                      :Utils.defaultFunction,
    "bodgrp.dre.namelc"                      :Utils.defaultFunction,
    "bodgrp.dre.dbfadrblkcn"                      :Utils.defaultFunction,
    "bodgrp.rec.ownref"                      :Utils.defaultFunction,
    "bodgrp.dre.pts.nam"                      :Utils.defaultFunction,
    "bodgrp.rec.resflg"                      :Utils.defaultFunction,
    "bodgrp.rec.focflg"                      :Utils.defaultFunction,
    "bodgrp.rec.predat"                      :Utils.defaultFunction,
    "bodgrp.col.pts.nam"                      :Utils.defaultFunction,
    "botp.usr.extkey"                      :Utils.defaultFunction,
    "bodgrp.col.pts.adrblk"                      :Utils.defaultFunction,
    "bodgrp.rec.shpdat"                      :Utils.defaultFunction,
    "bodgrp.rec.tradat"                      :Utils.defaultFunction,
}
//你可以添加自动default处理