From 1daa22ed05c77e4a8c3069124a1849d5d6504f69 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 30 七月 2026 17:57:00 +0800
Subject: [PATCH] 修改报工审批数据显示

---
 src/api/productionManagement/productionProductMain.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/productionManagement/productionProductMain.js b/src/api/productionManagement/productionProductMain.js
index 902d3e9..a2f6691 100644
--- a/src/api/productionManagement/productionProductMain.js
+++ b/src/api/productionManagement/productionProductMain.js
@@ -10,3 +10,10 @@
     });
 }
 
+// 鐢熶骇鎶ュ伐璇︽儏
+export function productionProductMainGetInfo(id) {
+    return request({
+        url: `/productionProductMain/${id}`,
+        method: "get",
+    });
+}

--
Gitblit v1.9.3