route.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. import Layout from '@/layout/index';
  2. const statisticalReportRouter = {
  3. path: '/statisticalReport',
  4. component: Layout,
  5. redirect: '/statisticalReport',
  6. name: 'statisticalReport',
  7. alwaysShow: true, // will always show the root menu
  8. meta: {
  9. title: 'statisticalReport',
  10. module: 'report',
  11. icon: '-tongjibaobiao'
  12. },
  13. children: [
  14. // 期货采购入库报表统计
  15. // {
  16. // path: 'purchaseReceiptStatisticsList',
  17. // component: () =>
  18. // import(/* webpackChunkName: "applDetail" */ '@/views/statisticalReport/purchaseReceiptStatisticsList'),
  19. // name: 'purchaseReceiptStatisticsList',
  20. // meta: {
  21. // title: 'purchaseReceiptStatisticsList',
  22. // shortcutEntrance: 'statisticalReport',
  23. // module: 'report.procurementInReport',
  24. // permissicon: [],
  25. // keepAlive: true,
  26. // _title:'期货采购入库报表'
  27. // // module: 'procurement.sparepart.applDetail'
  28. // }
  29. // },
  30. //期货采购平仓报表
  31. // {
  32. // path: 'purchaseClosingCashierList',
  33. // component: () =>
  34. // import(/* webpackChunkName: "applDetail" */ '@/views/statisticalReport/purchaseClosingCashierList'),
  35. // name: 'purchaseClosingCashierList',
  36. // meta: {
  37. // title: 'purchaseClosingCashierList',
  38. // shortcutEntrance: 'statisticalReport',
  39. // module: 'report.procurementCloseReport',
  40. // permissicon: [],
  41. // keepAlive: true,
  42. // _title:'期货采购平仓报表'
  43. // // module: 'procurement.sparepart.applDetail'
  44. // }
  45. // },
  46. // 期货销售出库报表统计
  47. // {
  48. // path: 'salesDeliveryReportList',
  49. // component: () =>
  50. // import(/* webpackChunkName: "applDetail" */ '@/views/statisticalReport/salesDeliveryReportList'),
  51. // name: 'salesDeliveryReportList',
  52. // meta: {
  53. // title: 'salesDeliveryReportList',
  54. // shortcutEntrance: 'statisticalReport',
  55. // module: 'report.saleOutReport',
  56. // permissicon: [],
  57. // keepAlive: true,
  58. // _title:'期货销售出库报表'
  59. // // module: 'procurement.sparepart.applDetail'
  60. // }
  61. // },
  62. //期货销售平仓报表
  63. // {
  64. // path: 'salesClosingCashierList',
  65. // component: () =>
  66. // import(/* webpackChunkName: "applDetail" */ '@/views/statisticalReport/salesClosingCashierList'),
  67. // name: 'salesClosingCashierList',
  68. // meta: {
  69. // title: 'salesClosingCashierList',
  70. // shortcutEntrance: 'statisticalReport',
  71. // module: 'report.saleCloseReport',
  72. // permissicon: [],
  73. // keepAlive: true,
  74. // _title:'期货销售平仓报表'
  75. // // module: 'procurement.sparepart.applDetail'
  76. // }
  77. // },
  78. //汽运结算报表
  79. {
  80. path: 'autoSettlementList',
  81. component: () =>
  82. import(/* webpackChunkName: "applDetail" */ '@/views/statisticalReport/autoSettlementList'),
  83. name: 'autoSettlementList',
  84. meta: {
  85. title: 'autoSettlementList',
  86. shortcutEntrance: 'statisticalReport',
  87. module: 'report.transportationReport',
  88. permissicon: [],
  89. keepAlive: true,
  90. _title:'汽运结算报表'
  91. // module: 'procurement.sparepart.applDetail'
  92. }
  93. },
  94. //火运结算报表
  95. {
  96. path: 'huoyunList',
  97. component: () =>
  98. import( '@/views/statisticalReport/huoyunList'),
  99. name: 'huoyunList',
  100. meta: {
  101. title: 'huoyunList',
  102. shortcutEntrance: 'statisticalReport',
  103. module: 'report.transportationReport',
  104. permissicon: [],
  105. keepAlive: true,
  106. _title:'火运结算报表'
  107. // module: 'procurement.sparepart.applDetail'
  108. }
  109. },
  110. //船运结算报表
  111. {
  112. path: 'shippingList',
  113. component: () =>
  114. import( '@/views/statisticalReport/shippingList'),
  115. name: 'shippingList',
  116. meta: {
  117. title: 'shippingList',
  118. shortcutEntrance: 'statisticalReport',
  119. module: 'report.transportationReport',
  120. permissicon: [],
  121. keepAlive: true,
  122. _title:'船运结算报表'
  123. // module: 'procurement.sparepart.applDetail'
  124. }
  125. },
  126. // 现货采购入库报表统计
  127. {
  128. path: 'stockPurchaseReceiptReportList',
  129. component: () =>
  130. import(/* webpackChunkName: "applDetail" */ '@/views/statisticalReport/stockPurchaseReceiptReportList'),
  131. name: 'stockPurchaseReceiptReportList',
  132. meta: {
  133. title: 'stockPurchaseReceiptReportList',
  134. shortcutEntrance: 'statisticalReport',
  135. module: 'report.goodsProcurementInReport',
  136. permissicon: [],
  137. keepAlive: true,
  138. _title:'现货采购入库报表'
  139. // module: 'procurement.sparepart.applDetail'
  140. }
  141. },
  142. // 现货销售出库报表统计
  143. {
  144. path: 'stockSaleOutReportList',
  145. component: () =>
  146. import(/* webpackChunkName: "applDetail" */ '@/views/statisticalReport/stockSaleOutReportList'),
  147. name: 'stockSaleOutReportList',
  148. meta: {
  149. title: 'stockSaleOutReportList',
  150. shortcutEntrance: 'statisticalReport',
  151. module: 'report.goodsSaleOutReport',
  152. permissicon: [],
  153. keepAlive: true,
  154. _title:'现货销售出库报表'
  155. // module: 'procurement.sparepart.applDetail'
  156. }
  157. },
  158. ],
  159. };
  160. export default statisticalReportRouter;