From 2c8a663d12ef967a6378d9f38a4224d14201f9d9 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 28 五月 2026 21:53:18 +0800
Subject: [PATCH] chore: 使用 dev_NEW_pro 覆盖当前分支代码

---
 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