添加页面, 组件, 图标
This commit is contained in:
@@ -45,6 +45,11 @@ export const menuConfig = [
|
||||
icon: 'cart-add',
|
||||
iconColor: iconColor,
|
||||
children: [
|
||||
{
|
||||
title: '请购订单',
|
||||
url: '/pages/purchase/requestOrder/requestOrder',
|
||||
auth: 'SF_ERP_PURCHASE_REQUEST_VIEW',
|
||||
},
|
||||
{
|
||||
title: '采购订单',
|
||||
url: '/pages/purchase/buyOrder/buyOrder',
|
||||
@@ -55,6 +60,11 @@ export const menuConfig = [
|
||||
url: '/pages/purchase/buyInOrder/buyInOrder',
|
||||
auth: 'SF_ERP_PURCHASE_STORE_VIEW',
|
||||
},
|
||||
{
|
||||
title: '采购退货',
|
||||
url: '/pages/purchase/backOrder/backOrder',
|
||||
auth: 'SF_ERP_PURCHASE_BACK_VIEW',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -84,4 +94,26 @@ export const menuConfig = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '基础资料',
|
||||
icon: 'grid-view',
|
||||
iconColor: iconColor,
|
||||
children: [
|
||||
{
|
||||
title: '供应商',
|
||||
url: '/pages/base/supplier/supplier',
|
||||
auth: 'SF_ERP_SUPPLIER_VIEW',
|
||||
},
|
||||
{
|
||||
title: '经销商',
|
||||
url: '/pages/base/customer/customer',
|
||||
auth: 'SF_ERP_CUSTOMER_VIEW',
|
||||
},
|
||||
{
|
||||
title: '结算账户',
|
||||
url: '/pages/base/account/account',
|
||||
auth: 'SF_ERP_ACCOUNT_VIEW',
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user