Commit 917258a3 by wjj

新增BCTACC

parent bce4577e
......@@ -20,6 +20,7 @@ import Mgrtsk from "./Mgrtsk"
import Switsk from "./Switsk"
import Infusr from "./Infusr"
import Infcpd from "./Infcpd"
import Bctacc from "./Bctacc"
const BusRouter = [
......@@ -45,6 +46,7 @@ const BusRouter = [
{ path: 'switsk', component: Switsk },
{ path: 'infusr', component: Infusr },
{ path: 'infcpd', component: Infcpd },
{ path: 'bctacc', component: Bctacc },
]
export default BusRouter
\ No newline at end of file
......@@ -45,8 +45,10 @@
{ inifrm: "bdtudp", ininam: "国内证承兑", pntmiu: "2" },
{ inifrm: "3", ininam: "出口信用证", pntmiu: "" },
{ inifrm: "letopn", ininam: "出口信用证通知", pntmiu: "3" },
{ inifrm: "4", ininam: "静态参数管理", pntmiu: "" },
{ inifrm: "infusr", ininam: "用户信息", pntmiu: "4" },
{ inifrm: "4", ininam: "进口代收", pntmiu: "" },
{ inifrm: "bctacc", ininam: "进口代收承兑", pntmiu: "4" },
{ inifrm: "5", ininam: "静态参数管理", pntmiu: "" },
{ inifrm: "infusr", ininam: "用户信息", pntmiu: "5" },
],
menusOrigin: [],
menus: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment