Default.js 1.77 KB
Newer Older
Wuyuqiu committed
1 2 3 4 5 6 7 8 9 10 11 12 13

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

export default {
    "recgrp.bas.methods"                      :Utils.defaultFunction,
    "bopbut.dclflg"                      :Utils.defaultFunction,
    "bopbut.basflg"                      :Utils.defaultFunction,
    "bopbut.vrfflg"                      :Utils.defaultFunction,
    "recgrp.bas.tmpref"                      :Utils.defaultFunction,
Wuyuqiu committed
14 15 16 17
    "recp.vrfpp.acp"                      :Utils.defaultFunction,
    "recgrp.dcl.rptdate"                      :Utils.defaultFunction,
    "recp.dclpp.acp"                      :Utils.defaultFunction,
    "recgrp.vrf.rptdate"                      :Utils.defaultFunction,
Wuyuqiu committed
18
    "recgrp.bas.buscode"                      :Utils.defaultFunction,
Wuyuqiu committed
19 20
    "recgrp.vrf.inptelc"                      :Utils.defaultFunction,
    "recgrp.dcl.inptelc"                      :Utils.defaultFunction,
Wuyuqiu committed
21 22 23
    "recgrp.bas.custype"                      :Utils.defaultFunction,
    "ctlmod.wrkdbl.trdtyp"                      :Utils.defaultFunction,
    "recp.baspp.acp"                      :Utils.defaultFunction,
Wuyuqiu committed
24 25 26 27
    "recgrp.vrf.actiontype"                      :Utils.defaultFunction,
    "recgrp.dcl.crtuser"                      :Utils.defaultFunction,
    "recgrp.vrf.crtuser"                      :Utils.defaultFunction,
    "recgrp.dcl.actiontype"                      :Utils.defaultFunction,
Wuyuqiu committed
28
    "recgrp.bas.rptno"                      :Utils.defaultFunction,
Wuyuqiu committed
29
    "recgrp.dcl.country"                      :Utils.defaultFunction,
Wuyuqiu committed
30 31 32 33 34
    "recgrp.bas.custcod"                      :Utils.defaultFunction,
    "recgrp.bas.ownextkey"                      :Utils.defaultFunction,
    "bopbut.ackflg"                      :Utils.defaultFunction,
}
//你可以添加自动default处理