BusRouter.js 12.8 KB
Newer Older
1
import Cptadv from "./Cptadv"
fukai committed
2
import Cptopn from "./Cptopn"
wangguangchao committed
3
import Diasel from "./Diasel"
4
import Bopsel from "./Bopsel"
fukai committed
5
import Ditame from "./Ditame"
chenwen committed
6
import Ditcan from "./Ditcan"
7
import Ditsel from "./Ditsel"
wangguangchao committed
8
import Infdid from "./Infdid"
fukai committed
9 10 11
import Ditopn from "./Ditopn"
import Office from "./Office"
import Sptsel from "./Sptsel"
wangguangchao committed
12
import Sptbrk from "./Sptsel/Sptbrk"
fukai committed
13
import Trnrel from "./Trnrel"
wangguangchao committed
14
import Trnfnd from "./Trnrel/Trnfnd"
fukai committed
15
import Tstopn from "./Tstopn"
zhengxiaokui committed
16
import Bdtudp from "./Bdtudp"
jianglong committed
17
import Bdtdcr from "./Bdtdcr"
18 19
import Bdtdck from "./Bdtdck"
import Bdteus from "./Bdteus"
liuyunfeng committed
20
import Trndtl from "./Trnrel/Trndtl"
潘际乾 committed
21
import Infpta from "./Infpta"
zhoukai committed
22
import Ditdck from "./Ditdck"
zhengxiaokui committed
23 24

import Letsel from "./Letsel"
zhengxiaokui committed
25
import Letopn from "./Letopn"
zhengxiaokui committed
26 27
import Letame from "./Letame"
import Letrsv from './Letrsv'
28
import Infled from './Infled'
zhengxiaokui committed
29

潘际乾 committed
30 31
import Sptrel from "./Sptrel"
import Sptrou from "./Sptrou"
fukai committed
32
import Bddsel from "./Bddsel"
liushikai committed
33
import Infbdd from "./Infbdd"
34 35 36 37
import Mgrtsk from "./Mgrtsk"
import Switsk from "./Switsk"
import Infusr from "./Infusr"
import Infcpd from "./Infcpd"
wjj committed
38
import Bctacc from "./Bctacc"
wjj committed
39
import Bctrad from "./Bctrad"
唐贵贤 committed
40 41 42
import Bctdor from "./Bctdor"
import Bctset from "./Bctset"
import Bctame from "./Bctame"
niewei committed
43
import Infcur from "./Infcur"
cyy committed
44
import Infbed from "./Infbed"
cyy committed
45
import Letcan from "./Letcan"
46 47 48 49 50 51 52 53
//光大添加
import Brtlat from "./Brtlat"
import Litopn from "./Litopn"
import Litcan from "./Litcan"
import Litdav from "./Litdav"
import Litdck from "./Litdck"
import Inflid from "./Inflid"
import Inftrd from "./Inftrd"
zhengxiaokui committed
54
import Trtame from "./Trtame"
孟冬雪 committed
55
import Lttcan from "./Lttcan"
liushikai committed
56
// import Infdet from "./Infdet"
jxl committed
57 58 59 60
import Botdav from "./Botdav"
import Botame from "./Botame"
import Botdcr from "./Botdcr"
import Botset from "./Botset"
xsh committed
61
import Botcan from "./Botcan"
62 63
import Infbpd from "./Infbpd"
import Inftxm from "./Inftxm"
liushikai committed
64
import Bctdav from "./Bctdav"
ccx committed
65
import Bctcan from "./Bctcan"
66 67
import Inffee from "./Inffee"
import Infbcd from "./Infbcd"
唐贵贤 committed
68
import Bdtcan from "./Bdtcan"
fukai committed
69

