From 03a05815d7ea5612206b6cfe5d6537b4d4cedc0a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 15 九月 2026 11:41:32 +0800
Subject: [PATCH] 天津潜宇塑胶app 1.添加采购需求、库存盘点、计件单价配置、产量统计、材料消耗核算、成本核算分析页面
---
src/api/productionManagement/productionProductMain.js | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/api/productionManagement/productionProductMain.js b/src/api/productionManagement/productionProductMain.js
index 4242e1b..1145965 100644
--- a/src/api/productionManagement/productionProductMain.js
+++ b/src/api/productionManagement/productionProductMain.js
@@ -27,3 +27,21 @@
params: query,
});
}
+
+// 璁′欢宸ヨ祫姹囨�伙紙鎸変汉鍛橈級
+export function wageSummary(query) {
+ return request({
+ url: "/productionProductMain/wageSummary",
+ method: "get",
+ params: query,
+ });
+}
+
+// 浜ч噺缁熻锛坉imension: device/operation/product锛�
+export function outputStat(query) {
+ return request({
+ url: "/productionProductMain/outputStat",
+ method: "get",
+ params: query,
+ });
+}
--
Gitblit v1.9.3