From c6b0f9372c610473a2e8e85e11178d371733a410 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期一, 27 四月 2026 09:09:28 +0800
Subject: [PATCH] feat(productionReport): 添加报工审核记录查看功能
---
src/api/productionManagement/productionReporting.js | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/src/api/productionManagement/productionReporting.js b/src/api/productionManagement/productionReporting.js
index 7d54db7..2b52840 100644
--- a/src/api/productionManagement/productionReporting.js
+++ b/src/api/productionManagement/productionReporting.js
@@ -69,4 +69,14 @@
method: "post",
data: data,
});
-}
\ No newline at end of file
+}
+
+// 鏍规嵁鐢熶骇璁㈠崟鍙峰垎椤垫煡璇㈠綋鍓嶆墍鏈夌殑鎶ュ伐瀹℃牳璁板綍
+// /productionProductMain/listPage
+export function getProductionProductMain(data) {
+ return request({
+ url: "/productionProductMain/listPage",
+ method: "get",
+ params: data,
+ });
+}
--
Gitblit v1.9.3