Default.js 2.75 KB
Newer Older
wuziqiang committed
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 40 41 42 43 44 45 46 47 48

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

export default {
    "dedgrp.ben.adrelc"                      :Utils.defaultFunction,
    "dedgrp.ben.namelc"                      :Utils.defaultFunction,
    "dedgrp.adv.pts.extkey"                      :Utils.defaultFunction,
    "dedgrp.rec.mytype"                      :Utils.defaultFunction,
    "dedgrp.cbs.max.amt"                      :Utils.defaultFunction,
    "dedgrp.blk.adlcnd"                      :Utils.defaultFunction,
    "dedgrp.rec.ownref"                      :Utils.defaultFunction,
    "dedgrp.rec.avbwth"                      :Utils.defaultFunction,
    "dedgrp.iss.pts.extkey"                      :Utils.defaultFunction,
    "dedgrp.cbs.nom1.amt"                      :Utils.defaultFunction,
    "dedgrp.cbs.nom1.cur"                      :Utils.defaultFunction,
    "dedgrp.apl.pts.extkey"                      :Utils.defaultFunction,
    "dedgrp.apl.adrelc"                      :Utils.defaultFunction,
    "dedgrp.apl.namelc"                      :Utils.defaultFunction,
    "dedgrp.apl.dbfadrblkcn"                      :Utils.defaultFunction,
    "dedgrp.rec.shpdat"                      :Utils.defaultFunction,
    "dedgrp.rec.avbby"                      :Utils.defaultFunction,
    "detp.usr.extkey"                      :Utils.defaultFunction,
    "dedgrp.cbs.max.cur"                      :Utils.defaultFunction,
    "dedgrp.rec.opndat"                      :Utils.defaultFunction,
    "dedgrp.ben.pts.extkey"                      :Utils.defaultFunction,
    "dedgrp.ben.dbfadrblkcn"                      :Utils.defaultFunction,
    "dedgrp.blk.preper"                      :Utils.defaultFunction,
    "dedgrp.cbs.max2.amt"                      :Utils.defaultFunction,
    "dedgrp.cbs.max2.cur"                      :Utils.defaultFunction,
    "dedgrp.blk.addamtcov"                      :Utils.defaultFunction,
    "dedgrp.ben.pts.adrblk"                      :Utils.defaultFunction,
    "dedgrp.apl.pts.adrblk"                      :Utils.defaultFunction,
    "dedgrp.blk.insbnk"                      :Utils.defaultFunction,
    "dedgrp.rec.bdflg"                      :Utils.defaultFunction,
    "dedgrp.rec.rejflg"                      :Utils.defaultFunction,
    "detp.dzlhhh"                      :Utils.defaultFunction,
    "dedgrp.rec.nomtop"                      :Utils.defaultFunction,
    "dedgrp.rec.shppar"                      :Utils.defaultFunction,
    "dedgrp.rec.fqzytgfw"                      :Utils.defaultFunction,
    "dedgrp.rec.elcflg"                      :Utils.defaultFunction,
    "dedgrp.rec.expdat"                      :Utils.defaultFunction,
    "dedgrp.rec.tratyp"                      :Utils.defaultFunction,
}
//你可以添加自动default处理