index.js 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473
  1. import Layout from '@/page/index/'
  2. export default [{
  3. path: '/wel',
  4. component: Layout,
  5. redirect: '/wel/index',
  6. children: [{
  7. path: 'index',
  8. name: '首页',
  9. meta: {
  10. i18n: 'dashboard',
  11. keepAlive: true,
  12. },
  13. component: () =>
  14. import( /* webpackChunkName: "views" */ '@/views/wel/index')
  15. }, {
  16. path: 'dashboard',
  17. name: '控制台',
  18. meta: {
  19. i18n: 'dashboard',
  20. menu: false,
  21. },
  22. component: () =>
  23. import( /* webpackChunkName: "views" */ '@/views/wel/dashboard')
  24. }]
  25. }, {
  26. path: '/test',
  27. component: Layout,
  28. redirect: '/test/index',
  29. children: [{
  30. path: 'index',
  31. name: '测试页',
  32. meta: {
  33. i18n: 'test'
  34. },
  35. component: () =>
  36. import( /* webpackChunkName: "views" */ '@/views/util/test')
  37. }]
  38. }, {
  39. path: '/dict-horizontal',
  40. component: Layout,
  41. redirect: '/dict-horizontal/index',
  42. children: [{
  43. path: 'index',
  44. name: '字典管理',
  45. meta: {
  46. i18n: 'dict'
  47. },
  48. component: () =>
  49. import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal')
  50. }]
  51. }, {
  52. path: '/dict-vertical',
  53. component: Layout,
  54. redirect: '/dict-vertical/index',
  55. children: [{
  56. path: 'index',
  57. name: '字典管理',
  58. meta: {
  59. i18n: 'dict'
  60. },
  61. component: () =>
  62. import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
  63. }]
  64. }, {
  65. path: '/info',
  66. component: Layout,
  67. redirect: '/info/index',
  68. children: [{
  69. path: 'index',
  70. name: '个人信息',
  71. meta: {
  72. i18n: 'info'
  73. },
  74. component: () => import( /* webpackChunkName: "views" */ '@/views/system/userinfo')
  75. }]
  76. }, {
  77. path: '/basicData/customerInformation/detailsPageEdit',
  78. component: Layout,
  79. hidden: true,
  80. children: [{
  81. path: '/basicData/customerInformation/detailsPageEdit',
  82. meta: {
  83. keepAlive: true,
  84. },
  85. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/customerInformation/detailsPageEdit')
  86. }]
  87. },
  88. {
  89. path: '/basicData/customerManagement/companyMaterial/detailsPageEdit',
  90. component: Layout,
  91. hidden: true,
  92. children: [{
  93. path: '/basicData/customerManagement/companyMaterial/detailsPageEdit',
  94. meta: {
  95. i18n: 'detailsPageEdit'
  96. },
  97. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/customerManagement/companyMaterial/detailsPageEdit')
  98. }]
  99. },
  100. {
  101. path: '/basicData/customerManagement/supplierMaterial/detailsPageEdit',
  102. component: Layout,
  103. hidden: true,
  104. children: [{
  105. path: '/basicData/customerManagement/supplierMaterial/detailsPageEdit',
  106. meta: {
  107. i18n: 'detailsPageEdit'
  108. },
  109. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/customerManagement/supplierMaterial/detailsPageEdit')
  110. }]
  111. },
  112. //商品false
  113. {
  114. path: '/commodityType_detailsPageEdit',
  115. component: Layout,
  116. hidden: true,
  117. children: [{
  118. path: '/commodityType_detailsPageEdit',
  119. meta: {
  120. i18n: 'commodityType_detailsPageEdit'
  121. },
  122. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/commodityType/detailsPageEdit')
  123. }]
  124. },
  125. //商城管理
  126. //商品列表详情页
  127. {
  128. path: '/productList_detailsPageEdit',
  129. component: Layout,
  130. hidden: true,
  131. children: [{
  132. path: '/productList_detailsPageEdit',
  133. meta: {
  134. i18n: 'productList_detailsPageEdit'
  135. },
  136. component: () => import( /* webpackChunkName: "views" */ '@/views/mallManagement/commodity/productList/detailsPageEdit')
  137. }]
  138. },
  139. //产品
  140. {
  141. path: '/basicData/productInformation/index',
  142. component: Layout,
  143. hidden: true,
  144. children: [{
  145. path: '/basicData/productInformation/index',
  146. name: '产品信息',
  147. meta: {
  148. keepAlive: true,
  149. },
  150. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/productInformation/index')
  151. }]
  152. },
  153. //客户分类
  154. {
  155. path: '/basicData/customerCategory/index',
  156. component: Layout,
  157. hidden: true,
  158. children: [{
  159. path: '/basicData/customerCategory/index',
  160. name: '客户分类',
  161. meta: {
  162. keepAlive: true,
  163. },
  164. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/customerCategory/index')
  165. }]
  166. },
  167. //客户资料
  168. {
  169. path: '/basicData/customerInformation/index',
  170. component: Layout,
  171. hidden: true,
  172. children: [{
  173. path: '/basicData/customerInformation/index',
  174. name: '客户资料',
  175. meta: {
  176. keepAlive: true,
  177. },
  178. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/customerInformation/index')
  179. }]
  180. }, //车队资料
  181. {
  182. path: '/basicData/fleetInformation/index',
  183. component: Layout,
  184. hidden: true,
  185. children: [{
  186. path: '/basicData/fleetInformation/index',
  187. name: '车队资料',
  188. meta: {
  189. keepAlive: true,
  190. },
  191. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/fleetInformation/index')
  192. }]
  193. },
  194. //供应商分类
  195. {
  196. path: '/basicData/customerManagement/supplierType/index',
  197. component: Layout,
  198. hidden: true,
  199. children: [{
  200. path: '/basicData/customerManagement/supplierType/index',
  201. name: '供应商分类',
  202. meta: {
  203. keepAlive: true,
  204. },
  205. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/customerManagement/supplierType/index')
  206. }]
  207. },
  208. //供应商资料
  209. {
  210. path: '/basicData/customerManagement/supplierMaterial/index',
  211. component: Layout,
  212. hidden: true,
  213. children: [{
  214. path: '/basicData/customerManagement/supplierMaterial/index',
  215. name: '供应商资料',
  216. meta: {
  217. keepAlive: true,
  218. },
  219. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/customerManagement/supplierMaterial/index')
  220. }]
  221. },
  222. //公司分类
  223. {
  224. path: '/basicData/customerManagement/companyType/index',
  225. component: Layout,
  226. hidden: true,
  227. children: [{
  228. path: '/basicData/customerManagement/companyType/index',
  229. name: '所属公司分类',
  230. meta: {
  231. keepAlive: true,
  232. },
  233. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/customerManagement/companyType/index')
  234. }]
  235. },
  236. //公司资料
  237. {
  238. path: '/basicData/customerManagement/companyMaterial/index',
  239. component: Layout,
  240. hidden: true,
  241. children: [{
  242. path: '/basicData/customerManagement/companyMaterial/index',
  243. name: '所属公司资料',
  244. meta: {
  245. keepAlive: true,
  246. },
  247. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/customerManagement/companyMaterial/index')
  248. }]
  249. },
  250. //商品分类
  251. {
  252. path: '/basicData/commodityCategory/index',
  253. component: Layout,
  254. hidden: true,
  255. children: [{
  256. path: '/basicData/commodityCategory/index',
  257. name: '商品分类',
  258. meta: {
  259. keepAlive: true,
  260. },
  261. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/commodityCategory/index')
  262. }]
  263. },
  264. //商品分类
  265. {
  266. path: '/basicData/commodityType/index',
  267. component: Layout,
  268. hidden: true,
  269. children: [{
  270. path: '/basicData/commodityType/index',
  271. name: '商品信息',
  272. meta: {
  273. keepAlive: true,
  274. },
  275. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/commodityType/index')
  276. }]
  277. },
  278. //费用分类
  279. {
  280. path: '/basicData/basicFeesType/index',
  281. component: Layout,
  282. hidden: true,
  283. children: [{
  284. path: '/basicData/basicFeesType/index',
  285. name: '费用分类',
  286. meta: {
  287. keepAlive: true,
  288. },
  289. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/basicFeesType/index')
  290. }]
  291. },
  292. //费用详情
  293. {
  294. path: '/basicData/basicFeesDesc/index',
  295. component: Layout,
  296. hidden: true,
  297. children: [{
  298. path: '/basicData/basicFeesDesc/index',
  299. name: '费用详情',
  300. meta: {
  301. keepAlive: true,
  302. },
  303. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/basicFeesDesc/index')
  304. }]
  305. },
  306. //仓库分类
  307. {
  308. path: '/basicData/basicStorageType/index',
  309. component: Layout,
  310. hidden: true,
  311. children: [{
  312. path: '/basicData/basicStorageType/index',
  313. name: '仓库分类',
  314. meta: {
  315. keepAlive: true,
  316. },
  317. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/basicStorageType/index')
  318. }]
  319. },
  320. //库区明细
  321. {
  322. path: '/basicData/basicStorageDesc/index',
  323. component: Layout,
  324. hidden: true,
  325. children: [{
  326. path: '/basicData/basicStorageDesc/index',
  327. name: '库区明细',
  328. meta: {
  329. keepAlive: true,
  330. },
  331. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/basicStorageDesc/index')
  332. }]
  333. },
  334. //箱分类
  335. {
  336. path: '/basicData/container/type',
  337. component: Layout,
  338. hidden: true,
  339. children: [{
  340. path: '/basicData/container/type',
  341. name: '箱分类',
  342. meta: {
  343. keepAlive: true,
  344. },
  345. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/container/type')
  346. }]
  347. },
  348. //集装箱
  349. {
  350. path: '/basicData/container/index',
  351. component: Layout,
  352. hidden: true,
  353. children: [{
  354. path: '/basicData/container/index',
  355. name: '集装箱',
  356. meta: {
  357. keepAlive: true,
  358. },
  359. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/container/index')
  360. }]
  361. },
  362. //港口分类
  363. {
  364. path: '/basicData/portinformation/type',
  365. component: Layout,
  366. hidden: true,
  367. children: [{
  368. path: '/basicData/portinformation/type',
  369. name: '港口分类',
  370. meta: {
  371. keepAlive: true,
  372. },
  373. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/portinformation/type')
  374. }]
  375. },
  376. //港口资料
  377. {
  378. path: '/basicData/portinformation/index',
  379. component: Layout,
  380. hidden: true,
  381. children: [{
  382. path: '/basicData/portinformation/index',
  383. name: '港口资料',
  384. meta: {
  385. keepAlive: true,
  386. },
  387. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/portinformation/index')
  388. }]
  389. },
  390. //汇率管理
  391. {
  392. path: '/basicData/rateManagement/index',
  393. component: Layout,
  394. hidden: true,
  395. children: [{
  396. path: '/basicData/rateManagement/index',
  397. name: '汇率管理',
  398. meta: {
  399. keepAlive: true,
  400. },
  401. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/rateManagement/index')
  402. }]
  403. },
  404. //产品价格
  405. {
  406. path: '/maintenance/priceLibrary/index',
  407. component: Layout,
  408. hidden: true,
  409. children: [{
  410. path: '/maintenance/priceLibrary/index',
  411. name: '产品价格',
  412. meta: {
  413. keepAlive: true,
  414. },
  415. component: () => import( /* webpackChunkName: "views" */ '@/views/maintenance/priceLibrary/index')
  416. }]
  417. },
  418. //销售详情页
  419. {
  420. path: '/businessManagement/salesOrder/index',
  421. component: Layout,
  422. hidden: true,
  423. children: [{
  424. path: '/businessManagement/salesOrder/index',
  425. name: '销售订单(N)',
  426. meta: {
  427. i18n: 'businessManagement/salesOrder/index',
  428. keepAlive: true,
  429. },
  430. component: () => import( /* webpackChunkName: "views" */ '@/views/businessManagement/salesOrder/index')
  431. }]
  432. },
  433. //发货通知详情页
  434. {
  435. path: '/businessManagement/deliveryNotice/index',
  436. component: Layout,
  437. hidden: true,
  438. children: [{
  439. path: '/businessManagement/deliveryNotice/index',
  440. name: '客户收货(N)',
  441. meta: {
  442. i18n: 'businessManagement/deliveryNotice/index',
  443. keepAlive: true,
  444. },
  445. component: () => import( /* webpackChunkName: "views" */ '@/views/businessManagement/deliveryNotice/index')
  446. }]
  447. },
  448. //价格管理详情页
  449. {
  450. path: '/priceManagement_detailsPageEdit',
  451. component: Layout,
  452. hidden: true,
  453. children: [{
  454. path: '/priceManagement_detailsPageEdit',
  455. meta: {
  456. i18n: 'priceManagement_detailsPageEdit'
  457. },
  458. component: () => import( /* webpackChunkName: "views" */ '@/views/maintenance/priceManagement/detailsPageEdit')
  459. }]
  460. },
  461. //销售政策详情页
  462. {
  463. path: '/maintenance/salesPolicy/index',
  464. component: Layout,
  465. hidden: true,
  466. children: [{
  467. path: '/maintenance/salesPolicy/index',
  468. name: '销售政策',
  469. meta: {
  470. i18n: 'maintenance/salesPolicy/index',
  471. keepAlive: true
  472. },
  473. component: () => import( /* webpackChunkName: "views" */ '@/views/maintenance/salesPolicy/index')
  474. }]
  475. },
  476. //陆运委托
  477. {
  478. path: '/landTransportation/placeAnOrder/index',
  479. component: Layout,
  480. hidden: true,
  481. children: [{
  482. path: '/landTransportation/placeAnOrder/index',
  483. name: '委托',
  484. meta: {
  485. i18n: '/landTransportation/placeAnOrder/index',
  486. keepAlive: true,
  487. },
  488. component: () => import( /* webpackChunkName: "views" */ '@/views/landTransportation/placeAnOrder/index')
  489. }]
  490. },
  491. //秒杀详情页
  492. {
  493. path: '/panicBuyingInformation_detailsPageEdit',
  494. component: Layout,
  495. hidden: true,
  496. children: [{
  497. path: '/panicBuyingInformation_detailsPageEdit',
  498. meta: {
  499. i18n: 'panicBuyingInformation_detailsPageEdit'
  500. },
  501. component: () => import( /* webpackChunkName: "views" */ '@/views/maintenance/panicBuyingInformation/detailsPageEdit')
  502. }]
  503. },
  504. //上架商品详情页
  505. {
  506. path: '/goodsOnTheShelves_detailsPageEdit',
  507. component: Layout,
  508. hidden: true,
  509. children: [{
  510. path: '/goodsOnTheShelves_detailsPageEdit',
  511. meta: {
  512. i18n: 'goodsOnTheShelves_detailsPageEdit'
  513. },
  514. component: () => import( /* webpackChunkName: "views" */ '@/views/maintenance/goodsOnTheShelves/detailsPageEdit')
  515. }]
  516. },
  517. //收货单详情页
  518. {
  519. path: '/businessManagement/receipt/index',
  520. component: Layout,
  521. hidden: true,
  522. children: [{
  523. path: '/businessManagement/receipt/index',
  524. name: '工厂发货(N)',
  525. meta: {
  526. keepAlive: true,
  527. },
  528. component: () => import( /* webpackChunkName: "views" */ '@/views/businessManagement/receipt/index')
  529. }]
  530. },
  531. //采购订单详情页
  532. {
  533. path: '/businessManagement/purchaseOrder/index',
  534. component: Layout,
  535. hidden: true,
  536. children: [{
  537. path: '/businessManagement/purchaseOrder/index',
  538. name: '采购订单(N)',
  539. meta: {
  540. i18n: 'businessManagement/purchaseOrder/index',
  541. keepAlive: true,
  542. },
  543. component: () => import( /* webpackChunkName: "views" */ '@/views/businessManagement/purchaseOrder/index')
  544. }]
  545. },
  546. // 采购合同详情页
  547. {
  548. path: '/purchase/contract/index',
  549. component: Layout,
  550. hidden: true,
  551. children: [{
  552. path: '/purchase/contract/index',
  553. name: '采购订单(I)',
  554. meta: {
  555. i18n: '/purchase/contract/index',
  556. keepAlive: true
  557. },
  558. component: () => import( /* webpackChunkName: "views" */ '@/views/purchase/contract/index')
  559. }]
  560. },
  561. // 销售合同详情页
  562. {
  563. path: '/salesManagement/salesContract/index',
  564. component: Layout,
  565. hidden: true,
  566. children: [{
  567. path: '/salesManagement/salesContract/index',
  568. name: '销售订单(I)',
  569. meta: {
  570. i18n: '/salesManagement/salesContract/index',
  571. keepAlive: true
  572. },
  573. component: () => import( /* webpackChunkName: "views" */ '@/views/salesManagement/salesContract/index')
  574. }]
  575. },
  576. // 进口 收货单详情页
  577. {
  578. path: '/importTrade/receipt/index',
  579. component: Layout,
  580. hidden: true,
  581. children: [{
  582. path: '/importTrade/receipt/index',
  583. name: '收货单(I)',
  584. meta: {
  585. i18n: '/importTrade/receipt/index',
  586. keepAlive: true
  587. },
  588. component: () => import( /* webpackChunkName: "views" */ '@/views/importTrade/receipt/index')
  589. }]
  590. },
  591. // 进口 发货单详情页
  592. {
  593. path: '/importTrade/invoice/index',
  594. component: Layout,
  595. hidden: true,
  596. children: [{
  597. path: '/importTrade/invoice/index',
  598. name: '发货单(I)',
  599. meta: {
  600. i18n: 'importTrade/invoice/index',
  601. keepAlive: true
  602. },
  603. component: () => import( /* webpackChunkName: "views" */ '@/views/importTrade/invoice/index')
  604. }]
  605. },
  606. // 出口 客户询价
  607. {
  608. path: '/exportTrade/customerInquiry/index',
  609. component: Layout,
  610. hidden: true,
  611. children: [{
  612. path: '/exportTrade/customerInquiry/index',
  613. name: '报价(E)',
  614. meta: {
  615. keepAlive: true,
  616. },
  617. component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/customerInquiry/index')
  618. }]
  619. },
  620. // 出口 采购询价
  621. {
  622. path: '/exportTrade/purchaseInquiry/index',
  623. component: Layout,
  624. hidden: true,
  625. children: [{
  626. path: '/exportTrade/purchaseInquiry/index',
  627. name: '询价(E)',
  628. meta: {
  629. keepAlive: true,
  630. },
  631. component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/purchaseInquiry/index')
  632. }]
  633. },
  634. // 出口 船务询价
  635. {
  636. path: '/exportTrade/shippingInquiry/index',
  637. component: Layout,
  638. hidden: true,
  639. children: [{
  640. path: '/exportTrade/shippingInquiry/index',
  641. name: '船务(E)',
  642. meta: {
  643. keepAlive: true,
  644. },
  645. component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/shippingInquiry/index')
  646. }]
  647. },
  648. // 出口 销售订单
  649. {
  650. path: '/exportTrade/salesContract/index',
  651. component: Layout,
  652. hidden: true,
  653. children: [{
  654. path: '/exportTrade/salesContract/index',
  655. name: '销售(E)',
  656. meta: {
  657. keepAlive: true,
  658. },
  659. component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/salesContract/index')
  660. }]
  661. },
  662. // 出口 采购订单
  663. {
  664. path: '/exportTrade/purchaseContract/index',
  665. component: Layout,
  666. hidden: true,
  667. children: [{
  668. path: '/exportTrade/purchaseContract/index',
  669. name: '采购(E)',
  670. meta: {
  671. keepAlive: true,
  672. },
  673. component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/purchaseContract/index')
  674. }]
  675. },
  676. // 进口 发货单详情页
  677. {
  678. path: '/importInvoice_detailsPage',
  679. component: Layout,
  680. hidden: true,
  681. children: [{
  682. path: '/importInvoice_detailsPage',
  683. name: '发货单',
  684. meta: {
  685. i18n: 'importInvoice_detailsPage',
  686. keepAlive: true,
  687. },
  688. component: () => import( /* webpackChunkName: "views" */ '@/views/importTrade/invoice/detailsPageEdit')
  689. }]
  690. },
  691. // 出口 收货单
  692. {
  693. path: '/exportTrade/receipt/index',
  694. component: Layout,
  695. hidden: true,
  696. children: [{
  697. path: '/exportTrade/receipt/index',
  698. name: "收货(E)",
  699. meta: {
  700. keepAlive: true,
  701. },
  702. component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/receipt/index')
  703. }]
  704. },
  705. // 出口 发货单详情页
  706. {
  707. path: '/exportTrade/invoice/index',
  708. component: Layout,
  709. hidden: true,
  710. children: [{
  711. path: '/exportTrade/invoice/index',
  712. name: "发货(E)",
  713. meta: {
  714. keepAlive: true,
  715. },
  716. component: () => import( /* webpackChunkName: "views" */ '@/views/exportTrade/invoice/index')
  717. }]
  718. },
  719. // 主营项目
  720. {
  721. path: '/workManagement/main-items/list',
  722. component: Layout,
  723. hidden: true,
  724. children: [{
  725. path: '/workManagement/main-items/list',
  726. name: "主营业务",
  727. meta: {
  728. keepAlive: true,
  729. },
  730. component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/main-items/list')
  731. }]
  732. },
  733. // 统计列表
  734. {
  735. path: '/workManagement/receipt/statisticalList',
  736. component: Layout,
  737. hidden: true,
  738. children: [{
  739. path: '/workManagement/receipt/statisticalList',
  740. name: "统计列表",
  741. meta: {
  742. keepAlive: true,
  743. },
  744. component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/receipt/statisticalList')
  745. }]
  746. },
  747. // 业绩分析
  748. {
  749. path: '/workManagement/performanceAnalysis/index',
  750. component: Layout,
  751. hidden: true,
  752. children: [{
  753. path: '/workManagement/performanceAnalysis/index',
  754. name: "业绩分析",
  755. meta: {
  756. keepAlive: true,
  757. },
  758. component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/performanceAnalysis/index')
  759. }]
  760. },
  761. // 结算详情页
  762. {
  763. path: '/workManagement/receipt/settleAccounts',
  764. component: Layout,
  765. hidden: true,
  766. children: [{
  767. path: '/workManagement/receipt/settleAccounts',
  768. name: "结算",
  769. meta: {
  770. keepAlive: true,
  771. },
  772. component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/receipt/settleAccounts')
  773. }]
  774. },
  775. // 付费申请
  776. {
  777. path: '/financialManagement/paymentRequest/index',
  778. component: Layout,
  779. hidden: true,
  780. children: [{
  781. path: '/financialManagement/paymentRequest/index',
  782. name: "付费申请",
  783. meta: {
  784. i18n: '/financialManagement/paymentRequest/index',
  785. keepAlive: true,
  786. },
  787. component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/paymentRequest/index')
  788. }]
  789. },
  790. // 付款结算
  791. {
  792. path: '/financialManagement/paymentSettle/paymentSettle',
  793. component: Layout,
  794. hidden: true,
  795. children: [{
  796. path: '/financialManagement/paymentSettle/paymentSettle',
  797. name: "付款结算",
  798. meta: {
  799. i18n: '/financialManagement/paymentSettle/paymentSettle',
  800. keepAlive: true,
  801. },
  802. component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/paymentSettle/paymentSettle')
  803. }]
  804. },
  805. //收款结算
  806. {
  807. path: '/financialManagement/receiptSettle/receiptSettle',
  808. component: Layout,
  809. hidden: true,
  810. children: [{
  811. path: '/financialManagement/receiptSettle/receiptSettle',
  812. name: "收款结算",
  813. meta: {
  814. i18n: '/financialManagement/receiptSettle/receiptSettle',
  815. keepAlive: true,
  816. },
  817. component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/receiptSettle/receiptSettle')
  818. }]
  819. },
  820. //审批数据
  821. {
  822. path: '/approveData/index',
  823. component: Layout,
  824. hidden: true,
  825. children: [{
  826. path: '/approveData/index',
  827. name: "审批数据",
  828. meta: {
  829. i18n: '/approveData/index',
  830. keepAlive: true,
  831. },
  832. component: () => import( /* webpackChunkName: "views" */ '@/views/approveData/index')
  833. }]
  834. },
  835. // 账单明细
  836. {
  837. path: '/bill_details',
  838. component: Layout,
  839. hidden: true,
  840. children: [{
  841. path: '/financialManagement/billDetails/billDetails',
  842. name: "账单明细",
  843. meta: {
  844. i18n: '/financialManagement/billDetails/billDetails',
  845. keepAlive: true,
  846. },
  847. component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/billDetails/billDetails')
  848. }]
  849. },
  850. //销项发票
  851. {
  852. path: '/financialManagement/outputInvoice/outputInvoice',
  853. component: Layout,
  854. hidden: true,
  855. children: [{
  856. path: '/financialManagement/outputInvoice/outputInvoice',
  857. name: "销项发票",
  858. meta: {
  859. i18n: '/financialManagement/outputInvoice/outputInvoice',
  860. keepAlive: true,
  861. },
  862. component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/outputInvoice/outputInvoice')
  863. }]
  864. },
  865. //进项发票
  866. {
  867. path: '/financialManagement/incomeInvoice/incomeInvoice',
  868. component: Layout,
  869. hidden: true,
  870. children: [{
  871. path: '/financialManagement/incomeInvoice/incomeInvoice',
  872. name: "进项发票",
  873. meta: {
  874. i18n: '/financialManagement/incomeInvoice/incomeInvoice',
  875. keepAlive: true,
  876. },
  877. component: () => import( /* webpackChunkName: "views" */ '@/views/financialManagement/incomeInvoice/incomeInvoice')
  878. }]
  879. },
  880. //进口库存账
  881. {
  882. path: '/purchase/stockBill/index',
  883. component: Layout,
  884. hidden: true,
  885. children: [{
  886. path: '/purchase/stockBill/index',
  887. name: "库存账",
  888. meta: {
  889. keepAlive: true,
  890. },
  891. component: () => import( /* webpackChunkName: "views" */ '@/views/purchase/stockBill/index')
  892. }]
  893. },
  894. //利润分析
  895. {
  896. path: '/statisticAnalysis/profit/index',
  897. component: Layout,
  898. hidden: true,
  899. children: [{
  900. path: '/statisticAnalysis/profit/index',
  901. name: "利润分析",
  902. meta: {
  903. i18n: '/statisticAnalysis/profit/index',
  904. keepAlive: true,
  905. },
  906. component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/profit/index')
  907. }]
  908. },
  909. //销售利润
  910. {
  911. path: '/statisticAnalysis/salesProfit/index',
  912. component: Layout,
  913. hidden: true,
  914. children: [{
  915. path: '/statisticAnalysis/salesProfit/index',
  916. name: "销售利润",
  917. meta: {
  918. keepAlive: true,
  919. },
  920. component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/salesProfit/index')
  921. }]
  922. },
  923. //利润分析
  924. {
  925. path: '/statisticAnalysis/royalty/index',
  926. component: Layout,
  927. hidden: true,
  928. children: [{
  929. path: '/statisticAnalysis/royalty/index',
  930. name: "提成统计",
  931. meta: {
  932. i18n: '/statisticAnalysis/royalty/index',
  933. keepAlive: true,
  934. },
  935. component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/royalty/index')
  936. }]
  937. },
  938. // 订单详情
  939. {
  940. path: '/orderManagement/orderDetail/index',
  941. component: Layout,
  942. hidden: true,
  943. children: [{
  944. path: '/orderManagement/orderDetail/index',
  945. name: "订单详情",
  946. meta: {
  947. i18n: '/orderManagement/orderDetail/index',
  948. keepAlive: true,
  949. },
  950. component: () => import( /* webpackChunkName: "views" */ '@/views/orderManagement/orderDetail/index')
  951. }]
  952. },
  953. {
  954. path: '/work/process/leave',
  955. component: Layout,
  956. redirect: '/work/process/leave/form',
  957. children: [{
  958. path: 'form/:processDefinitionId',
  959. name: '请假流程',
  960. meta: {
  961. i18n: 'work'
  962. },
  963. component: () =>
  964. import( /* webpackChunkName: "views" */ '@/views/work/process/leave/form')
  965. }, {
  966. path: 'handle/:taskId/:processInstanceId/:businessId',
  967. name: '处理请假流程',
  968. meta: {
  969. i18n: 'work'
  970. },
  971. component: () =>
  972. import( /* webpackChunkName: "views" */ '@/views/work/process/leave/handle')
  973. }, {
  974. path: 'detail/:processInstanceId/:businessId',
  975. name: '请假流程详情',
  976. meta: {
  977. i18n: 'work'
  978. },
  979. component: () =>
  980. import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
  981. }]
  982. }, {
  983. path: '/work/process/test',
  984. component: Layout,
  985. redirect: '/work/process/test/form',
  986. children: [{
  987. path: 'form/:processDefinitionId',
  988. name: '请假流程',
  989. meta: {
  990. i18n: 'work'
  991. },
  992. component: () =>
  993. import( /* webpackChunkName: "views" */ '@/views/work/process/test/form')
  994. }, {
  995. path: 'handle/:taskId/:processInstanceId/:businessId',
  996. name: '处理请假流程',
  997. meta: {
  998. i18n: 'work'
  999. },
  1000. component: () =>
  1001. import( /* webpackChunkName: "views" */ '@/views/work/process/test/handle')
  1002. }, {
  1003. path: 'detail/:processInstanceId/:businessId',
  1004. name: '请假流程详情',
  1005. meta: {
  1006. i18n: 'work'
  1007. },
  1008. component: () =>
  1009. import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
  1010. }]
  1011. },
  1012. {
  1013. path: '/businessManagement/inventoryAccount/detail',
  1014. component: Layout,
  1015. hidden: true,
  1016. children: [{
  1017. path: '/businessManagement/inventoryAccount/detail',
  1018. name: '锁定订单明细',
  1019. meta: {
  1020. keepAlive: true,
  1021. },
  1022. component: () => import( /* webpackChunkName: "views" */ '@/views/businessManagement/inventoryAccount/detail')
  1023. }]
  1024. },
  1025. {
  1026. path: '/basicData/facultyManagement/index',
  1027. component: Layout,
  1028. hidden: true,
  1029. children: [{
  1030. path: '/basicData/facultyManagement/index',
  1031. name: '教职工管理',
  1032. meta: {
  1033. keepAlive: true,
  1034. },
  1035. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/facultyManagement/index')
  1036. }]
  1037. },
  1038. {
  1039. path: '/basicData/salaryConfiguration/index',
  1040. component: Layout,
  1041. hidden: true,
  1042. children: [{
  1043. path: '/basicData/salaryConfiguration/index',
  1044. name: '学校标准配置',
  1045. meta: {
  1046. keepAlive: true,
  1047. },
  1048. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/salaryConfiguration/index')
  1049. }]
  1050. },
  1051. {
  1052. path: '/salaryManagement/primarySchool/index',
  1053. component: Layout,
  1054. hidden: true,
  1055. children: [{
  1056. path: '/salaryManagement/primarySchool/index',
  1057. name: '小学部',
  1058. meta: {
  1059. keepAlive: true,
  1060. },
  1061. component: () => import( /* webpackChunkName: "views" */ '@/views/salaryManagement/primarySchool/index')
  1062. }]
  1063. },
  1064. {
  1065. path: '/salaryManagement/juniorhighSchool/index',
  1066. component: Layout,
  1067. hidden: true,
  1068. children: [{
  1069. path: '/salaryManagement/juniorhighSchool/index',
  1070. name: '初中部',
  1071. meta: {
  1072. keepAlive: true,
  1073. },
  1074. component: () => import( /* webpackChunkName: "views" */ '@/views/salaryManagement/juniorhighSchool/index')
  1075. }]
  1076. },
  1077. {
  1078. path: '/salaryManagement/highSchool/index',
  1079. component: Layout,
  1080. hidden: true,
  1081. children: [{
  1082. path: '/salaryManagement/highSchool/index',
  1083. name: '高中部',
  1084. meta: {
  1085. keepAlive: true,
  1086. },
  1087. component: () => import( /* webpackChunkName: "views" */ '@/views/salaryManagement/highSchool/index')
  1088. }]
  1089. },
  1090. {
  1091. path: '/salaryManagement/logisticsDepartment/index',
  1092. component: Layout,
  1093. hidden: true,
  1094. children: [{
  1095. path: '/salaryManagement/logisticsDepartment/index',
  1096. name: '后勤部',
  1097. meta: {
  1098. keepAlive: true,
  1099. },
  1100. component: () => import( /* webpackChunkName: "views" */ '@/views/salaryManagement/logisticsDepartment/index')
  1101. }]
  1102. },
  1103. {
  1104. path: '/system/businessLock/index',
  1105. component: Layout,
  1106. hidden: true,
  1107. children: [{
  1108. path: '/system/businessLock/index',
  1109. name: '模块加锁',
  1110. meta: {
  1111. keepAlive: true,
  1112. },
  1113. component: () => import( /* webpackChunkName: "views" */ '@/views/system/businessLock/index')
  1114. }]
  1115. },
  1116. {
  1117. path: '/dealer/sales/index',
  1118. component: Layout,
  1119. hidden: true,
  1120. children: [{
  1121. path: '/dealer/sales/index',
  1122. name: '销售订单(D)',
  1123. meta: {
  1124. keepAlive: true,
  1125. },
  1126. component: () => import( /* webpackChunkName: "views" */ '@/views/dealer/sales/index')
  1127. }]
  1128. },
  1129. {
  1130. path: '/dealer/purchase/index',
  1131. component: Layout,
  1132. hidden: true,
  1133. children: [{
  1134. path: '/dealer/purchase/index',
  1135. name: '采购订单(D)',
  1136. meta: {
  1137. keepAlive: true,
  1138. },
  1139. component: () => import( /* webpackChunkName: "views" */ '@/views/dealer/purchase/index')
  1140. }]
  1141. },
  1142. //陆运委托
  1143. {
  1144. path: '/basicData/landTransportation/driverInformation/index',
  1145. component: Layout,
  1146. hidden: true,
  1147. children: [{
  1148. path: '/basicData/landTransportation/driverInformation/index',
  1149. name: '司机',
  1150. meta: {
  1151. i18n: '/basicData/landTransportation/driverInformation/index',
  1152. keepAlive: true,
  1153. },
  1154. component: () => import( /* webpackChunkName: "views" */ '@/views/basicData/landTransportation/driverInformation/index')
  1155. }]
  1156. },
  1157. //陆运委托
  1158. {
  1159. path: '/landTransportation/placeAnOrder/index',
  1160. component: Layout,
  1161. hidden: true,
  1162. children: [{
  1163. path: '/landTransportation/placeAnOrder/index',
  1164. name: '委托',
  1165. meta: {
  1166. i18n: '/landTransportation/placeAnOrder/index',
  1167. keepAlive: true,
  1168. },
  1169. component: () => import( /* webpackChunkName: "views" */ '@/views/landTransportation/placeAnOrder/index')
  1170. }]
  1171. },
  1172. //派车
  1173. {
  1174. path: '/landTransportation/dispatchingCars/index',
  1175. component: Layout,
  1176. hidden: true,
  1177. children: [{
  1178. path: '/landTransportation/dispatchingCars/index',
  1179. name: '调度',
  1180. meta: {
  1181. i18n: '/landTransportation/dispatchingCars/index',
  1182. keepAlive: true,
  1183. },
  1184. component: () => import( /* webpackChunkName: "views" */ '@/views/landTransportation/dispatchingCars/index')
  1185. }]
  1186. },
  1187. //陆运台账
  1188. {
  1189. path: '/landTransportation/reportAnalysis/index',
  1190. component: Layout,
  1191. hidden: true,
  1192. children: [{
  1193. path: '/landTransportation/reportAnalysis/index',
  1194. name: '陆运台账',
  1195. meta: {
  1196. i18n: '/landTransportation/reportAnalysis/index',
  1197. keepAlive: true,
  1198. },
  1199. component: () => import( /* webpackChunkName: "views" */ '@/views/landTransportation/reportAnalysis/index')
  1200. }]
  1201. },
  1202. //运维-价格管理
  1203. {
  1204. path: '/maintenance/priceManagement/index',
  1205. component: Layout,
  1206. hidden: true,
  1207. children: [{
  1208. path: '/maintenance/priceManagement/index',
  1209. name: '价格管理',
  1210. meta: {
  1211. i18n: '/maintenance/priceManagement/index',
  1212. keepAlive: true,
  1213. },
  1214. component: () => import( /* webpackChunkName: "views" */ '@/views/maintenance/priceManagement/index')
  1215. }]
  1216. },
  1217. //经销商库存账
  1218. {
  1219. path: '/dealer/stock/index',
  1220. component: Layout,
  1221. hidden: true,
  1222. children: [{
  1223. path: '/dealer/stock/index',
  1224. name: '库存账(D)',
  1225. meta: {
  1226. i18n: '/dealer/stock/index',
  1227. keepAlive: true,
  1228. },
  1229. component: () => import( /* webpackChunkName: "views" */ '@/views/dealer/stock/index')
  1230. }]
  1231. },
  1232. //内贸库存账
  1233. {
  1234. path: '/businessManagement/inventoryAccount/index',
  1235. component: Layout,
  1236. hidden: true,
  1237. children: [{
  1238. path: '/businessManagement/inventoryAccount/index',
  1239. name: '库存账(N)',
  1240. meta: {
  1241. i18n: '/businessManagement/inventoryAccount/index',
  1242. keepAlive: true,
  1243. },
  1244. component: () => import( /* webpackChunkName: "views" */ '@/views/businessManagement/inventoryAccount/index')
  1245. }]
  1246. },
  1247. //办公用品-采购申请
  1248. {
  1249. path: '/workManagement/purchaseApply/index',
  1250. component: Layout,
  1251. hidden: true,
  1252. children: [{
  1253. path: '/workManagement/purchaseApply/index',
  1254. name: '采购申请',
  1255. meta: {
  1256. i18n: '/workManagement/purchaseApply/index',
  1257. keepAlive: true,
  1258. },
  1259. component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/purchaseApply/index')
  1260. }]
  1261. },
  1262. //办公用品-入库
  1263. {
  1264. path: '/workManagement/warehousing/index',
  1265. component: Layout,
  1266. hidden: true,
  1267. children: [{
  1268. path: '/workManagement/warehousing/index',
  1269. name: '入库',
  1270. meta: {
  1271. i18n: '/workManagement/warehousing/index',
  1272. keepAlive: true,
  1273. },
  1274. component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/warehousing/index')
  1275. }]
  1276. },
  1277. //办公用品-领用
  1278. {
  1279. path: '/workManagement/requisition/index',
  1280. component: Layout,
  1281. hidden: true,
  1282. children: [{
  1283. path: '/workManagement/requisition/index',
  1284. name: '领用',
  1285. meta: {
  1286. i18n: '/workManagement/requisition/index',
  1287. keepAlive: true,
  1288. },
  1289. component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/requisition/index')
  1290. }]
  1291. },
  1292. //销售机会
  1293. {
  1294. path: '/saleLeads/index',
  1295. component: Layout,
  1296. hidden: true,
  1297. children: [{
  1298. path: '/saleLeads/index',
  1299. name: '销售机会',
  1300. meta: {
  1301. i18n: '/saleLeads/index',
  1302. keepAlive: true,
  1303. },
  1304. component: () => import( /* webpackChunkName: "views" */ '@/views/saleLeads/index')
  1305. }]
  1306. },
  1307. //办公用品库存账
  1308. {
  1309. path: '/workManagement/stock/index',
  1310. component: Layout,
  1311. hidden: true,
  1312. children: [{
  1313. path: '/workManagement/stock/index',
  1314. name: '库存账(O)',
  1315. meta: {
  1316. i18n: '/workManagement/stock/index',
  1317. keepAlive: true,
  1318. },
  1319. component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/stock/index')
  1320. }]
  1321. },
  1322. //报销
  1323. {
  1324. path: '/reimbursement/index',
  1325. component: Layout,
  1326. hidden: true,
  1327. children: [{
  1328. path: '/reimbursement/index',
  1329. name: '报销',
  1330. meta: {
  1331. i18n: '/reimbursement/index',
  1332. keepAlive: true,
  1333. },
  1334. component: () => import( /* webpackChunkName: "views" */ '@/views/reimbursement/index')
  1335. }]
  1336. },
  1337. //交接单
  1338. {
  1339. path: '/workManagement/handoverSheet/index',
  1340. component: Layout,
  1341. hidden: true,
  1342. children: [{
  1343. path: '/workManagement/handoverSheet/index',
  1344. name: '交接单',
  1345. meta: {
  1346. i18n: '/workManagement/handoverSheet/index',
  1347. keepAlive: true,
  1348. },
  1349. component: () => import( /* webpackChunkName: "views" */ '@/views/workManagement/handoverSheet/index')
  1350. }]
  1351. },
  1352. //经销商产品调拨
  1353. {
  1354. path: '/dealer/allocation/index',
  1355. component: Layout,
  1356. hidden: true,
  1357. children: [{
  1358. path: '/dealer/allocation/index',
  1359. name: '产品调拨',
  1360. meta: {
  1361. i18n: '/dealer/allocation/index',
  1362. keepAlive: true,
  1363. },
  1364. component: () => import( /* webpackChunkName: "views" */ '@/views/dealer/allocation/index')
  1365. }]
  1366. },
  1367. //数据明细(N)
  1368. {
  1369. path: '/statisticAnalysis/dataDetail/index',
  1370. component: Layout,
  1371. hidden: true,
  1372. children: [{
  1373. path: '/statisticAnalysis/dataDetail/index',
  1374. name: '数据明细(N)',
  1375. meta: {
  1376. i18n: '/statisticAnalysis/dataDetail/index',
  1377. keepAlive: true,
  1378. },
  1379. component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/dataDetail/index')
  1380. }]
  1381. },
  1382. //销售对账
  1383. {
  1384. path: '/statisticAnalysis/salesReconciliation/index',
  1385. component: Layout,
  1386. hidden: true,
  1387. children: [{
  1388. path: '/statisticAnalysis/salesReconciliation/index',
  1389. name: '销售对账',
  1390. meta: {
  1391. i18n: '/statisticAnalysis/salesReconciliation/index',
  1392. keepAlive: true,
  1393. },
  1394. component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/salesReconciliation/index')
  1395. }]
  1396. },
  1397. //销售对账详情
  1398. {
  1399. path: '/statisticAnalysis/salesReconciliationDetails/index',
  1400. component: Layout,
  1401. hidden: true,
  1402. children: [{
  1403. path: '/statisticAnalysis/salesReconciliationDetails/index',
  1404. name: '销售对账详情',
  1405. meta: {
  1406. i18n: '/statisticAnalysis/salesReconciliationDetails/index',
  1407. keepAlive: true,
  1408. },
  1409. component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/salesReconciliationDetails/index')
  1410. }]
  1411. },
  1412. //应收总账
  1413. {
  1414. path: '/statisticAnalysis/collectLedger/index',
  1415. component: Layout,
  1416. hidden: true,
  1417. children: [{
  1418. path: '/statisticAnalysis/collectLedger/index',
  1419. name: '应收总账',
  1420. meta: {
  1421. i18n: '/statisticAnalysis/collectLedger/index',
  1422. keepAlive: true,
  1423. },
  1424. component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/collectLedger/index')
  1425. }]
  1426. },
  1427. //应付总账
  1428. {
  1429. path: '/statisticAnalysis/paymentLedger/index',
  1430. component: Layout,
  1431. hidden: true,
  1432. children: [{
  1433. path: '/statisticAnalysis/paymentLedger/index',
  1434. name: '应付总账',
  1435. meta: {
  1436. i18n: '/statisticAnalysis/paymentLedger/index',
  1437. keepAlive: true,
  1438. },
  1439. component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/paymentLedger/index')
  1440. }]
  1441. },
  1442. //利润总账
  1443. {
  1444. path: '/statisticAnalysis/profitLedger/index',
  1445. component: Layout,
  1446. hidden: true,
  1447. children: [{
  1448. path: '/statisticAnalysis/profitLedger/index',
  1449. name: '利润总账',
  1450. meta: {
  1451. i18n: '/statisticAnalysis/profitLedger/index',
  1452. keepAlive: true,
  1453. },
  1454. component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/profitLedger/index')
  1455. }]
  1456. },
  1457. //采购合同(D)
  1458. {
  1459. path: '/dealer/purchaseContract/index',
  1460. component: Layout,
  1461. hidden: true,
  1462. children: [{
  1463. path: '/dealer/purchaseContract/index',
  1464. name: '采购合同(D)',
  1465. meta: {
  1466. i18n: '/dealer/purchaseContract/index',
  1467. keepAlive: true,
  1468. },
  1469. component: () => import( /* webpackChunkName: "views" */ '@/views/dealer/purchaseContract/index')
  1470. }]
  1471. },
  1472. ]