feat(@vben/web-antd): erp-stock-stock 实现产品库存管理功能

- 新增产品库存管理页面,包括库存列表和搜索功能
- 添加导出库存数据功能
- 集成 API 接口和数据处理逻辑
- 优化页面布局和组件使用
This commit is contained in:
nehc
2025-07-31 13:43:47 +08:00
parent 32ee1b11ec
commit 8d660404dc
3 changed files with 148 additions and 26 deletions

View File

@@ -2,7 +2,7 @@ import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
namespace ErpStockApi {
export namespace ErpStockApi {
/** 产品库存信息 */
export interface Stock {
id?: number; // 编号