feat: 入库管理出库管理采购计划

This commit is contained in:
砂糖
2025-08-21 16:56:01 +08:00
parent 4422ebb37d
commit 3f01c5eb48
28 changed files with 5122 additions and 176 deletions

View File

@@ -115,6 +115,24 @@ export default {
url: '/pages/workbench/smartWM/smartWM',
category: '库房管理',
},
{
text: '采购进度',
icon: '/static/images/purchase.png',
url: '/pages/workbench/wms/purchase',
category: '库房管理',
},
{
text: '入库记录',
icon: '/static/images/ruku.png',
url: '/pages/workbench/wms/in',
category: '库房管理',
},
{
text: '出库记录',
icon: '/static/images/chuku.png',
url: '/pages/workbench/wms/out',
category: '库房管理',
},
{
text: '线上营销',
icon: '/static/images/yingxiao.png',