123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- import Layout from '@/views/layout/Layout'
-
- export default {
- path: '/stock',
- component: Layout,
- redirect: 'noredirect',
- name: 'stockManage',
- alwaysShow: true,
- meta: {
- title: 'stockManage',
- icon: 'stock',
- isChild: true
- },
- children: [
- {
- path: '/stock/query',
- component: () => import('@/xt_pages/stock/stockQuery'),
- name: 'stockQuery',
- meta: { title: 'stockQuery', noCache: true }
- },
- {
- path: '/stock/in',
- component: () => import('@/xt_pages/stock/stockInOrder'),
- name: 'stockInOrder',
- meta: { title: 'stockInOrder', noCache: true }
- },
-
-
-
-
-
-
- {
- path: '/stock/out',
- component: () => import('@/xt_pages/stock/stockOutOrder'),
- name: 'stockOutOrder',
- meta: { title: 'stockOutOrder', noCache: true }
- },
- {
- path: '/stock/cancel',
- component: () => import('@/xt_pages/stock/cancelStockOrder'),
- name: 'cancelStockOrder',
- meta: { title: 'cancelStockOrder', noCache: true }
- },
-
-
-
-
-
-
- {
- path: '/stock/stockModifyPricePrint',
- component: () => import('@/xt_pages/stock/stockModifyPricePrint'),
- name: 'stockModifyPricePrint',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockModifyPricePrint', noCache: true }
- },
-
-
-
-
-
-
- {
- path: '/stock/stockDamagePrint',
- component: () => import('@/xt_pages/stock/stockDamagePrint'),
- name: 'stockModifyPricePrint',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockModifyPricePrint', noCache: true }
- },
-
-
-
-
-
-
- {
- path: '/stock/stockInventory',
- component: () => import('@/xt_pages/stock/stockInventory'),
- name: 'stockInventory',
- meta: { title: 'stockInventory', noCache: true }
- },
- {
- path: '/stock/inventoryPrint',
- component: () => import('@/xt_pages/stock/inventoryPrint'),
- name: 'inventoryPrint',
- hidden: true,
- is_menu: false,
- meta: { title: 'inventoryPrint', noCache: true }
- },
-
- {
- path: '/stock/inventoryDetailPrint',
- component: () => import('@/xt_pages/stock/inventoryDetailPrint'),
- name: 'inventoryPrint',
- hidden: true,
- is_menu: false,
- meta: { title: 'inventoryPrint', noCache: true }
- },
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {
- path: '/stock/detail',
- component: () => import('@/xt_pages/stock/stockDetailIndex'),
- name: 'stockDetail',
- meta: { title: 'stockDetail', noCache: true }
- },
- {
- path: '/stock/in/add',
- component: () => import('@/xt_pages/stock/stockInOrderAdd'),
- name: 'stockInOrderAdd',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockInOrderAdd', noCache: true }
- },
- {
- path: '/stock/in/detail',
- component: () => import('@/xt_pages/stock/stockInDetail'),
- name: 'stockInDetail',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockInDetail', noCache: true }
- },
- {
- path: '/stock/return/detail',
- component: () => import('@/xt_pages/stock/salesReturnDetail'),
- name: 'salesReturnDetail',
- hidden: true,
- is_menu: false,
- meta: { title: 'salesReturnDetail', noCache: true }
- },
- {
- path: '/stock/return/add',
- component: () => import('@/xt_pages/stock/salesReturnOrderAdd'),
- name: 'salesReturnOrderAdd',
- hidden: true,
- is_menu: false,
- meta: { title: 'salesReturnOrderAdd', noCache: true }
- },
- {
- path: '/stock/out/add',
- component: () => import('@/xt_pages/stock/stockOutOrderAdd'),
- name: 'stockOutOrderAdd',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockOutOrderAdd', noCache: true }
- },
- {
- path: '/stock/out/detail',
- component: () => import('@/xt_pages/stock/stockOutDetail'),
- name: 'stockOutDetail',
- hidden: true,
- is_menu: false,
- meta: { title: 'stockOutDetail', noCache: true }
- },
- {
- path: '/stock/cancel/add',
- component: () => import('@/xt_pages/stock/cancelStockOrderAdd'),
- name: 'cancelStockOrderAdd',
- hidden: true,
- is_menu: false,
- meta: { title: 'cancelStockOrderAdd', noCache: true }
- },
- {
- path: '/stock/cancel/detail',
- component: () => import('@/xt_pages/stock/cancelStockDetail'),
- name: 'cancelStockDetail',
- hidden: true,
- is_menu: false,
- meta: { title: 'cancelStockDetail', noCache: true }
- },
- {
- path: '/stock/config',
- component: () => import('@/xt_pages/stock/index'),
- name: 'config',
- meta: { title: 'config', noCache: true }
- },
- {
- path: '/stock/print',
- component: () => import('@/xt_pages/stock/detail/print'),
- hidden: true,
- is_menu: false,
- name: 'stock_print',
- meta: {
- title: '库存打印',
- noCache: true
- }
- },
- {
- path: '/stock/user/detail',
- component: () => import('@/xt_pages/stock/stockUserDetail'),
- name: 'user_detail',
- hidden: true,
- is_menu: false,
- meta: { title: 'user_detail', noCache: true }
- },
-
- {
- path: '/stock/drugprint',
- component: () => import('@/xt_pages/stock/drugs/drugPrint'),
- hidden: true,
- is_menu: false,
- name: 'stock_print',
- meta: {
- title: '库存打印',
- noCache: true
- }
- },
- {
- path: '/stock/drugcancelprint',
- component: () => import('@/xt_pages/stock/drugs/drugCancelOurderPrint'),
- hidden: true,
- is_menu: false,
- name: 'stock_print',
- meta: {
- title: '退库打印',
- noCache: true
- }
- },
- {
- path: '/stock/drugoutorderprint',
- component: () => import('@/xt_pages/stock/drugs/drugOutOrderPrint'),
- hidden: true,
- is_menu: false,
- name: 'stock_print',
- meta: {
- title: '出库打印',
- noCache: true
- }
- },
- {
- path: '/stock/drugcanceldetaiprint',
- component: () => import('@/xt_pages/stock/drugs/drugCancelDetailPrint'),
- hidden: true,
- is_menu: false,
- name: 'stock_print',
- meta: {
- title: '出库打印',
- noCache: true
- }
- },
-
- {
- path: '/stock/drugStockInOrderDetailPrint',
- component: () => import('@/xt_pages/stock/drugs/drugStockInOrderDetailPrint'),
- hidden: true,
- is_menu: false,
- name: 'drugInOrderDetailPrint',
- meta: {
- title: '药品入库单打印',
- noCache: true
- }
- },
- {
- path: '/stock/drugStockOutOrderDetailPrint',
- component: () => import('@/xt_pages/stock/drugs/drugStockOutOrderDetailPrint'),
- hidden: true,
- is_menu: false,
- name: 'drugOutOrderDetailPrint',
- meta: {
- title: '药品入库单打印',
- noCache: true
- }
- },
-
- {
- path: '/stock/drugQueryPrint',
- component: () => import('@/xt_pages/stock/drugs/drugQueryPrint'),
- hidden: true,
- is_menu: false,
- name: 'drugQueryPrint',
- meta: {
- title: '药品入库单打印',
- noCache: true
- }
- },
- {
- path: '/stock/cancel/cancelstockorderedit',
- component: () => import('@/xt_pages/stock/cancelStockOrderEdit'),
- hidden: true,
- is_menu: false,
- name: 'drugQueryPrint',
- meta: {
- title: '耗材退库打印',
- noCache: true
- }
- },
-
- {
- path: '/stock/drugs/cancelstockorderprint',
- component: () => import('@/xt_pages/stock/cancelStockOrderPrint'),
- hidden: true,
- is_menu: false,
- name: 'stock_print',
- meta: {
- title: '退库打印',
- noCache: true
- }
- },
-
- {
- path: '/stock/inventoryTransfer/Addtrans',
- component: () => import('@/xt_pages/stock/inventoryTransfer/Addtrans'),
- hidden: true,
- is_menu: false,
- name: 'Addtrans',
- meta: {
- title: '新增调拨',
- noCache: true
- }
- },
-
- {
- path: '/stock/inventoryTransfer/transDetails',
- component: () => import('@/xt_pages/stock/inventoryTransfer/transDetails'),
- hidden: true,
- is_menu: false,
- name: 'Addtrans',
- meta: {
- title: '调拨详情',
- noCache: true
- }
- },
-
- {
- path: '/stock/inventoryTransfer/transedit',
- component: () => import('@/xt_pages/stock/inventoryTransfer/transEdit'),
- hidden: true,
- is_menu: false,
- name: 'transEdit',
- meta: {
- title: '编辑调拨',
- noCache: true
- }
- }
- ]
- }
|