|
@@ -120,6 +120,28 @@ let menu = [
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
|
|
+ path: '/core/staff/add',
|
|
|
|
|
+ name: '员工管理-新建',
|
|
|
|
|
+ component: () => import('@/view/core/staff/add.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '新建员工',
|
|
|
|
|
+ hideInMenu: true,
|
|
|
|
|
+ notCache: false,
|
|
|
|
|
+ flgRight:false,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/core/staff/edit',
|
|
|
|
|
+ name: '员工管理-编辑',
|
|
|
|
|
+ component: () => import('@/view/core/staff/edit.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '编辑客户员工',
|
|
|
|
|
+ hideInMenu: true,
|
|
|
|
|
+ notCache: false,
|
|
|
|
|
+ flgRight:false,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
path: '/core/system-setting/index',
|
|
path: '/core/system-setting/index',
|
|
|
name: '系统参数',
|
|
name: '系统参数',
|
|
|
component: () => import('@/view/core/system-setting/index.vue'),
|
|
component: () => import('@/view/core/system-setting/index.vue'),
|
|
@@ -285,6 +307,28 @@ let menu = [
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
|
|
+ path: '/pur/purOrder/add',
|
|
|
|
|
+ name: '采购订单-新建',
|
|
|
|
|
+ component: () => import('@/view/pur/pur-order/add.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '新建采购订单',
|
|
|
|
|
+ hideInMenu: true,
|
|
|
|
|
+ notCache: false,
|
|
|
|
|
+ flgRight:false,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/core/purOrder/edit',
|
|
|
|
|
+ name: '采购订单-编辑',
|
|
|
|
|
+ component: () => import('@/view/pur/pur-order/edit.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '编辑采购订单',
|
|
|
|
|
+ hideInMenu: true,
|
|
|
|
|
+ notCache: false,
|
|
|
|
|
+ flgRight:false,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
path: '/pur/purReject/index',
|
|
path: '/pur/purReject/index',
|
|
|
name: '采购退货',
|
|
name: '采购退货',
|
|
|
component: () => import('@/view/pur/pur-reject/index.vue'),
|
|
component: () => import('@/view/pur/pur-reject/index.vue'),
|
|
@@ -319,6 +363,41 @@ let menu = [
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
|
|
+ path: '',
|
|
|
|
|
+ name: '账务管理',
|
|
|
|
|
+ component: Main,
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '账务管理',
|
|
|
|
|
+ notCache: true
|
|
|
|
|
+ },
|
|
|
|
|
+ children:[
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '',
|
|
|
|
|
+ name: '资金管理',
|
|
|
|
|
+ component: parentView,
|
|
|
|
|
+ flgRight: true,
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '资金管理',
|
|
|
|
|
+ notCache: true,
|
|
|
|
|
+ flgRight: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/fin/fundAccount/index',
|
|
|
|
|
+ name: '资金账户',
|
|
|
|
|
+ component: () => import('@/view/fin/fundAccount/index.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '资金账户',
|
|
|
|
|
+ notCache: false,
|
|
|
|
|
+ flgRight:true,
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
path: '/401',
|
|
path: '/401',
|
|
|
name:
|
|
name:
|
|
|
'error_401',
|
|
'error_401',
|