唐贵贤 committed
70 71 72 73 74 75 76
import Bttcan from "./Bttcan"
import Bttacc from "./Bttacc"
import Cltdav from "./Cltdav"
import Cltset from "./Cltset"
import Clttra from "./Clttra"
import Ditdla from "./Ditdla"
import Bdtset from "./Bdtset"
wangguangchao committed
77
import Lttdav from "./Lttdav"
唐贵贤 committed
78
import Lttdck from "./Lttdck"
wangguangchao committed
79 80 81
import Bttdck from "./Bttdck"
import Ccttra from "./Ccttra"
import Cctdcr from "./Cctdcr"
唐贵贤 committed
82 83 84 85 86 87 88 89 90 91 92 93 94 95
import Cctset from "./Cctset"
import Infccd from "./Infccd"
import Infcld from "./Infcld"
import Cctdav from "./Cctdav"
import Cctsel from "./Cctsel"
import Lttopn from "./Lttopn"
import Lttame from "./Lttame"
import Infbtd from "./Infbtd"
import Infltd from "./Infltd"
import Bttsnd from "./Bttsnd"
import Bttdrv from "./Bttdrv"
import Bttdcr from "./Bttdcr"
import Bttset from "./Bttset"
import Bttrcl from "./Bttrcl"
96 97
import Betacc from "./Betacc"
import Betrcl from "./Betrcl"
liuxin committed
98
import InftrnpsDetail from "./Trnrel/InftrnpsDetail"
liuxin committed
99
import TrnfndsDetail from "./Trnrel/Trnfnd/TrnfndsDetail"
liushikai committed
100
import Sptpopup from "./Sptsel/Sptpopup"
niewei committed
101 102
import Infdet from "./Infdet"
import Infbfd from "./Infbfd"
103 104 105
/**
 * 带有name的才会被添加进顶部的标签页里
 */
