From a563ea879ef5fb6897e76d2df661e465dce2ab9b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 01 六月 2026 15:02:27 +0800
Subject: [PATCH] Merge branch 'dev_新疆_大罗素马铃薯new' of http://114.132.189.42:9002/r/product-inventory-management into dev_新疆_大罗素马铃薯new

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

diff --git a/src/api/productionManagement/productionReporting.js b/src/api/productionManagement/productionReporting.js
new file mode 100644
index 0000000..3e29943
--- /dev/null
+++ b/src/api/productionManagement/productionReporting.js
@@ -0,0 +1,43 @@
+// 鐢熶骇鎶ュ伐椤甸潰鎺ュ彛
+import request from "@/utils/request";
+
+// 鍒嗛〉鏌ヨ
+export function workListPage(query) {
+  return request({
+    url: "/salesLedger/work/listPage",
+    method: "get",
+    params: query,
+  });
+}
+// 瀛愯〃鏍兼煡璇�
+export function workListPageById(query) {
+  return request({
+    url: "/salesLedger/work/list",
+    method: "get",
+    params: query,
+  });
+}
+// 鐢熶骇鎶ュ伐
+export function productionReport(query) {
+  return request({
+    url: "/salesLedger/work/productionReport",
+    method: "post",
+    data: query,
+  });
+}
+// 鐢熶骇鎶ュ伐-缂栬緫
+export function productionReportUpdate(query) {
+  return request({
+    url: "/salesLedger/work/productionReportUpdate",
+    method: "post",
+    data: query,
+  });
+}
+// 鐢熶骇鎶ュ伐-鍒犻櫎
+export function productionReportDelete(query) {
+  return request({
+    url: "/productionProductMain/delete",
+    method: "delete",
+    data: query,
+  });
+}

--
Gitblit v1.9.3