mattressQtuoteRouter.ts 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. import type { Menu } from "@/typings/global";
  2. /**
  3. * @argument name 床垫报价
  4. */
  5. export const mattressQtuoteRouter: Menu.MenuOptions[] = [
  6. {
  7. path: "/mattressQuote/index",
  8. name: "mattressQuote",
  9. component: "/quote/mattressQuote/index",
  10. meta: {
  11. icon: "Common_Business.png",
  12. title: "床垫报价",
  13. isLink: "",
  14. isHide: false,
  15. isFull: false,
  16. isAffix: false,
  17. isKeepAlive: true,
  18. funid: 71
  19. },
  20. // children: [
  21. // {
  22. // path: "/technology/material",
  23. // name: "material",
  24. // meta: {
  25. // icon: "iconpackage",
  26. // title: "产品物料",
  27. // isLink: "",
  28. // isHide: false,
  29. // isFull: false,
  30. // isAffix: false,
  31. // isKeepAlive: true,
  32. // isSubMenu: true,
  33. // activeMenu: "/technology",
  34. // funid: 6969
  35. // },
  36. // children: [
  37. // {
  38. // path: "/technology/material/mtrldef",
  39. // name: "productAndMtrlCrm",
  40. // component: "/technology/mtrldef/index",
  41. // meta: {
  42. // icon: "iconpackage",
  43. // title: "产品及物料",
  44. // isLink: "",
  45. // isH: false,
  46. // isAffixide: false,
  47. // isFull: false,
  48. // isKeepAlive: true,
  49. // activeMenu: "/technology/material/mtrldef",
  50. // funid: 367
  51. // },
  52. children: [
  53. {
  54. path: "/mattressQuote/detail",
  55. name: "mattressQuoteDetail",
  56. component: "/quote/mattressQuote/detail",
  57. meta: {
  58. icon: "iconpackage",
  59. title: "床垫报价详情",
  60. isLink: "",
  61. isHide: true,
  62. isFull: false,
  63. isAffix: false,
  64. isKeepAlive: true,
  65. funid: 71,
  66. activeMenu: "/mattressQuote"
  67. }
  68. },
  69. {
  70. path: "/mattressQuote/new",
  71. name: "mattressQuoteAdd",
  72. component: "/quote/mattressQuote/detail",
  73. meta: {
  74. icon: "iconuser-01",
  75. title: "新增床垫报价",
  76. isLink: "",
  77. isHide: true,
  78. isFull: false,
  79. isAffix: false,
  80. isKeepAlive: true,
  81. funid: 72,
  82. activeMenu: "/mattressQuote"
  83. }
  84. },
  85. {
  86. path: "/mattressQuote/edit",
  87. name: "mattressQuoteEdit",
  88. component: "/quote/mattressQuote/detail",
  89. meta: {
  90. icon: "iconuser-01",
  91. title: "修改床垫报价",
  92. isLink: "",
  93. isHide: true,
  94. isFull: false,
  95. isAffix: false,
  96. isKeepAlive: true,
  97. needLock: true,
  98. billtype: "MattressQuote",
  99. funid: 72,
  100. activeMenu: "/mattressQuote"
  101. }
  102. },
  103. {
  104. path: "/mattressQuote/copy",
  105. name: "mattressQuoteCopy",
  106. component: "/quote/mattressQuote/detail",
  107. meta: {
  108. icon: "iconuser-01",
  109. title: "复制床垫报价",
  110. isLink: "",
  111. isHide: true,
  112. isFull: false,
  113. isAffix: false,
  114. isKeepAlive: true,
  115. funid: 75,
  116. activeMenu: "/mattressQuote"
  117. }
  118. }
  119. ]
  120. // }
  121. // ]
  122. // }
  123. // ]
  124. }
  125. // {
  126. // path: "/mattressInterface",
  127. // name: "mattressInterface",
  128. // component: "/quote/mattressInterface/index",
  129. // meta: {
  130. // icon: "Common_Business.png",
  131. // title: "床垫接口",
  132. // isLink: "",
  133. // isHide: false,
  134. // isFull: false,
  135. // isAffix: false,
  136. // isKeepAlive: true,
  137. // funid: 71
  138. // },
  139. // children: [
  140. // {
  141. // path: "/mattressInterface/detail",
  142. // name: "mattressInterfaceDetail",
  143. // component: "/quote/mattressInterface/detail",
  144. // meta: {
  145. // icon: "iconpackage",
  146. // title: "床垫接口详情",
  147. // isLink: "",
  148. // isHide: true,
  149. // isFull: false,
  150. // isAffix: false,
  151. // isKeepAlive: true,
  152. // funid: 71,
  153. // activeMenu: "/mattressInterface"
  154. // }
  155. // },
  156. // {
  157. // path: "/mattressInterface/1/edit",
  158. // name: "mattressInterfaceEditYw",
  159. // component: "/quote/mattressInterface/detail",
  160. // meta: {
  161. // icon: "iconpackage",
  162. // title: "修改床垫接口-业务补充",
  163. // isLink: "",
  164. // isHide: true,
  165. // isFull: false,
  166. // isAffix: false,
  167. // isKeepAlive: false,
  168. // funid: 71,
  169. // activeMenu: "/mattressInterface"
  170. // }
  171. // },
  172. // {
  173. // path: "/mattressInterface/2/edit",
  174. // name: "mattressInterfaceEditCp",
  175. // component: "/quote/mattressInterface/detail",
  176. // meta: {
  177. // icon: "iconpackage",
  178. // title: "修改床垫接口-产品补充",
  179. // isLink: "",
  180. // isHide: true,
  181. // isFull: false,
  182. // isAffix: false,
  183. // isKeepAlive: false,
  184. // funid: 71,
  185. // activeMenu: "/mattressInterface"
  186. // }
  187. // },
  188. // {
  189. // path: "/mattressInterface/3/edit",
  190. // name: "mattressInterfaceEditQd",
  191. // component: "/quote/mattressInterface/detail",
  192. // meta: {
  193. // icon: "iconpackage",
  194. // title: "修改床垫接口-清单补充",
  195. // isLink: "",
  196. // isHide: true,
  197. // isFull: false,
  198. // isAffix: false,
  199. // isKeepAlive: false,
  200. // funid: 71,
  201. // activeMenu: "/mattressInterface"
  202. // }
  203. // }
  204. // ]
  205. // }
  206. ];