106
const BusRouter = [
liushikai committed
107
  { path: 'sptpopup', component: Sptpopup, name: 'Sptpopup', meta: { title: '待经办详情' } },
108 109
  { path: 'trnfndsDetail', component: TrnfndsDetail, name: 'TrnfndsDetail', meta: { title: '已完成详情' } },
  { path: 'inftrnpsDetail', component: InftrnpsDetail, name: 'InftrnpsDetail', meta: { title: '待复核详情' } },
唐贵贤 committed
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
  { path: 'cltdav', component: Cltdav, name: 'Cltdav', meta: { title: '打包托收开立' } },
  { path: 'clttra', component: Clttra, name: 'Clttra', meta: { title: '打包托收催收' } },
  { path: 'cltset', component: Cltset, name: 'Cltset', meta: { title: '打包托收解包' } },
  { path: 'infccd', component: Infccd, name: 'Infccd', meta: { title: '光票托收查询1' } },
  { path: 'infcld', component: Infcld, name: 'Infcld', meta: { title: '光票托收查询2' } },
  { path: 'ccttra', component: Ccttra, name: 'Ccttra', meta: { title: '光票托收催收' } },
  { path: 'cctdav', component: Cctdav, name: 'Cctdav', meta: { title: '光票托收开立' } },
  { path: 'cctset', component: Cctset, name: 'Cctset', meta: { title: '光票托收收汇' } },
  { path: 'cctsel', component: Cctsel, name: 'Cctsel', meta: { title: '光票托收入口交易' } },
  { path: 'cctdcr', component: Cctdcr, name: 'Cctdcr', meta: { title: '光票托收退票' } },
  { path: 'lttopn', component: Lttopn, name: 'Lttopn', meta: { title: '转让证开立' } },
  { path: 'lttame', component: Lttame, name: 'Lttame', meta: { title: '转让证修改' } },
  { path: 'lttcan', component: Lttcan, name: 'Lttcan', meta: { title: '转让证注销' } },
  { path: 'infbtd', component: Infbtd, name: 'Infbtd', meta: { title: '转让证单据查询' } },
  { path: 'infltd', component: Infltd, name: 'Infltd', meta: { title: '转让证查询' } },
  { path: 'bttdck', component: Bttdck, name: 'Bttdck', meta: { title: '转让证单据第一受益人换单' } },
  { path: 'bttsnd', component: Bttsnd, name: 'Bttsnd', meta: { title: '转让证单据寄单' } },
  { path: 'bttdcr', component: Bttdcr, name: 'Bttdcr', meta: { title: '转让证单据拒单' } },
  { path: 'bttdrv', component: Bttdrv, name: 'Bttdrv', meta: { title: '转让修改单据金额' } },
  { path: 'bttcan', component: Bttcan, name: 'Bttcan', meta: { title: '转让证单据注销' } },
  { path: 'bttacc', component: Bttacc, name: 'Bttacc', meta: { title: '转让证单据承兑' } },
  { path: 'bttset', component: Bttset, name: 'Bttset', meta: { title: '转让证单据收汇' } },
  { path: 'bttrcl', component: Bttrcl, name: 'Bttrcl', meta: { title: '转让证单据索汇' } },
  { path: 'lttdav', component: Lttdav, name: 'Lttdav', meta: { title: '转让证通知到单' } },
  { path: 'lttdck', component: Lttdck, name: 'Lttdck', meta: { title: '转让第二受益人交单' } },

niewei committed
136
  { path: 'bdtudp', component: Bdtudp, name: 'Bdtudp', meta: { title: '国内证承兑' } },
jianglong committed
137
  { path: 'bdtdcr', component: Bdtdcr, name: 'Bdtdcr', meta: { title: '国内证不符点/拒付' } },
138 139
  { path: 'bdtdck', component: Bdtdck, name: 'Bdtdck', meta: { title: '买方信用证单据二次到单/修改单据' } },
  { path: 'bdteus', component: Bdteus, name: 'Bdteus', meta: { title: '方信用证单据展期' } },
niewei committed
140 141 142
  { path: 'cptadv', component: Cptadv, name: 'Cptadv', meta: { title: '汇入汇款' } },
  { path: 'cptopn', component: Cptopn, name: 'Cptopn', meta: { title: '汇出汇款' } },
  { path: 'diasel', component: Diasel, name: 'Diasel', meta: { title: '备忘录选择交易' } },
143
  { path: 'bopsel', component: Bopsel, name: 'Bopsel', meta: { title: '待申报列表' } },
niewei committed
144
  { path: 'ditame', component: Ditame, name: 'Ditame', meta: { title: '信用证修改' } },
chenwen committed
145
  { path: 'ditcan', component: Ditcan, name: 'Ditcan', meta: { title: '信用证注销' } },
niewei committed
146
  { path: 'ditsel', component: Ditsel, name: 'Ditsel', meta: { title: '信用证查询' } },
hulei committed
147
  { path: 'ditopn', component: Ditopn, name: 'Ditopn', meta: { title: (tag) => { return tag.path.startsWith("/review") ? "复核" : '买方信用证开立' } } },
liushikai committed
148
  { path: 'infdid', component: Infdid, name: 'Infdid', meta: { title: '信用证交易查询' } },
wangguangchao committed
149
  { path: 'ditdck', component: Ditdck, name: 'Ditdck', meta: { title: '信用证到单' } },
niewei committed
150
  // 例
wangguangchao committed
151
  { path: 'ditopn/:inr', component: Ditopn, name: 'DitopnInr', meta: { title: (tag) => { return '买方信用证开立-' + tag.params.inr } } },
niewei committed
152 153
  { path: 'office', component: Office, name: 'Office', meta: { title: 'Office' } },
  { path: 'sptsel', component: Sptsel, name: 'Sptsel', meta: { title: '待办任务' } },
wangguangchao committed
154
  { path: 'sptbrk', component: Sptbrk, name: 'Sptbrk', meta: { title: '草稿箱' } },
niewei committed
155
  { path: 'trnrel', component: Trnrel, name: 'Trnrel', meta: { title: '复核任务' } },
wangguangchao committed
156
  { path: 'trnfnd', component: Trnfnd, name: 'Trnfnd', meta: { title: '已完成任务' } },
niewei committed
157 158 159
  { path: 'trndtl', query: 'inr', component: Trndtl, name: 'Trndtl', meta: { title: 'Trndtl' } },
  { path: 'tstopn', component: Tstopn, name: 'Tstopn', meta: { title: 'Tstopn' } },
  { path: 'infpta', component: Infpta, name: 'Infpta', meta: { title: 'Infpta' } },
zhengxiaokui committed
160
  { path: 'letsel', component: Letsel, name: 'Letsel', meta: { title: '出口信用证查询' } },
niewei committed
161
  { path: 'letopn', component: Letopn, name: 'Letopn', meta: { title: '出口信用证通知' } },
zhengxiaokui committed
162 163
  { path: 'letame', component: Letame, name: 'Letame', meta: { title: '出口信用证修改' } },
  { path: 'letrsv', component: Letrsv, name: 'Letrsv', meta: { title: '出口信用证补通知' } },
164
  { path: 'infled', component: Infled, name: 'Infled', meta: { title: '出口信用证查询infled' } },
165 166
  { path: 'betacc', component: Betacc, name: 'Betacc', meta: { title: '出口信用证单据承兑' } },
  { path: 'betrcl', component: Betrcl, name: 'Betrcl', meta: { title: '出口信用证单据索汇' } },
zhengxiaokui committed
167

niewei committed
168 169 170
  { path: 'sptrel', component: Sptrel, name: 'Sptrel', meta: { title: 'Sptrel' } },
  { path: 'sptrou', component: Sptrou, name: 'Sptrou', meta: { title: 'Sptrou' } },
  { path: 'bddsel', component: Bddsel, name: 'Bddsel', meta: { title: 'Bddsel' } },
liushikai committed
171
  { path: 'infbdd', component: Infbdd, name: 'Infbdd', meta: { title: '信用证单据查询' } },
niewei committed
172 173 174 175
  { path: 'mgrtsk', component: Mgrtsk, name: 'Mgrtsk', meta: { title: 'Mgrtsk' } },
  { path: 'switsk', component: Switsk, name: 'Switsk', meta: { title: 'Switsk' } },
  { path: 'infusr', component: Infusr, name: 'Infusr', meta: { title: '用户信息' } },
  { path: 'infcpd', component: Infcpd, name: 'Infcpd', meta: { title: '汇款查询' } },
wangguangchao committed
176 177 178 179 180 181 182
  { path: 'bctdav', component: Bctdav, name: 'Bctdav', meta: { title: '进口代收到单通知' } },
  { 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: '进口代收修改' } },
