|
@@ -185,14 +185,14 @@ export default [
|
|
|
},
|
|
|
/* 成品仓储 */
|
|
|
{
|
|
|
- path: 'finishedProductBatch',
|
|
|
- name: 'finishedProductBatch',
|
|
|
- component: () => import('@/views/finishedProduct/finishedProductBatch.vue')
|
|
|
+ path: 'finishedProductEnterBatch',
|
|
|
+ name: 'finishedProductEnterBatch',
|
|
|
+ component: () => import('@/views/finishedProduct/finishedProductEnterBatch.vue')
|
|
|
},
|
|
|
{
|
|
|
- path: 'finishedProduct',
|
|
|
- name: 'finishedProduct',
|
|
|
- component: () => import('@/views/finishedProduct/finishedProduct.vue')
|
|
|
+ path: 'finishedProductEnter',
|
|
|
+ name: 'finishedProductEnter',
|
|
|
+ component: () => import('@/views/finishedProduct/finishedProductEnter.vue')
|
|
|
},
|
|
|
{
|
|
|
path: 'finishedProductOuterBatch',
|