添加组件及页面

This commit is contained in:
zhengw
2026-02-04 17:07:30 +08:00
parent e10c7bc537
commit 62039e3684
20 changed files with 756 additions and 55 deletions

View File

@@ -74,6 +74,16 @@ export const menuConfig = [
icon: 'home',
iconColor: iconColor,
children: [
{
title: '商品信息',
url: '/pages/other/goods/goods',
auth: 'SF_ERP_GOODS_VIEW',
},
{
title: '批次信息',
url: '/pages/other/batch/batch',
auth: 'SF_ERP_GOODS_BATCH_VIEW',
},
{
title: '原料出库',
url: '/pages/other/outbound/outbound',