From 08b86cccfc8227ab065ee913f809609ef708486d Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期五, 21 八月 2026 09:59:21 +0800
Subject: [PATCH] 物料管理/物料分类/计量单位增加 Excel 导入功能
---
src/api/mes/wm/productissue/index.ts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/api/mes/wm/productissue/index.ts b/src/api/mes/wm/productissue/index.ts
index 00cec5e..d17e086 100644
--- a/src/api/mes/wm/productissue/index.ts
+++ b/src/api/mes/wm/productissue/index.ts
@@ -8,6 +8,9 @@
id?: number; // 棰嗘枡鍗曠紪鍙�
code?: string; // 棰嗘枡鍗曠紪鍙�
name?: string; // 棰嗘枡鍗曞悕绉�
+ taskId?: number; // 鐢熶骇浠诲姟 ID
+ taskCode?: string; // 鐢熶骇浠诲姟缂栫爜
+ taskName?: string; // 鐢熶骇浠诲姟鍚嶇О
workstationId?: number; // 宸ヤ綔绔欑紪鍙�
workstationCode?: string; // 宸ヤ綔绔欑紪鐮�
workstationName?: string; // 宸ヤ綔绔欏悕绉�
--
Gitblit v1.9.3