From 166ff56efefe6682a9d840fe0f1fa6e456833556 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 04 九月 2026 18:34:23 +0800
Subject: [PATCH] fix: 时效模块原型

---
 src/api/product/twist.ts |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/api/product/twist.ts b/src/api/product/twist.ts
index c64fbc4..5677da7 100644
--- a/src/api/product/twist.ts
+++ b/src/api/product/twist.ts
@@ -81,6 +81,20 @@
     });
   },
 
+  // 鏌ヨ鍙鐢ㄧ殑鍘熸潗鏂欐壒娆★紙涓� PC 绔挗鑺鐢ㄤ娇鐢ㄥ悓涓�鎺ュ彛锛�
+  getMaterialBatchStockPage(params: {
+    current?: number;
+    size?: number;
+    batchCode?: string;
+    materialType?: string;
+  }) {
+    return request<BaseResult<any>>({
+      url: "/material/batch/list",
+      method: "POST",
+      data: params,
+    });
+  },
+
   // 鏍规嵁鍗曚笣缂栧彿鏌ヨ
   selectByMonofilamentNumber(params: { monofilamentNumber: string }) {
     return request<BaseResult<any>>({

--
Gitblit v1.9.3