From bbce6db600e6bb0cf2a3bb78bdf5ccff70b737a8 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 23 七月 2026 13:05:10 +0800
Subject: [PATCH] feat(workorder): 添加工序投料BOM明细展开功能
---
src/api/crm/business/index.ts | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/src/api/crm/business/index.ts b/src/api/crm/business/index.ts
index 7da62ae..f30b5d3 100644
--- a/src/api/crm/business/index.ts
+++ b/src/api/crm/business/index.ts
@@ -21,7 +21,6 @@
statusTypeName?: string;
statusId: number;
statusName?: string;
- endStatus: number;
endRemark: string;
dealTime: Date;
totalProductPrice: number;
@@ -52,8 +51,7 @@
/** 鍟嗘満鏇存柊鐘舵�佽姹� */
export interface BusinessUpdateStatusReqVO {
id: number;
- statusId: number | undefined;
- endStatus: number | undefined;
+ statusId: number;
}
}
--
Gitblit v1.9.3