feat: 前端补充生命周期类型定义与工序词表
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import api from "./api";
|
||||
import type { LifecyclePhase } from "../types/api";
|
||||
|
||||
export interface DashboardStats {
|
||||
products_total: number;
|
||||
@ -86,6 +87,8 @@ export interface WipMatrixDetailRow {
|
||||
material_name: string;
|
||||
spec_model: string;
|
||||
task_status: string;
|
||||
/** 🔧 生命周期阶段:PRODUCTION(生产制造/发货测试) | AFTER_SALES(出库后返厂售后维修) */
|
||||
lifecycle_phase?: LifecyclePhase;
|
||||
assignee_id: string;
|
||||
assignee: string;
|
||||
duration_hours: number;
|
||||
|
||||
Reference in New Issue
Block a user