添加供应商点击弹框

This commit is contained in:
linxd
2025-07-16 09:26:08 +08:00
parent b8f9763f4a
commit aebb615fb6
16 changed files with 277 additions and 86 deletions

View File

@ -240,7 +240,7 @@ declare namespace SupplierEvaluateResult {
deptName?: string;
evaluatorName?: string;
evaluateTaskId?: string;
supplierId?: string;
supplierId: string;
[key: string]: any;
}