| | |
| | | name: 'createDelivery', |
| | | component: () => import('../views/sd/delivery/CreateDelivery.vue'), |
| | | }, |
| | | { |
| | | path: 'deliveryPrinting', |
| | | name: 'deliveryPrinting', |
| | | component: () => import('../views/sd/delivery/DeliveryPrinting.vue'), |
| | | }, |
| | | |
| | | |
| | | { |
| | |
| | | path: 'createCustomer', |
| | | name: 'createCustomer', |
| | | component: () => import('../views/sd/customer/CreateCustomer.vue'), |
| | | }, |
| | | { |
| | | path: 'selectCustomerOrder', |
| | | name: 'selectCustomerOrder', |
| | | component: () => import('../views/sd/customer/SelectCustomerOrder.vue'), |
| | | } |
| | | ] |
| | | }, |
| | |
| | | name: 'damageReport', |
| | | component: () => import('../views/pp/report/DamageReport.vue'), |
| | | }, |
| | | { |
| | | //跨工序次破报表 |
| | | path: 'crossProcessBreaking', |
| | | name: 'crossProcessBreaking', |
| | | component: () => import('../views/pp/report/crossProcessBreaking.vue'), |
| | | }, |
| | | // { |
| | | // path: '', |
| | | // redirect:'/main/report/ProductionSchedule' |
| | |
| | | /*----------- 仓储报表 ----------------*/ |
| | | path: 'stockReport', |
| | | name: 'stockReport', |
| | | component: () => import('../views/mm/stockReport/stockReport.vue'), |
| | | component: () => import('../views/mm/stockReport/StockReport.vue'), |
| | | children:[ |
| | | { |
| | | path: 'WarehouseReport', |