Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

MedicianManagement.js 6.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. import Layout from '@/views/layout/Layout'
  2. export default {
  3. path: '/MedicianManagement',
  4. component: Layout,
  5. name: 'MedicianManagement',
  6. alwaysShow: true,
  7. redirct: 'noredirect',
  8. meta: {
  9. title: 'MedicianManagement',
  10. icon: 'MedicianManagement',
  11. isChild: true
  12. },
  13. children: [
  14. {
  15. path: '/Pharmacy/MedicianManagement',
  16. component: () => import('@/xt_pages/stock/drugs/query'),
  17. name: '库存查询',
  18. meta: { title: '库存查询', noCache: true }
  19. },
  20. {
  21. path: '/Pharmacy/drugs/stock/in',
  22. component: () => import('@/xt_pages/stock/drugs/drugStockInOrder'),
  23. name: 'drugsStockIn',
  24. meta: { title: 'drugsStockIn', noCache: true }
  25. },
  26. {
  27. path: '/Pharmacy/drugs/stock/out',
  28. component: () => import('@/xt_pages/stock/drugs/drugStockOutOrder'),
  29. name: 'drugsStockOut',
  30. meta: { title: 'drugsStockOut', noCache: true }
  31. },
  32. {
  33. path: '/Pharmacy/drugs/drugModifyPricePrint',
  34. component: () => import('@/xt_pages/stock/drugs/drugModifyPricePrint'),
  35. name: 'drugModifyPricePrint',
  36. hidden: true,
  37. is_menu: false,
  38. meta: { title: 'drugModifyPricePrint', noCache: true }
  39. },
  40. {
  41. path: '/Pharmacy/drugs/drugInventory',
  42. component: () => import('@/xt_pages/stock/drugs/drugInventory'),
  43. name: 'drugInventory',
  44. meta: { title: 'drugInventory', noCache: true }
  45. },
  46. {
  47. path: '/Pharmacy/drugs/inventoryPrint',
  48. component: () => import('@/xt_pages/stock/drugs/inventoryPrint'),
  49. name: 'inventoryPrint',
  50. hidden: true,
  51. is_menu: false,
  52. meta: { title: 'inventoryPrint', noCache: true }
  53. },
  54. {
  55. path: '/Pharmacy/drugs/stock/cancel',
  56. component: () => import('@/xt_pages/stock/drugs/cancelDrugStockOrder'),
  57. name: 'drugsStockCancel',
  58. meta: { title: 'drugsStockCancel', noCache: true }
  59. },
  60. {
  61. path: '/Pharmacy/drugs/stock/detail',
  62. component: () => import('@/xt_pages/stock/drugs/drugIndex'),
  63. name: 'drugDetail',
  64. meta: { title: '明细查询', noCache: true }
  65. },
  66. {
  67. path: '/Pharmacy/in/add',
  68. component: () => import('@/xt_pages/stock/drugs/drugStockInOrderAdd'),
  69. name: 'drugStockInOrderAdd',
  70. hidden: true,
  71. is_menu: false,
  72. meta: { title: 'drugStockInOrderAdd', noCache: true }
  73. },
  74. {
  75. path: '/Pharmacy/in/detail',
  76. component: () => import('@/xt_pages/stock/drugs/drugStockInDetail'),
  77. name: 'drugStockInDetail',
  78. hidden: true,
  79. is_menu: false,
  80. meta: { title: 'drugStockInDetail', noCache: true }
  81. }, {
  82. path: '/Pharmacy/return/detail',
  83. component: () => import('@/xt_pages/stock/drugs/drugSalesReturnDetail'),
  84. name: 'drugSalesReturnDetail',
  85. hidden: true,
  86. is_menu: false,
  87. meta: { title: 'drugSalesReturnDetail', noCache: true }
  88. }, {
  89. path: '/Pharmacy/return/add',
  90. component: () => import('@/xt_pages/stock/drugs/drugSalesReturnOrderAdd'),
  91. name: 'drugSalesReturnOrderAdd',
  92. hidden: true,
  93. is_menu: false,
  94. meta: { title: 'drugSalesReturnOrderAdd', noCache: true }
  95. }, {
  96. path: '/Pharmacy/out/add',
  97. component: () => import('@/xt_pages/stock/drugs/drugStockOutOrderAdd'),
  98. name: 'drugStockOutOrderAdd_Pharmacy',
  99. hidden: true,
  100. is_menu: false,
  101. meta: { title: 'drugStockOutOrderAdd_Pharmacy', noCache: true }
  102. }, {
  103. path: '/Pharmacy/out/detail',
  104. component: () => import('@/xt_pages/stock/drugs/drugStockOutDetail'),
  105. name: 'drugStockOutDetail',
  106. hidden: true,
  107. is_menu: false,
  108. meta: { title: 'drugStockOutDetail', noCache: true }
  109. }, {
  110. path: '/Pharmacy/cancel/add',
  111. component: () => import('@/xt_pages/stock/drugs/cancelDrugStockOrderAdd'),
  112. name: 'cancelDrugStockOrderAdd',
  113. hidden: true,
  114. is_menu: false,
  115. meta: { title: 'cancelDrugStockOrderAdd', noCache: true }
  116. }, {
  117. path: '/Pharmacy/cancel/detail',
  118. component: () => import('@/xt_pages/stock/drugs/cancelDrugStockDetail'),
  119. name: 'cancelDrugStockDetail',
  120. hidden: true,
  121. is_menu: false,
  122. meta: { title: 'cancelDrugStockDetail', noCache: true }
  123. },
  124. {
  125. path: '/Pharmacy/cancel/edit',
  126. component: () => import('@/xt_pages/stock/drugs/cancelDrugStockOrderEdit'),
  127. name: 'cancelDrugStockOrderEdit',
  128. hidden: true,
  129. is_menu: false,
  130. meta: { title: 'cancelDrugStockOrderEdit', noCache: true }
  131. },
  132. {
  133. path: '/Pharmacy/user/detail',
  134. component: () => import('@/xt_pages/stock/drugs/drugStockUserDetail'),
  135. name: 'drugStockUserDetail',
  136. hidden: true,
  137. is_menu: false,
  138. meta: { title: 'drugStockUserDetail', noCache: true }
  139. },
  140. // 编辑药品入库单
  141. {
  142. path: '/Pharmacy/in/order/edit',
  143. component: () => import('@/xt_pages/stock/drugs/drugStockInOrderEdit'),
  144. name: 'drugStockInOrderEdit',
  145. hidden: true,
  146. is_menu: false,
  147. meta: { title: 'drugStockInOrderEdit', noCache: true }
  148. },
  149. {
  150. path: '/Pharmacy/in/drugstockflow',
  151. component: () => import('@/xt_pages/stock/drugs/drugStockFlow'),
  152. name: 'drugStockFlow',
  153. hidden: true,
  154. is_menu: false,
  155. meta: { title: 'drugStockFlow', noCache: true }
  156. },
  157. {
  158. path: '/Pharmacy/in/drugbatchnumber',
  159. component: () => import('@/xt_pages/stock/drugs/drugBatchNumber'),
  160. name: 'drugBatchNumber',
  161. hidden: true,
  162. is_menu: false,
  163. meta: { title: 'drugBatchNumber', noCache: true }
  164. },
  165. {
  166. path: '/Pharmacy/stockoutorderedit',
  167. component: () => import('@/xt_pages/stock/stockOutOrderEdit'),
  168. name: 'stockOutOrderEdit',
  169. hidden: true,
  170. is_menu: false,
  171. meta: { title: 'stockOutOrderEdit', noCache: true }
  172. },
  173. {
  174. path: '/Pharmacy/in/order/edit',
  175. component: () => import('@/xt_pages/stock/stockInOrderEdit'),
  176. name: 'stockInOrderEdit',
  177. hidden: true,
  178. is_menu: false,
  179. meta: { title: 'stockInOrderEdit' }
  180. },
  181. {
  182. path: '/Pharmacy/in/stockflow',
  183. component: () => import('@/xt_pages/stock/stockFlow'),
  184. name: 'stockFlow',
  185. hidden: true,
  186. is_menu: false,
  187. meta: { title: 'stockFlow' }
  188. },
  189. {
  190. path: '/Pharmacy/in/stockbatchnumber',
  191. component: () => import('@/xt_pages/stock/stockBatchNumber'),
  192. name: 'stockBatchNumber',
  193. hidden: true,
  194. is_menu: false,
  195. meta: { title: 'stockBatchNumber' }
  196. },
  197. {
  198. path: '/Pharmacy/out/drugstockoutorderedit',
  199. component: () => import('@/xt_pages/stock/drugs/drugStockOutOrderEdit'),
  200. name: 'drugStockOutOrderEdit',
  201. hidden: true,
  202. is_menu: false,
  203. meta: { title: 'drugStockOutOrderEdit' }
  204. },
  205. {
  206. path: '/Pharmacy/cancel/print',
  207. component: () => import('@/xt_pages/stock/drugs/cancelDrugOrderPrint'),
  208. name: 'cancelDrugOrderPrint',
  209. hidden: true,
  210. is_menu: false,
  211. meta: { title: 'cancelDrugOrderPrint' }
  212. }
  213. ]
  214. }