Default.js 972 Bytes
Newer Older
wangna committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

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

export default {
    "recgrp.bas.tmpref"                      :Utils.defaultFunction,
    "recgrp.bas.buscode"                      :Utils.defaultFunction,
    "bopbut.basflg"                      :Utils.defaultFunction,
    "recgrp.bas.custype"                      :Utils.defaultFunction,
    "ctlmod.wrkdbl.trdtyp"                      :Utils.defaultFunction,
    "bopbut.vrfflg"                      :Utils.defaultFunction,
    "bopbut.dclflg"                      :Utils.defaultFunction,
    "recp.baspp.acp"                      :Utils.defaultFunction,
    "recgrp.bas.custcod"                      :Utils.defaultFunction,
    "recgrp.bas.rptno"                      :Utils.defaultFunction,
    "bopbut.ackflg"                      :Utils.defaultFunction,
    "recgrp.bas.ownextkey"                      :Utils.defaultFunction,
}
//你可以添加自动default处理