From f9e6eb6fc2c2e0c2a2b17238b817fcbfcb6bab56 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 10 八月 2026 16:38:45 +0800
Subject: [PATCH] feat(erp): 添加采购来票管理和付款关联功能
---
src/api/mes/pro/workorder/index.ts | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/api/mes/pro/workorder/index.ts b/src/api/mes/pro/workorder/index.ts
index 15a7635..8dacc2e 100644
--- a/src/api/mes/pro/workorder/index.ts
+++ b/src/api/mes/pro/workorder/index.ts
@@ -14,6 +14,7 @@
productId?: number; // 浜у搧缂栧彿
productName?: string; // 浜у搧鍚嶇О
productCode?: string; // 浜у搧缂栫爜
+ itemCode?: string; // 浜у搧缂栫爜锛堢墿鏂欑紪鐮侊級
productSpecification?: string; // 瑙勬牸鍨嬪彿
unitMeasureName?: string; // 鍗曚綅鍚嶇О
quantity?: number; // 鐢熶骇鏁伴噺
--
Gitblit v1.9.3