feat: 在制品附加信息补全 — 设备名称|规格型号|序列号|身份证

后端: WipTask 新增 spec_model, 查询关联 Product.spec_model
前端: 第二行格式改为 物料|规格|序列号:xxx|身份证:xxx
This commit is contained in:
2026-08-12 14:43:20 +08:00
parent f608f6bf81
commit 729de138cd
3 changed files with 16 additions and 11 deletions

View File

@ -22,6 +22,7 @@ export interface WipTask {
product_sn: string;
external_serial: string | null;
material_name: string;
spec_model: string;
status: string;
received_at: string;
duration_hours: number;