| | |
| | | name: 'arrivalNoticeListCancel', |
| | | code: '1202', |
| | | component: () => import('@/views/purchasesManager/arrivalNoticeList'), |
| | | meta: { code: '1202', title: '到货通知单', icon: '', keepAlive: true } |
| | | meta: { code: '1202', title: '采购收货单', icon: '', keepAlive: true } |
| | | }, { |
| | | path: 'salesStatisticsList', |
| | | name: 'salesStatisticsCancel', |
| | | code: '1203', |
| | | component: () => import('@/views/purchasesManager/salesStatisticsList'), |
| | | meta: { code: '1203', title: '销售订单', icon: '', keepAlive: true } |
| | | }, { |
| | | path: 'goodsStatisticsList', |
| | | name: 'goodsStatisticsListCancel', |
| | | code: '1204', |
| | | component: () => import('@/views/purchasesManager/goodsStatisticsList'), |
| | | meta: { code: '1204', title: '销货单', icon: '', keepAlive: true } |
| | | }, { |
| | | path: 'InventoryLedgerList', |
| | | name: 'InventoryLedgerListCancel', |
| | | code: '1205', |
| | | component: () => import('@/views/purchasesManager/InventoryLedgerList'), |
| | | meta: { code: '1205', title: '库存台账', icon: '', keepAlive: true } |
| | | } |
| | | ] |
| | | } |