niewei committed
183
  { path: 'infcur', component: Infcur, name: 'Infcur', meta: { title: 'Infcur' } },
cyy committed
184 185
  { path: 'infbed', component: Infbed, name: 'Infbed', meta: { title: '出口信用证单据查询' } },
  { path: 'letcan', component: Letcan, name: 'Letcan', meta: { title: '出口信用证注销' } },
zhengxiaokui committed
186
  //光大添加
zhengxiaokui committed
187 188 189 190 191 192 193 194
  { path: 'brtlat', component: Brtlat, name: 'Brtlat', meta: { title: '进口信用证单据偿还垫款' } },
  { path: 'litopn', component: Litopn, name: 'Litopn', meta: { title: '进口信用证开立' } },
  { path: 'litcan', component: Litcan, name: 'Litcan', meta: { title: '进口信用证注销' } },
  { path: 'litdav', component: Litdav, name: 'Litdav', meta: { title: '进口信用证通知到单 ' } },
  { path: 'litdck', component: Litdck, name: 'Litdck', meta: { title: '进口信用证到单' } },
  { path: 'inflid', component: Inflid, name: 'Inflid', meta: { title: '进口信用证查询' } },
  { path: 'inftrd', component: Inftrd, name: 'Inftrd', meta: { title: '进口押汇查询' } },
  { path: 'trtame', component: Trtame, name: 'Trtame', meta: { title: '进口融资修改' } },
195 196
  { path: 'infbpd', component: Infbpd, name: 'Infbpd', meta: { title: '进口单据查询' } },
  { path: 'inftxm', component: Inftxm, name: 'Inftxm', meta: { title: '条式语句查询' } },
liushikai committed
197
  // { path: 'infdet', component: Infdet, name: 'Infdet', meta: { title: 'Infdet' } },
jxl committed
198 199 200 201
  { path: 'botdav', component: Botdav, name: 'Botdav', meta: { title: '出口托收寄单' } },
  { path: 'botame', component: Botame, name: 'Botame', meta: { title: '出口托收修改' } },
  { path: 'botdcr', component: Botdcr, name: 'Botdcr', meta: { title: '出口托收拒付/不符点' } },
  { path: 'botset', component: Botset, name: 'Botset', meta: { title: '出口托收收汇' } },
wangguangchao committed
202 203 204 205
  { 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查询' } },
唐贵贤 committed
206
  { path: 'infbcd', component: Infbcd, name: 'Infbcd', meta: { title: '进口代收查询' } },
wangguangchao committed
207 208
  { path: 'bdtcan', component: Bdtcan, name: 'Bdtcan', meta: { title: '买方信用证单据注销' } },
  { path: 'ditdla', component: Ditdla, name: 'Ditdla', meta: { title: '买方信用证减额接受' } },
liushikai committed
209
  { path: 'bdtset', component: Bdtset, name: 'Bdtset', meta: { title: '信用证付款' } },
niewei committed
210 211
  { path: 'infdet', component: Infdet, name: 'Infdet', meta: { title: '卖方信用证查询' } },
  { path: 'infbfd', component: Infbfd, name: 'Infbfd', meta: { title: '卖方信用证单据查询' } },
wangguangchao committed
212

fukai committed
213
]
214
export default BusRouter