Default.js 972 Bytes
Newer Older
1 2 3 4 5 6 7 8

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

export default {
wangna committed
9 10
    "recgrp.bas.tmpref"                      :Utils.defaultFunction,
    "recgrp.bas.buscode"                      :Utils.defaultFunction,
11
    "bopbut.basflg"                      :Utils.defaultFunction,
wangna committed
12 13
    "recgrp.bas.custype"                      :Utils.defaultFunction,
    "ctlmod.wrkdbl.trdtyp"                      :Utils.defaultFunction,
14 15 16
    "bopbut.vrfflg"                      :Utils.defaultFunction,
    "bopbut.dclflg"                      :Utils.defaultFunction,
    "recp.baspp.acp"                      :Utils.defaultFunction,
wangna committed
17 18
    "recgrp.bas.custcod"                      :Utils.defaultFunction,
    "recgrp.bas.rptno"                      :Utils.defaultFunction,
19
    "bopbut.ackflg"                      :Utils.defaultFunction,
wangna committed
20
    "recgrp.bas.ownextkey"                      :Utils.defaultFunction,
21 22
}
//你可以添加自动default处理