优化盘点范围选择数据加载逻辑,将库区和库位的循环查询改为批量查询,新增warehouseIds和zoneIds数组参数支持,移除库区容量字段,修正盘点管理API路径前缀为assets
This commit is contained in:
@@ -4,6 +4,7 @@ import { newService } from '/@/utils/request';
|
||||
export interface ZoneQueryParams {
|
||||
keyword?: string;
|
||||
warehouseId?: string;
|
||||
warehouseIds?: string[];
|
||||
status?: string;
|
||||
pageNum?: number;
|
||||
pageSize?: number;
|
||||
@@ -16,7 +17,6 @@ export interface ZoneData {
|
||||
zoneCode?: string;
|
||||
zoneType?: string;
|
||||
warehouseId: string;
|
||||
capacity?: number;
|
||||
status?: string;
|
||||
remark?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user