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

drugs.js 9.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. import Layout from '@/views/layout/Layout'
  2. export default {
  3. path: '/stock/drugs',
  4. component: Layout,
  5. redirect: 'noredirect',
  6. name: 'stockDrugs',
  7. alwaysShow: true,
  8. meta: {
  9. title: 'stockDrugs',
  10. icon: 'stock',
  11. isChild: true
  12. },
  13. children: [
  14. // {
  15. // path: '/stock/drugs/stock/query',
  16. // component: () => import('@/xt_pages/stock/drugs/query'),
  17. // name: 'drugsQuery',
  18. // meta: { title: 'drugsQuery', noCache: true }
  19. // },
  20. {
  21. path: '/stock/drugs/drugNewQuery',
  22. component: () => import('@/xt_pages/stock/drugs/drugNewQuery'),
  23. name: 'drugsNewQuery',
  24. meta: { title: 'drugsNewQuery', noCache: true }
  25. },
  26. {
  27. path: '/stock/drugs/stock/in',
  28. component: () => import('@/xt_pages/stock/drugs/drugStockInOrder'),
  29. name: 'drugsStockIn',
  30. meta: { title: 'drugsStockIn', noCache: true }
  31. },
  32. {
  33. path: '/stock/drugs/stock/out',
  34. component: () => import('@/xt_pages/stock/drugs/drugStockOutOrder'),
  35. name: 'drugsStockOut',
  36. meta: { title: 'drugsStockOut', noCache: true }
  37. },
  38. // {
  39. // path: '/stock/drugs/drugModifyPrice',
  40. // component: () => import('@/xt_pages/stock/drugs/drugModifyPrice'),
  41. // name: 'drugModifyPrice',
  42. // meta: { title: 'drugModifyPrice', noCache: true }
  43. // },
  44. {
  45. path: '/stock/drugs/drugModifyPricePrint',
  46. component: () => import('@/xt_pages/stock/drugs/drugModifyPricePrint'),
  47. name: 'drugModifyPricePrint',
  48. hidden: true,
  49. is_menu: false,
  50. meta: { title: 'drugModifyPricePrint', noCache: true }
  51. },
  52. // {
  53. // path: '/stock/drugs/drugDamaged',
  54. // component: () => import('@/xt_pages/stock/drugs/drugDamaged'),
  55. // name: 'drugDamaged',
  56. // meta: { title: 'drugDamaged', noCache: true }
  57. // },
  58. // {
  59. // path: '/stock/drugs/drugDamagePrint',
  60. // component: () => import('@/xt_pages/stock/drugs/drugDamagePrint'),
  61. // name: 'drugDamaged',
  62. // meta: { title: 'drugDamaged', noCache: true }
  63. // },
  64. // {
  65. // path: '/stock/drugs/drugWarning',
  66. // component: () => import('@/xt_pages/stock/drugs/drugWarning'),
  67. // name: 'drugWarning',
  68. // meta: { title: 'drugWarning', noCache: true }
  69. // },
  70. {
  71. path: '/stock/drugs/drugInventory',
  72. component: () => import('@/xt_pages/stock/drugs/drugInventory'),
  73. name: 'drugInventory',
  74. meta: { title: 'drugInventory', noCache: true }
  75. },
  76. {
  77. path: '/stock/drugs/inventoryPrint',
  78. component: () => import('@/xt_pages/stock/drugs/inventoryPrint'),
  79. name: 'inventoryPrint',
  80. hidden: true,
  81. is_menu: false,
  82. meta: { title: 'inventoryPrint', noCache: true }
  83. },
  84. {
  85. path: '/stock/drugs/print',
  86. component: () => import('@/xt_pages/stock/drugs/print'),
  87. name: 'print',
  88. hidden: true,
  89. is_menu: false,
  90. meta: { title: 'print', noCache: true }
  91. },
  92. // {
  93. // path: '/stock/drugs/stock/return',
  94. // component: () => import('@/xt_pages/stock/drugs/drugSalesReturnOrder'),
  95. // name: 'drugsStockReturn',
  96. // meta: { title: 'drugsStockReturn', noCache: true }
  97. // },
  98. {
  99. path: '/stock/drugs/stock/cancel',
  100. component: () => import('@/xt_pages/stock/drugs/cancelDrugStockOrder'),
  101. name: 'drugsStockCancel',
  102. meta: { title: 'drugsStockCancel', noCache: true }
  103. },
  104. {
  105. path: '/stock/drugs/stock/detail',
  106. component: () => import('@/xt_pages/stock/drugs/drugIndex'),
  107. name: 'drugDetail',
  108. meta: { title: '明细查询', noCache: true }
  109. },
  110. // {
  111. // path: '/stock/drugs/stock/adjustPrice',
  112. // component: () => import('@/xt_pages/stock/drugs/adjustPrice'),
  113. // name: 'drugsAdjustPrice',
  114. // meta: { title: 'drugsAdjustPrice', noCache: true }
  115. // },
  116. // {
  117. // path: '/stock/drugs/stock/reportLoss',
  118. // component: () => import('@/xt_pages/stock/drugs/reportLoss'),
  119. // name: 'drugsReportLoss',
  120. // meta: { title: 'drugsReportLoss', noCache: true }
  121. // },
  122. // {
  123. // path: '/stock/drugs/stock/drugsSurplus',
  124. // component: () => import('@/xt_pages/stock/drugs/drugsSurplus'),
  125. // name: 'drugsSurplus',
  126. // meta: { title: 'drugsSurplus', noCache: true }
  127. // },
  128. // {
  129. // path: '/stock/drugs/stock/drugsExpiryDate',
  130. // component: () => import('@/xt_pages/stock/drugs/drugsExpiryDate'),
  131. // name: 'drugsExpiryDate',
  132. // meta: { title: 'drugsExpiryDate', noCache: true }
  133. // },
  134. {
  135. path: '/drugstock/in/add',
  136. component: () => import('@/xt_pages/stock/drugs/drugStockInOrderAdd'),
  137. name: 'drugStockInOrderAdd',
  138. hidden: true,
  139. is_menu: false,
  140. meta: { title: 'drugStockInOrderAdd', noCache: true }
  141. },
  142. {
  143. path: '/drugstock/in/detail',
  144. component: () => import('@/xt_pages/stock/drugs/drugStockInDetail'),
  145. name: 'drugStockInDetail',
  146. hidden: true,
  147. is_menu: false,
  148. meta: { title: 'drugStockInDetail', noCache: true }
  149. }, {
  150. path: '/drugstock/return/detail',
  151. component: () => import('@/xt_pages/stock/drugs/drugSalesReturnDetail'),
  152. name: 'drugSalesReturnDetail',
  153. hidden: true,
  154. is_menu: false,
  155. meta: { title: 'drugSalesReturnDetail', noCache: true }
  156. }, {
  157. path: '/drugstock/return/add',
  158. component: () => import('@/xt_pages/stock/drugs/drugSalesReturnOrderAdd'),
  159. name: 'drugSalesReturnOrderAdd',
  160. hidden: true,
  161. is_menu: false,
  162. meta: { title: 'drugSalesReturnOrderAdd', noCache: true }
  163. }, {
  164. path: '/drugstock/out/add',
  165. component: () => import('@/xt_pages/stock/drugs/drugStockOutOrderAdd'),
  166. name: 'drugStockOutOrderAdd',
  167. hidden: true,
  168. is_menu: false,
  169. meta: { title: 'drugStockOutOrderAdd', noCache: true }
  170. }, {
  171. path: '/drugstock/out/detail',
  172. component: () => import('@/xt_pages/stock/drugs/drugStockOutDetail'),
  173. name: 'drugStockOutDetail',
  174. hidden: true,
  175. is_menu: false,
  176. meta: { title: 'drugStockOutDetail', noCache: true }
  177. }, {
  178. path: '/drugstock/cancel/add',
  179. component: () => import('@/xt_pages/stock/drugs/cancelDrugStockOrderAdd'),
  180. name: 'cancelDrugStockOrderAdd',
  181. hidden: true,
  182. is_menu: false,
  183. meta: { title: 'cancelDrugStockOrderAdd', noCache: true }
  184. }, {
  185. path: '/drugstock/cancel/detail',
  186. component: () => import('@/xt_pages/stock/drugs/cancelDrugStockDetail'),
  187. name: 'cancelDrugStockDetail',
  188. hidden: true,
  189. is_menu: false,
  190. meta: { title: 'cancelDrugStockDetail', noCache: true }
  191. },
  192. {
  193. path: '/drugstock/cancel/edit',
  194. component: () => import('@/xt_pages/stock/drugs/cancelDrugStockOrderEdit'),
  195. name: 'cancelDrugStockOrderEdit',
  196. hidden: true,
  197. is_menu: false,
  198. meta: { title: 'cancelDrugStockOrderEdit', noCache: true }
  199. },
  200. {
  201. path: '/drugstock/user/detail',
  202. component: () => import('@/xt_pages/stock/drugs/drugStockUserDetail'),
  203. name: 'drugStockUserDetail',
  204. hidden: true,
  205. is_menu: false,
  206. meta: { title: 'drugStockUserDetail', noCache: true }
  207. },
  208. // 编辑药品入库单
  209. {
  210. path: '/drugstock/in/order/edit',
  211. component: () => import('@/xt_pages/stock/drugs/drugStockInOrderEdit'),
  212. name: 'drugStockInOrderEdit',
  213. hidden: true,
  214. is_menu: false,
  215. meta: { title: 'drugStockInOrderEdit', noCache: true }
  216. },
  217. {
  218. path: '/drugstock/in/drugstockflow',
  219. component: () => import('@/xt_pages/stock/drugs/drugStockFlow'),
  220. name: 'drugStockFlow',
  221. hidden: true,
  222. is_menu: false,
  223. meta: { title: 'drugStockFlow', noCache: true }
  224. },
  225. {
  226. path: '/drugstock/in/drugbatchnumber',
  227. component: () => import('@/xt_pages/stock/drugs/drugBatchNumber'),
  228. name: 'drugBatchNumber',
  229. hidden: true,
  230. is_menu: false,
  231. meta: { title: 'drugBatchNumber', noCache: true }
  232. },
  233. {
  234. path: '/stock/stockoutorderedit',
  235. component: () => import('@/xt_pages/stock/stockOutOrderEdit'),
  236. name: 'stockOutOrderEdit',
  237. hidden: true,
  238. is_menu: false,
  239. meta: { title: 'stockOutOrderEdit', noCache: true }
  240. },
  241. {
  242. path: '/stock/in/order/edit',
  243. component: () => import('@/xt_pages/stock/stockInOrderEdit'),
  244. name: 'stockInOrderEdit',
  245. hidden: true,
  246. is_menu: false,
  247. meta: { title: 'stockInOrderEdit' }
  248. },
  249. {
  250. path: '/stock/in/stockflow',
  251. component: () => import('@/xt_pages/stock/stockFlow'),
  252. name: 'stockFlow',
  253. hidden: true,
  254. is_menu: false,
  255. meta: { title: 'stockFlow' }
  256. },
  257. {
  258. path: '/stock/in/stockbatchnumber',
  259. component: () => import('@/xt_pages/stock/stockBatchNumber'),
  260. name: 'stockBatchNumber',
  261. hidden: true,
  262. is_menu: false,
  263. meta: { title: 'stockBatchNumber' }
  264. },
  265. {
  266. path: '/drug/out/drugstockoutorderedit',
  267. component: () => import('@/xt_pages/stock/drugs/drugStockOutOrderEdit'),
  268. name: 'drugStockOutOrderEdit',
  269. hidden: true,
  270. is_menu: false,
  271. meta: { title: 'drugStockOutOrderEdit' }
  272. },
  273. {
  274. path: '/drug/cancel/print',
  275. component: () => import('@/xt_pages/stock/drugs/cancelDrugOrderPrint'),
  276. name: 'cancelDrugOrderPrint',
  277. hidden: true,
  278. is_menu: false,
  279. meta: { title: 'cancelDrugOrderPrint' }
  280. }
  281. ]
  282. }