selfPreparedMedicine.js 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. import Layout from '@/views/layout/Layout'
  2. export default {
  3. path: '/stock/selfPreparedMedicine',
  4. component: Layout,
  5. redirect: 'noredirect',
  6. name: 'selfPreparedMedicine',
  7. alwaysShow: true,
  8. meta: {
  9. title: 'selfPreparedMedicine',
  10. icon: 'stock',
  11. isChild: true
  12. },
  13. children: [
  14. // {
  15. // path: '/stock/selfstockquery',
  16. // component: () => import('@/xt_pages/stock/selfPreparedMedicine/stockquery'),
  17. // name: 'stockquery',
  18. // meta: { title: '库存查询', noCache: true }
  19. // },
  20. {
  21. path:'/stock/selfdrugquery',
  22. component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfDrugQuery'),
  23. name: 'stockquery',
  24. meta: { title: '库存查询', noCache: true }
  25. },
  26. {
  27. path: '/stock/selfwarehouse/info',
  28. component: () => import('@/xt_pages/stock/selfPreparedMedicine/warehouseInfo'),
  29. name: 'selfPrepareWaresing',
  30. meta: { title: '入库单', noCache: true }
  31. },
  32. {
  33. path: '/stock/selfwarehouse/info/add',
  34. component: () => import('@/xt_pages/stock/selfPreparedMedicine/addWarehouseInfo'),
  35. name: 'selfPrepareWaresingAdd',
  36. meta: { title: '自备药入库', noCache: true },
  37. hidden: true,
  38. is_menu: false,
  39. },
  40. {
  41. path: '/stock/selfwarehouse/info/edit',
  42. component: () => import('@/xt_pages/stock/selfPreparedMedicine/editWarehouseInfo'),
  43. name: 'selfPrepareWaresingEdit',
  44. meta: { title: '自备药编辑入库', noCache: true },
  45. hidden: true,
  46. is_menu: false,
  47. },
  48. {
  49. path: '/stock/selfwarehouse/out',
  50. component: () => import('@/xt_pages/stock/selfPreparedMedicine/warehouseOut'),
  51. name: 'selfPrepareWareOut',
  52. meta: { title: '出库单', noCache: true }
  53. },
  54. {
  55. path: '/stock/selfwarehouse/out/add',
  56. component: () => import('@/xt_pages/stock/selfPreparedMedicine/addWarehouseOut'),
  57. name: 'SelfeditWarehouseOut',
  58. meta: { title: '自备药出库', noCache: true },
  59. hidden: true,
  60. is_menu: false,
  61. },
  62. {
  63. path: '/stock/selfwarehouse/out/edit',
  64. component: () => import('@/xt_pages/stock/selfPreparedMedicine/editWarehouseOut'),
  65. name: 'SelfeditWarehouseOut',
  66. meta: { title: '自备药编辑出库', noCache: true },
  67. hidden: true,
  68. is_menu: false,
  69. },
  70. {
  71. path: '/stock/selfwarehouse/selfdrugflow',
  72. component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfDrugFlow'),
  73. name: 'selfdrugflow',
  74. meta: { title: '自备药流水', noCache: true },
  75. hidden: true,
  76. is_menu: false,
  77. },
  78. {
  79. path: '/stock/selfwarehouse/selfpatientdrugflow',
  80. component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfPatientDrugFlow'),
  81. name: 'selfdrugflow',
  82. meta: { title: '自备药流水', noCache: true },
  83. hidden: true,
  84. is_menu: false,
  85. },
  86. {
  87. path: '/stock/selfwarehouse/selfdrugbatchnumber',
  88. component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfDrugBatchNumber'),
  89. name: 'selfdrugflow',
  90. meta: { title: '自备药批次', noCache: true },
  91. hidden: true,
  92. is_menu: false,
  93. },
  94. {
  95. path: '/stock/selfPreparedMedicineIndex',
  96. component: () => import('@/xt_pages/stock/selfPreparedMedicine/index'),
  97. name: 'selfPreparedMedicineIndex',
  98. meta: { title: 'selfPreparedMedicineIndex', noCache: true }
  99. },
  100. {
  101. path: '/stock/selfPreparedMedicineQuery',
  102. component: () => import('@/xt_pages/stock/selfPreparedMedicine/query'),
  103. name: 'selfPreparedMedicineQuery',
  104. meta: { title: 'selfPreparedMedicineQuery', noCache: true }
  105. },
  106. {
  107. path: '/stock/selfPreparedMedicineQueryPrint',
  108. component: () => import('@/xt_pages/stock/selfPreparedMedicine/queryPrint'),
  109. name: 'selfPreparedMedicineQueryPrint',
  110. hidden: true,
  111. is_menu: false,
  112. meta: { title: 'selfPreparedMedicineQueryPrint', noCache: true }
  113. },
  114. {
  115. path: '/stock/selfPreparedMedicineInfo',
  116. component: () => import('@/xt_pages/stock/selfPreparedMedicine/info'),
  117. name: 'selfPreparedMedicineInfo',
  118. meta: { title: 'selfPreparedMedicineInfo', noCache: true }
  119. },
  120. {
  121. path: '/stock/stockprint',
  122. component: () => import('@/xt_pages/stock/stockPrint'),
  123. name: 'stockqueryprint',
  124. hidden: true,
  125. is_menu: false,
  126. meta: { title: 'stockprint', noCache: true }
  127. },
  128. {
  129. path: '/stock/selfstockprint',
  130. component: () => import('@/xt_pages/stock/selfStockPrint'),
  131. name: 'selfStockQuery',
  132. hidden: true,
  133. is_menu: false,
  134. meta: { title: 'selfStockPrint', noCache: true }
  135. },
  136. {
  137. path: '/stock/stockprint',
  138. component: () => import('@/xt_pages/stock/stockPrint'),
  139. name: 'stockqueryprint',
  140. hidden: true,
  141. is_menu: false,
  142. meta: { title: 'stockprint', noCache: true }
  143. },
  144. {
  145. path: '/stock/in/detail/print',
  146. component: () => import('@/xt_pages/stock/stockInOrderDetailPrint'),
  147. name: 'stockInDetailPrint',
  148. hidden: true,
  149. is_menu: false,
  150. meta: { title: 'stockInDetailPrint', noCache: true }
  151. },
  152. {
  153. path: '/stock/out/detail/print',
  154. component: () => import('@/xt_pages/stock/stockOutOrderDetailPrint'),
  155. name: 'stockOutDetailPrint',
  156. hidden: true,
  157. is_menu: false,
  158. meta: { title: 'stockOutDetailPrint', noCache: true }
  159. }
  160. ]
  161. }