添加页面, 组件, 图标

This commit is contained in:
zhengw
2026-01-30 16:29:23 +08:00
parent 85483c7ca2
commit 3c7d7860b1
48 changed files with 1442 additions and 258 deletions

View File

@@ -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',
},
],
},
];