|
|
@@ -470,6 +470,38 @@ let menu = [
|
|
|
flgRight:false,
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/inventory-manage/out-handle/index',
|
|
|
+ name: '出库办理',
|
|
|
+ component: () => import('@/view/inventory-manage/out-handle/index.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '出库办理',
|
|
|
+ notCache: false,
|
|
|
+ flgRight:true,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/inventory-manage/out-handle/add',
|
|
|
+ name: '其他出库-新建',
|
|
|
+ component: () => import('@/view/inventory-manage/out-handle/add.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '新建其他出库',
|
|
|
+ hideInMenu: true,
|
|
|
+ notCache: false,
|
|
|
+ flgRight:false,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/inventory-manage/entry-handle/edit',
|
|
|
+ name: '其他出库-编辑',
|
|
|
+ component: () => import('@/view/inventory-manage/out-handle/edit.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '编辑其他出库',
|
|
|
+ hideInMenu: true,
|
|
|
+ notCache: false,
|
|
|
+ flgRight:false,
|
|
|
+ },
|
|
|
+ },
|
|
|
]
|
|
|
},
|
|
|
{
|