feat(成品入库): 实现分页查询功能并优化界面交互

- 为成品入库模块添加分页查询功能
- 重构查询服务支持分页数据返回
- 优化主界面布局和交互逻辑
- 改进打印预览对话框状态显示
- 添加分页控件和相关命令处理
This commit is contained in:
2025-11-18 17:21:45 +08:00
parent 539abee410
commit ca3e27a566
9 changed files with 639 additions and 354 deletions

View File

@@ -193,7 +193,7 @@ namespace RIZO_Application.Models.Model
public string Remark { get; set; } = string.Empty;
}
public class FinishedProductQueryDto
public class FinishedProductQueryDto: PagerInfo
{
public DateTime? StartTime { get; set; }
public DateTime? EndTime { get; set; }