app.js 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. export const menus = [
  2. {
  3. menuName: '销售管理',
  4. menuList: [{
  5. url: '/pages/order/OrderAdd',
  6. label: '代客下单',
  7. icon: 'custom-icon-piliangxiadan',
  8. color: '#f29611',
  9. access: 'OrderAdd'
  10. },
  11. {
  12. url: '/pagesT/stock/SalesOrder',
  13. label: '出库单',
  14. icon: 'custom-icon-quehuoshangpinshu',
  15. color: '#5c6aff',
  16. access: 'InventoryOut'
  17. }
  18. ],
  19. },
  20. {
  21. menuName: '采购管理',
  22. menuList: [{
  23. url: '/pagesT/Purchase/index',
  24. label: '采购单',
  25. icon: 'custom-icon-caigou-tianchong',
  26. color: '#7747EE',
  27. access: 'PurchaseOrder'
  28. },
  29. {
  30. url: '/pagesT/Purchase/PurchaseReturnOrder',
  31. label: '采购退货单',
  32. icon: 'custom-icon-tuihuo',
  33. color: '#4076D6',
  34. access: 'PurchaseReturnOrder'
  35. },
  36. {
  37. url: '/pagesT/stock/GodownEntry',
  38. label: '入库单',
  39. icon: 'custom-icon-ruku',
  40. color: '#4076D6',
  41. access: 'InventoryIn'
  42. },
  43. {
  44. url: '/pagesT/Purchase/Supplier',
  45. label: '供应商',
  46. icon: 'custom-icon-group_fill',
  47. color: '#4076D6',
  48. access: 'Supplier'
  49. },
  50. ],
  51. },
  52. {
  53. menuName: '仓库管理',
  54. menuList: [{
  55. url: '/pagesT/goods/BaseGoodslist',
  56. label: '商品资料',
  57. icon: 'custom-icon-shangpin2',
  58. color: '#f29611',
  59. access: 'BaseDataList'
  60. },
  61. {
  62. url: '/pagesT/goods/goodsclassification',
  63. label: '商品分类',
  64. icon: 'custom-icon-fenlei-1',
  65. color: '#4076D6',
  66. access: 'GoodsClassify'
  67. }, {
  68. url: '/pagesT/stock/Allocation',
  69. label: '调拨单',
  70. icon: 'custom-icon-tiaobodanguanli',
  71. color: '#7747EE',
  72. access: 'AllocationForm'
  73. },
  74. {
  75. url: '/pagesT/stock/Inventory',
  76. label: '盘点单',
  77. icon: 'custom-icon-pandianguanli',
  78. color: '#f29611',
  79. access: 'Inventory'
  80. },
  81. {
  82. url: '/pagesT/stock/Loss',
  83. label: '报损单',
  84. icon: 'custom-icon-cunchujinggao',
  85. color: '#e8443c',
  86. access: 'LossReport'
  87. },
  88. {
  89. url: '/pagesT/stock/stockQuery',
  90. label: '库存查询',
  91. icon: 'custom-icon-chaxun',
  92. color: '#7747EE',
  93. access: 'query'
  94. },
  95. {
  96. url: '/pagesT/stock/flowing',
  97. label: '库存流水',
  98. icon: 'custom-icon-xiaoxiwuliufill',
  99. color: '#5c6aff',
  100. access: 'flowing'
  101. }
  102. ],
  103. },
  104. {
  105. menuName: '经营分析',
  106. menuList: [
  107. // {
  108. // url: '/pagesT/customer/CustomerMap',
  109. // label: '客户分布图',
  110. // icon: 'custom-icon-piliangxiadan',
  111. // color: '#f29611',
  112. // access: 'CustomerMap'
  113. // },
  114. {
  115. url: '/pagesT/customer/VisitLogs',
  116. label: '浏览记录',
  117. icon: 'custom-icon-liulanjilu-tianchong',
  118. color: '#7747EE',
  119. access: 'CustomerBehaviorBrowsingHistory'
  120. },
  121. {
  122. url: '/pagesT/customer/BuyLogs',
  123. label: '购买记录',
  124. icon: 'custom-icon-gouwuche',
  125. color: '#7747EE',
  126. access: 'CustomerBehaviorPurchaseHistory'
  127. },
  128. {
  129. url: '/pagesT/customer/CommunicationLogs',
  130. label: '客户拜访',
  131. icon: 'custom-icon-fuwu',
  132. color: '#f29611',
  133. access: 'CustomerListvisitedLogs'
  134. },
  135. {
  136. url: '/pagesT/customer/StaffList',
  137. label: '销售排行',
  138. icon: 'custom-icon-paihangbang',
  139. color: '#f29611',
  140. access: 'salesRanking'
  141. },
  142. // {
  143. // url: '/pagesT/statement/DataReport',
  144. // label: '数据报表',
  145. // icon: 'custom-icon-xiaoshouyuce',
  146. // color: '#5c6aff'
  147. // }
  148. {
  149. url: '/pagesT/statement/MerchandiseSalesStatement',
  150. label: '商品销售报表',
  151. icon: 'custom-icon-jinkoubaoguanchanpinbaobiao',
  152. color: '#5c6aff',
  153. access: 'goodsFormMerchandiseSalesStatement'
  154. },
  155. {
  156. url: '/pagesT/statement/CustomerMerchandiseReport',
  157. label: '客户商品报表',
  158. icon: 'custom-icon-xiaoshouyuce',
  159. color: '#5c6aff',
  160. access: 'goodsFormCustomerMerchandiseReport'
  161. },
  162. {
  163. url: '/pagesT/statement/CustomerOrderReport',
  164. label: '客户订单报表',
  165. icon: 'custom-icon-gongchengshiwudantongjifenxi',
  166. color: '#5c6aff',
  167. access: 'orderFormCustomerOrderReport'
  168. },
  169. {
  170. url: '/pagesT/statement/VisitRepor',
  171. label: '拜访报表',
  172. icon: 'custom-icon-baifang',
  173. color: '#5c6aff',
  174. access: 'CustomerStatementsVisitRepor'
  175. },
  176. {
  177. url: '/pagesT/statement/RegionalOrderReport',
  178. label: '地区订单报表',
  179. icon: 'custom-icon-tongjibaobiao',
  180. color: '#5c6aff',
  181. access: 'orderFormRegionalOrderReport'
  182. },
  183. {
  184. url: '/pagesT/statement/OrderDataReport',
  185. label: '订单数据报表',
  186. icon: 'custom-icon-xiaoshoudingdan',
  187. color: '#5c6aff',
  188. access: 'orderFormOrderDataReport'
  189. },
  190. ],
  191. },
  192. {
  193. menuName: '资金管理',
  194. menuList: [{
  195. url: '/pagesT/account/AccountManagement',
  196. label: '资金账户管理',
  197. icon: 'custom-icon-zhanghuguanli',
  198. color: '#5c6aff',
  199. access: 'AccountManagement'
  200. },
  201. {
  202. url: '/pagesT/Finance/ReturnFrom',
  203. label: '退款单',
  204. icon: 'custom-icon-tuikuan',
  205. color: '#e8443c',
  206. access: 'ReturnFrom'
  207. },
  208. {
  209. url: '/pagesT/Finance/ApplyReceipt',
  210. label: '收款申请单',
  211. icon: 'custom-icon-shoukuandanguanli',
  212. color: '#5c6aff',
  213. access: 'ApplyReceipt'
  214. },
  215. {
  216. url: '/pagesT/Finance/CustomerBalance',
  217. label: '客户余额表',
  218. icon: 'custom-icon-yue',
  219. color: '#7747EE',
  220. access: 'CustomerBalance'
  221. },
  222. {
  223. url: '/pagesT/Finance/CustomerBalanceDetail',
  224. label: '客户余额明细表',
  225. icon: 'custom-icon-mingxi',
  226. color: '#5c6aff',
  227. access: 'CustomerBalanceDetail'
  228. },
  229. ]
  230. }
  231. ]