数据统计模块供应商点击弹框

This commit is contained in:
linxd
2025-07-16 09:36:14 +08:00
parent d978451fdc
commit f38ad1781f
6 changed files with 24 additions and 10 deletions

View File

@ -46,6 +46,7 @@ declare namespace DataStatistics {
evaluateYear: string | null; // 评价年度
evaluateResult: string; // 评价结果/等级
basePageRequest: null;
supplierId: string;
}
// 评价情况统计 - 查询参数
@ -82,6 +83,7 @@ declare namespace DataStatistics {
annualreviewYear: string; // 年审年度
annualStatisticsResult: string; // 年审结果
basePageRequest: null;
supplierId: string;
}
// 年审统计 - 查询参数
@ -117,6 +119,7 @@ declare namespace DataStatistics {
applyUser: string; // 申请人
applyTime: string; // 申请时间
basePageRequest: null;
supplierId: string;
}
// 退出统计 - 查询参数
@ -154,6 +157,7 @@ declare namespace DataStatistics {
accessDept: string; // 准入部门
categoryName: string | null; // 品类
basePageRequest: null;
supplierId: string;
}
// 资质过期 - 查询参数