Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
b5bc1327
Commit
b5bc1327
authored
Dec 29, 2021
by
wangguangchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BusRouter恢复提交
parent
5fcb1f58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
9 deletions
+38
-9
BusRouter.js
src/views/Business/BusRouter.js
+38
-9
No files found.
src/views/Business/BusRouter.js
View file @
b5bc1327
...
@@ -43,11 +43,6 @@ import Bctame from "./Bctame"
...
@@ -43,11 +43,6 @@ import Bctame from "./Bctame"
import
Infcur
from
"./Infcur"
import
Infcur
from
"./Infcur"
import
Infbed
from
"./Infbed"
import
Infbed
from
"./Infbed"
import
Letcan
from
"./Letcan"
import
Letcan
from
"./Letcan"
import
Lttdav
from
"./Lttdav"
import
Bttdck
from
"./Bttdck"
import
Ccttra
from
"./Ccttra"
import
Cctdcr
from
"./Cctdcr"
//光大添加
//光大添加
import
Brtlat
from
"./Brtlat"
import
Brtlat
from
"./Brtlat"
import
Litopn
from
"./Litopn"
import
Litopn
from
"./Litopn"
...
@@ -86,6 +81,11 @@ import Bdtcan from "./Bdtcan"
...
@@ -86,6 +81,11 @@ import Bdtcan from "./Bdtcan"
import
Ditdla
from
"./Ditdla"
import
Ditdla
from
"./Ditdla"
import
Bdtset
from
"./Bdtset"
import
Bdtset
from
"./Bdtset"
import
Lttdav
from
"./Lttdav"
import
Bttdck
from
"./Bttdck"
import
Ccttra
from
"./Ccttra"
import
Cctdcr
from
"./Cctdcr"
/**
/**
* 带有name的才会被添加进顶部的标签页里
* 带有name的才会被添加进顶部的标签页里
...
@@ -104,9 +104,9 @@ const BusRouter = [
...
@@ -104,9 +104,9 @@ const BusRouter = [
{
path
:
'ditsel'
,
component
:
Ditsel
,
name
:
'Ditsel'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'ditsel'
,
component
:
Ditsel
,
name
:
'Ditsel'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'ditopn'
,
component
:
Ditopn
,
name
:
'Ditopn'
,
meta
:
{
title
:
(
tag
)
=>
{
return
tag
.
path
.
startsWith
(
"/review"
)
?
"复核:"
:
'买方信用证开立'
}
}
},
{
path
:
'ditopn'
,
component
:
Ditopn
,
name
:
'Ditopn'
,
meta
:
{
title
:
(
tag
)
=>
{
return
tag
.
path
.
startsWith
(
"/review"
)
?
"复核:"
:
'买方信用证开立'
}
}
},
{
path
:
'infdid'
,
component
:
Infdid
,
name
:
'Infdid'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'infdid'
,
component
:
Infdid
,
name
:
'Infdid'
,
meta
:
{
title
:
'信用证查询'
}
},
{
path
:
'dit
opn'
,
component
:
Ditopn
,
name
:
'Ditopn'
,
meta
:
{
title
:
'买方信用证开立
'
}
},
{
path
:
'dit
dck'
,
component
:
Ditdck
,
name
:
'Ditdck'
,
meta
:
{
title
:
'信用证到单
'
}
},
// 例
// 例
{
path
:
'ditopn/:inr'
,
component
:
Ditopn
,
name
:
'DitopnInr'
,
meta
:
{
title
:
(
params
)
=>
{
return
'买方信用证开立-'
+
params
.
inr
}
}
},
{
path
:
'ditopn/:inr'
,
component
:
Ditopn
,
name
:
'DitopnInr'
,
meta
:
{
title
:
(
tag
)
=>
{
return
'买方信用证开立-'
+
tag
.
params
.
inr
}
}
},
{
path
:
'office'
,
component
:
Office
,
name
:
'Office'
,
meta
:
{
title
:
'Office'
}
},
{
path
:
'office'
,
component
:
Office
,
name
:
'Office'
,
meta
:
{
title
:
'Office'
}
},
{
path
:
'sptsel'
,
component
:
Sptsel
,
name
:
'Sptsel'
,
meta
:
{
title
:
'待办任务'
}
},
{
path
:
'sptsel'
,
component
:
Sptsel
,
name
:
'Sptsel'
,
meta
:
{
title
:
'待办任务'
}
},
{
path
:
'sptbrk'
,
component
:
Sptbrk
,
name
:
'Sptbrk'
,
meta
:
{
title
:
'草稿箱'
}
},
{
path
:
'sptbrk'
,
component
:
Sptbrk
,
name
:
'Sptbrk'
,
meta
:
{
title
:
'草稿箱'
}
},
...
@@ -129,8 +129,13 @@ const BusRouter = [
...
@@ -129,8 +129,13 @@ const BusRouter = [
{
path
:
'switsk'
,
component
:
Switsk
,
name
:
'Switsk'
,
meta
:
{
title
:
'Switsk'
}
},
{
path
:
'switsk'
,
component
:
Switsk
,
name
:
'Switsk'
,
meta
:
{
title
:
'Switsk'
}
},
{
path
:
'infusr'
,
component
:
Infusr
,
name
:
'Infusr'
,
meta
:
{
title
:
'用户信息'
}
},
{
path
:
'infusr'
,
component
:
Infusr
,
name
:
'Infusr'
,
meta
:
{
title
:
'用户信息'
}
},
{
path
:
'infcpd'
,
component
:
Infcpd
,
name
:
'Infcpd'
,
meta
:
{
title
:
'汇款查询'
}
},
{
path
:
'infcpd'
,
component
:
Infcpd
,
name
:
'Infcpd'
,
meta
:
{
title
:
'汇款查询'
}
},
{
path
:
'bctdav'
,
component
:
Bctdav
,
name
:
'Bctdav'
,
meta
:
{
title
:
'进口代收'
}
},
{
path
:
'bctdav'
,
component
:
Bctdav
,
name
:
'Bctdav'
,
meta
:
{
title
:
'进口代收到单通知'
}
},
{
path
:
'bctacc'
,
component
:
Bctacc
,
name
:
'Bctacc'
,
meta
:
{
title
:
'Bctacc'
}
},
{
path
:
'bctacc'
,
component
:
Bctacc
,
name
:
'Bctacc'
,
meta
:
{
title
:
'进口代收承兑'
}
},
{
path
:
'bctrad'
,
component
:
Bctrad
,
name
:
'Bctrad'
,
meta
:
{
title
:
'进口代收二次收单'
}
},
{
path
:
'bctdor'
,
component
:
Bctdor
,
name
:
'Bctdor'
,
meta
:
{
title
:
'进口代收拒付'
}
},
{
path
:
'bctset'
,
component
:
Bctset
,
name
:
'Bctset'
,
meta
:
{
title
:
'进口代收付款'
}
},
{
path
:
'bctcan'
,
component
:
Bctcan
,
name
:
'Bctcan'
,
meta
:
{
title
:
'进口代收闭卷'
}
},
{
path
:
'bctame'
,
component
:
Bctame
,
name
:
'Bctame'
,
meta
:
{
title
:
'进口代收修改'
}
},
{
path
:
'infcur'
,
component
:
Infcur
,
name
:
'Infcur'
,
meta
:
{
title
:
'Infcur'
}
},
{
path
:
'infcur'
,
component
:
Infcur
,
name
:
'Infcur'
,
meta
:
{
title
:
'Infcur'
}
},
{
path
:
'infbed'
,
component
:
Infbed
,
name
:
'Infbed'
,
meta
:
{
title
:
'出口信用证单据查询'
}
},
{
path
:
'infbed'
,
component
:
Infbed
,
name
:
'Infbed'
,
meta
:
{
title
:
'出口信用证单据查询'
}
},
{
path
:
'letcan'
,
component
:
Letcan
,
name
:
'Letcan'
,
meta
:
{
title
:
'出口信用证注销'
}
},
{
path
:
'letcan'
,
component
:
Letcan
,
name
:
'Letcan'
,
meta
:
{
title
:
'出口信用证注销'
}
},
...
@@ -149,9 +154,32 @@ const BusRouter = [
...
@@ -149,9 +154,32 @@ const BusRouter = [
{
path
:
'lttopn'
,
component
:
Lttopn
,
name
:
'Lttopn'
,
meta
:
{
title
:
'转让证开立'
}
},
{
path
:
'lttopn'
,
component
:
Lttopn
,
name
:
'Lttopn'
,
meta
:
{
title
:
'转让证开立'
}
},
{
path
:
'lttame'
,
component
:
Lttame
,
name
:
'Lttame'
,
meta
:
{
title
:
'转让证修改'
}
},
{
path
:
'lttame'
,
component
:
Lttame
,
name
:
'Lttame'
,
meta
:
{
title
:
'转让证修改'
}
},
{
path
:
'lttcan'
,
component
:
Lttcan
,
name
:
'Lttcan'
,
meta
:
{
title
:
'转让证注销'
}
},
{
path
:
'lttcan'
,
component
:
Lttcan
,
name
:
'Lttcan'
,
meta
:
{
title
:
'转让证注销'
}
},
{
path
:
'bttsnd'
,
component
:
Bttsnd
,
name
:
'Bttsnd'
,
meta
:
{
title
:
'转让证单据寄单'
}
},
{
path
:
'bttdrv'
,
component
:
Bttdrv
,
name
:
'Bttdrv'
,
meta
:
{
title
:
'转让修改单据金额'
}
},
{
path
:
'bttdcr'
,
component
:
Bttdcr
,
name
:
'Bttdcr'
,
meta
:
{
title
:
'转让证单据拒单'
}
},
{
path
:
'bttcan'
,
component
:
Bttcan
,
name
:
'Bttcan'
,
meta
:
{
title
:
'转让信用证单据注销'
}},
{
path
:
'bttacc'
,
component
:
Bttacc
,
name
:
'Bttacc'
,
meta
:
{
title
:
'转让信用证单据承兑'
}},
{
path
:
'botdav'
,
component
:
Botdav
,
name
:
'Botdav'
,
meta
:
{
title
:
'出口托收寄单'
}
},
{
path
:
'botdav'
,
component
:
Botdav
,
name
:
'Botdav'
,
meta
:
{
title
:
'出口托收寄单'
}
},
{
path
:
'botame'
,
component
:
Botame
,
name
:
'Botame'
,
meta
:
{
title
:
'出口托收修改'
}
},
{
path
:
'botame'
,
component
:
Botame
,
name
:
'Botame'
,
meta
:
{
title
:
'出口托收修改'
}
},
{
path
:
'botdcr'
,
component
:
Botdcr
,
name
:
'Botdcr'
,
meta
:
{
title
:
'出口托收拒付/不符点'
}
},
{
path
:
'botdcr'
,
component
:
Botdcr
,
name
:
'Botdcr'
,
meta
:
{
title
:
'出口托收拒付/不符点'
}
},
{
path
:
'botset'
,
component
:
Botset
,
name
:
'Botset'
,
meta
:
{
title
:
'出口托收收汇'
}
},
{
path
:
'botset'
,
component
:
Botset
,
name
:
'Botset'
,
meta
:
{
title
:
'出口托收收汇'
}
},
{
path
:
'botcan'
,
component
:
Botcan
,
name
:
'Botcan'
,
meta
:
{
title
:
'出口托收闭卷'
}
},
{
path
:
'inffec'
,
component
:
Botset
,
name
:
'Inffec'
,
meta
:
{
title
:
'费用条件查询'
}
},
{
path
:
'inffee'
,
component
:
Inffee
,
name
:
'Inffee'
,
meta
:
{
title
:
'费用管理'
}
},
{
path
:
'infptm'
,
component
:
Botset
,
name
:
'Infptm'
,
meta
:
{
title
:
'客户BIC查询'
}
},
{
path
:
'infbcd'
,
component
:
Infbcd
,
name
:
'Infbcd'
,
meta
:
{
title
:
'进口代收查询'
}
},
{
path
:
'cltdav'
,
component
:
Cltdav
,
name
:
'Cltdav'
,
meta
:
{
title
:
'打包托收开立'
}
},
{
path
:
'cltset'
,
component
:
Cltset
,
name
:
'Cltset'
,
meta
:
{
title
:
'打包托收解包'
}
},
{
path
:
'clttra'
,
component
:
Clttra
,
name
:
'Clttra'
,
meta
:
{
title
:
'打包托收催收'
}
},
{
path
:
'bdtcan'
,
component
:
Bdtcan
,
name
:
'Bdtcan'
,
meta
:
{
title
:
'买方信用证单据注销'
}
},
{
path
:
'ditdla'
,
component
:
Ditdla
,
name
:
'Ditdla'
,
meta
:
{
title
:
'买方信用证减额接受'
}
},
{
path
:
'bdtset'
,
component
:
Bdtset
,
name
:
'Bdtset'
,
meta
:
{
title
:
'Bdtset'
}
},
{
path
:
'lttdav'
,
component
:
Lttdav
,
name
:
'Lttdav'
,
meta
:
{
title
:
'转让信用证通知到单'
}
},
{
path
:
'bttdck'
,
component
:
Bttdck
,
name
:
'Bttdck'
,
meta
:
{
title
:
'转让信用证单据第一受益人换单'
}
},
{
path
:
'ccttra'
,
component
:
Ccttra
,
name
:
'Ccttra'
,
meta
:
{
title
:
'光票托收催收'
}
},
{
path
:
'cctdcr'
,
component
:
Cctdcr
,
name
:
'Cctdcr'
,
meta
:
{
title
:
'光票托收退票'
}
},
]
]
export
default
BusRouter
export
default
BusRouter
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment