From a17257382b733190906c8d485e9f6d176ffd60a3 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 14 八月 2026 11:48:31 +0800
Subject: [PATCH] Merge branch 'dev_pro2.0' of http://114.132.189.42:9002/r/mom-pro2-before into dev_pro2.0

---
 src/api/mes/wm/salesnotice/line/index.ts |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/api/mes/wm/salesnotice/line/index.ts b/src/api/mes/wm/salesnotice/line/index.ts
index 4690a7e..cb908e7 100644
--- a/src/api/mes/wm/salesnotice/line/index.ts
+++ b/src/api/mes/wm/salesnotice/line/index.ts
@@ -1,4 +1,4 @@
-import type { PageParam, PageResult } from '..\..\..\..\..\packages\effects\request\src';
+import type { PageParam, PageResult } from '@vben/request';
 
 import { requestClient } from '#/api/request';
 
@@ -7,6 +7,7 @@
   export interface SalesNoticeLine {
     id?: number; // 琛岀紪鍙�
     noticeId?: number; // 鍙戣揣閫氱煡鍗曠紪鍙�
+    saleOrderItemId?: number; // 閿�鍞鍗曟槑缁咺D锛堢敤浜庤拷婧級
     itemId?: number; // 鐗╂枡缂栧彿
     itemCode?: string; // 鐗╂枡缂栫爜
     itemName?: string; // 鐗╂枡鍚嶇О
@@ -15,6 +16,7 @@
     batchId?: number; // 鎵规缂栧彿
     batchCode?: string; // 鎵规鍙�
     quantity?: number; // 鍙戣揣鏁伴噺
+    outCount?: number; // 宸插嚭搴撴暟閲�
     oqcCheckFlag?: boolean; // 鏄惁妫�楠�
     remark?: string; // 澶囨敞
   }

--
Gitblit v1.9.3