hisTool.js 7.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. import Layout from '@/views/layout/Layout'
  2. export default {
  3. path: '/hisTool',
  4. component: Layout,
  5. redirect: 'noredirect',
  6. name: 'hisTool',
  7. alwaysShow: true,
  8. meta: {
  9. title: 'hisTool',
  10. icon: 'hisTool',
  11. isChild: true
  12. },
  13. children: [
  14. {
  15. path: '/hisTool/modeTemplate',
  16. component: () => import('@/xt_pages/outpatientDoctorStation/modeTemplate'),
  17. name: 'modeTemplate',
  18. meta: { title: 'modeTemplate', noCache: true }
  19. },
  20. {
  21. path: '/hisTool/batchTemplate',
  22. component: () => import('@/xt_pages/outpatientDoctorStation/batch_mode_template'),
  23. name: 'batchModeTemplate',
  24. meta: { title: 'batchModeTemplate', noCache: true },
  25. hidden: true,
  26. is_menu: false
  27. },
  28. {
  29. path: '/hisTool/batchDelete',
  30. component: () => import('@/xt_pages/outpatientDoctorStation/batch_delete'),
  31. name: 'batchDelete',
  32. meta: { title: 'batchDelete', noCache: true },
  33. hidden: true,
  34. is_menu: false
  35. },
  36. {
  37. path: '/hisTool/batchReplacement',
  38. component: () => import('@/xt_pages/outpatientDoctorStation/batch_replacement'),
  39. name: 'batchReplacement',
  40. meta: { title: 'batchReplacement', noCache: true },
  41. hidden: true,
  42. is_menu: false
  43. },
  44. {
  45. path: '/hisTool/modeTemplateDetail',
  46. component: () => import('@/xt_pages/outpatientDoctorStation/modeTemplateDetail'),
  47. name: 'modeTemplateDetail',
  48. meta: { title: 'modeTemplateDetail', noCache: true },
  49. hidden: true,
  50. is_menu: false
  51. },
  52. {
  53. path: '/hisTool/prescriptionTemplate',
  54. component: () => import('@/xt_pages/outpatientDoctorStation/prescriptionTemplate'),
  55. name: 'prescriptionTemplate',
  56. meta: { title: 'prescriptionTemplate', noCache: true }
  57. }, {
  58. path: '/hisTool/prescriptionTemplatedetail',
  59. component: () => import('@/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail'),
  60. name: 'prescriptionTemplatedetail',
  61. hidden: true,
  62. is_menu: false,
  63. meta: { title: 'prescriptionTemplatedetail', noCache: true }
  64. }, {
  65. path: '/hisTool/costComparison',
  66. component: () => import('@/xt_pages/outpatientCharges/costComparison'),
  67. name: 'costComparison',
  68. meta: { title: 'costComparison', noCache: true }
  69. }, {
  70. path: '/hisTool/outpatientRecord',
  71. component: () => import('@/xt_pages/outpatientRecord/outpatientRecord'),
  72. name: 'outpatientSickRecord',
  73. meta: { title: 'outpatientSickRecord', noCache: true }
  74. }, {
  75. path: '/hisTool/summary',
  76. component: () => import('@/xt_pages/outpatientTool/summary'),
  77. name: 'summary_tool',
  78. meta: { title: 'summary_tool', noCache: true }
  79. }, {
  80. path: '/hisTool/p_summary',
  81. component: () => import('@/xt_pages/outpatientTool/PrescriptionSmmary'),
  82. name: 'p_summary_tool',
  83. meta: { title: 'p_summary_tool', noCache: true }
  84. },
  85. {
  86. path: '/hisTool/print',
  87. component: () => import('@/xt_pages/outpatientTool/labelPrint'),
  88. name: 'labelPrint',
  89. meta: { title: 'labelPrint', noCache: true }
  90. },
  91. // {
  92. // path: '/hisTool/faPiao',
  93. // component: () => import('@/xt_pages/outpatientTool/fapiao'),
  94. // name: 'faPiao',
  95. // meta: { title: 'faPiao', noCache: true }
  96. // },
  97. // {
  98. // path: '/hisTool/faPiao',
  99. // component: () => import('@/xt_pages/outpatientTool/fapiao'),
  100. // name: 'faPiao',
  101. // meta: { title: 'faPiao', noCache: true }
  102. // },
  103. {
  104. path: '/hisTool/yidiClear',
  105. component: () => import('@/xt_pages/outpatientTool/yidiClear'),
  106. name: 'yidiClear',
  107. meta: { title: 'yidiClear', noCache: true }
  108. }, {
  109. path: '/hisTool/queryData',
  110. component: () => import('@/xt_pages/outpatientTool/queryData'),
  111. name: 'queryData',
  112. meta: { title: 'queryData', noCache: true }
  113. },
  114. {
  115. path: '/hisTool/statistics',
  116. component: () => import('@/xt_pages/outpatientTool/statistics'),
  117. name: 'statistics',
  118. meta: { title: 'statistics', noCache: true }
  119. },
  120. {
  121. path: '/hisTool/zeroSummary',
  122. component: () => import('@/xt_pages/outpatientTool/zeroSummary'),
  123. name: 'zeroSummary',
  124. meta: { title: 'zeroSummary', noCache: true }
  125. },
  126. {
  127. path: '/hisTool/detailPrint',
  128. component: () => import('@/xt_pages/outpatientTool/detailPrint'),
  129. name: 'detailPrint',
  130. hidden: true,
  131. is_menu: false,
  132. meta: { title: 'detailPrint', noCache: true }
  133. },
  134. {
  135. path: '/hisTool/gatherPrint',
  136. component: () => import('@/xt_pages/outpatientTool/gatherPrint'),
  137. name: 'gatherPrint',
  138. hidden: true,
  139. is_menu: false,
  140. meta: { title: 'gatherPrint', noCache: true }
  141. },
  142. {
  143. path: '/hisTool/gatherPrintInvoice',
  144. component: () => import('@/xt_pages/outpatientTool/gatherPrintInvoice'),
  145. name: 'gatherPrint',
  146. hidden: true,
  147. is_menu: false,
  148. meta: { title: 'gatherPrint', noCache: true }
  149. },
  150. // 灵山盛康汇总打印发票
  151. {
  152. path: '/hisTool/garherinvoice_lingshang',
  153. component: () => import('@/xt_pages/outpatientTool/garherinvoice_lingshang'),
  154. name: 'gatherPrint',
  155. hidden: true,
  156. is_menu: false,
  157. meta: { title: 'gatherPrint', noCache: true }
  158. },
  159. {
  160. path: '/hisTool/export',
  161. component: () => import('@/xt_pages/outpatientTool/export'),
  162. name: 'export',
  163. meta: { title: 'export', noCache: true }
  164. },
  165. {
  166. path: '/hisTool/exportOne',
  167. component: () => import('@/xt_pages/outpatientTool/exportOne'),
  168. name: 'exportOne',
  169. meta: { title: 'exportOne', noCache: true }
  170. }, {
  171. path: '/hisTool/orgExportData',
  172. component: () => import('@/xt_pages/outpatientTool/org_export_data'),
  173. name: 'orgExportData',
  174. meta: { title: 'orgExportData', noCache: true }
  175. },
  176. { //药品盘存
  177. path: '/outpatientTool/drugStock',
  178. component: () => import('@/xt_pages/outpatientTool/drugStock'),
  179. name: 'drugStock',
  180. meta: {
  181. title: '药品盘存',
  182. noCache: true
  183. }
  184. },
  185. {//药品变更
  186. path: '/outpatientTool/drugChange',
  187. component: () => import('@/xt_pages/outpatientTool/drugChange'),
  188. name: 'drugChange',
  189. meta: {
  190. title: '药品变更',
  191. noCache: true
  192. }
  193. },
  194. {//药品查询
  195. path: '/outpatientTool/drugQuery',
  196. component: () => import('@/xt_pages/outpatientTool/drugQuery'),
  197. name: 'drugQuery',
  198. meta: {
  199. title: '药品查询',
  200. noCache: true
  201. },
  202. },
  203. // {
  204. // path: '/fapiao/settle',
  205. // component: () => import('@/xt_pages/fapiao/settleDetail'),
  206. // name: 'settleDetail',
  207. // meta: { title: 'settleDetail', noCache: true }
  208. // },
  209. // {
  210. // path: '/fapiao/patientsettle',
  211. // component: () => import('@/xt_pages/fapiao/patientSettleDetail'),
  212. // name: 'patientSettleDetail',
  213. // meta: { title: 'patientSettleDetail', noCache: true },
  214. // },
  215. // {
  216. // path: '/fapiao/elefapiao',
  217. // component: () => import('@/xt_pages/fapiao/fapiao'),
  218. // // name: 'fapiao',
  219. // name:'elefapiao',
  220. // // meta: { title: 'fapiao', noCache: true },
  221. // meta: { title: 'elefapiao', noCache: true },
  222. // },
  223. ]
  224. }