123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- import Layout from '@/views/layout/Layout'
-
- export default {
- path: '/stock/selfPreparedMedicine',
- component: Layout,
- redirect: 'noredirect',
- name: 'selfPreparedMedicine',
- alwaysShow: true,
- meta: {
- title: 'selfPreparedMedicine',
- icon: 'stock',
- isChild: true
- },
- children: [
- // {
- // path: '/stock/selfstockquery',
- // component: () => import('@/xt_pages/stock/selfPreparedMedicine/stockquery'),
- // name: 'stockquery',
- // meta: { title: '库存查询', noCache: true }
-
- // },
-
- {
- path:'/stock/selfdrugquery',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfDrugQuery'),
- name: 'stockquery',
- meta: { title: '库存查询', noCache: true }
-
- },
-
- {
- path: '/stock/selfwarehouse/info',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/warehouseInfo'),
- name: 'selfPrepareWaresing',
- meta: { title: '入库单', noCache: true }
-
- },
- {
- path: '/stock/selfwarehouse/info/add',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/addWarehouseInfo'),
- name: 'selfPrepareWaresingAdd',
- meta: { title: '自备药入库', noCache: true },
- hidden: true,
- is_menu: false,
- },
- {
- path: '/stock/selfwarehouse/info/edit',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/editWarehouseInfo'),
- name: 'selfPrepareWaresingEdit',
- meta: { title: '自备药编辑入库', noCache: true },
- hidden: true,
- is_menu: false,
- },
- {
- path: '/stock/selfwarehouse/out',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/warehouseOut'),
- name: 'selfPrepareWareOut',
- meta: { title: '出库单', noCache: true }
-
- },
- {
- path: '/stock/selfwarehouse/out/add',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/addWarehouseOut'),
- name: 'SelfeditWarehouseOut',
- meta: { title: '自备药出库', noCache: true },
- hidden: true,
- is_menu: false,
- },
- {
- path: '/stock/selfwarehouse/out/edit',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/editWarehouseOut'),
- name: 'SelfeditWarehouseOut',
- meta: { title: '自备药编辑出库', noCache: true },
- hidden: true,
- is_menu: false,
- },
-
- {
- path: '/stock/selfwarehouse/selfdrugflow',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfDrugFlow'),
- name: 'selfdrugflow',
- meta: { title: '自备药流水', noCache: true },
- hidden: true,
- is_menu: false,
- },
- {
- path: '/stock/selfwarehouse/selfpatientdrugflow',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfPatientDrugFlow'),
- name: 'selfdrugflow',
- meta: { title: '自备药流水', noCache: true },
- hidden: true,
- is_menu: false,
- },
-
- {
- path: '/stock/selfwarehouse/selfdrugbatchnumber',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/selfDrugBatchNumber'),
- name: 'selfdrugflow',
- meta: { title: '自备药批次', noCache: true },
- hidden: true,
- is_menu: false,
- },
-
- {
- path: '/stock/selfPreparedMedicineIndex',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/index'),
- name: 'selfPreparedMedicineIndex',
- meta: { title: 'selfPreparedMedicineIndex', noCache: true }
- },
- {
- path: '/stock/selfPreparedMedicineQuery',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/query'),
- name: 'selfPreparedMedicineQuery',
- meta: { title: 'selfPreparedMedicineQuery', noCache: true }
- },
- {
- path: '/stock/selfPreparedMedicineQueryPrint',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/queryPrint'),
- name: 'selfPreparedMedicineQueryPrint',
- hidden: true,
- is_menu: false,
- meta: { title: 'selfPreparedMedicineQueryPrint', noCache: true }
- },
- {
- path: '/stock/selfPreparedMedicineInfo',
- component: () => import('@/xt_pages/stock/selfPreparedMedicine/info'),
- name: 'selfPreparedMedicineInfo',
- meta: { title: 'selfPreparedMedicineInfo', noCache: true }
- },
- {
- path: '/stock/stockprint',
- component: () => import('@/xt_pages/stock/stockPrint'),
- name: 'stockqueryprint',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockprint', noCache: true }
- },
- {
- path: '/stock/selfstockprint',
- component: () => import('@/xt_pages/stock/selfStockPrint'),
- name: 'selfStockQuery',
- hidden: true,
- is_menu: false,
- meta: { title: 'selfStockPrint', noCache: true }
- },
-
- {
- path: '/stock/stockprint',
- component: () => import('@/xt_pages/stock/stockPrint'),
- name: 'stockqueryprint',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockprint', noCache: true }
- },
-
- {
- path: '/stock/in/detail/print',
- component: () => import('@/xt_pages/stock/stockInOrderDetailPrint'),
- name: 'stockInDetailPrint',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockInDetailPrint', noCache: true }
- },
- {
- path: '/stock/out/detail/print',
- component: () => import('@/xt_pages/stock/stockOutOrderDetailPrint'),
- name: 'stockOutDetailPrint',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockOutDetailPrint', noCache: true }
- }
- ]
- }
|