From ba448d252ae2f7d904b47869b3d7203c4a81ac6d Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 08 一月 2026 11:51:20 +0800
Subject: [PATCH] 增加扫码报工功能测试修改

---
 src/api/productionManagement/productionReporting.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/api/productionManagement/productionReporting.js b/src/api/productionManagement/productionReporting.js
index fdec712..710a02f 100644
--- a/src/api/productionManagement/productionReporting.js
+++ b/src/api/productionManagement/productionReporting.js
@@ -32,4 +32,13 @@
     method: "post",
     data: query,
   });
-}
\ No newline at end of file
+}
+// 鏂板浜у搧涓昏〃
+export function addProductMain(data) {
+  return request({
+    url: "/productionProductMain/addProductMain",
+    method: "post",
+    data: data,
+  });
+}
+

--
Gitblit v1.9.3