From e1c5dd1b209b7f444dd86d686e83d6e9f76b5632 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 14 十月 2025 13:10:32 +0800
Subject: [PATCH] 生产管控-智能排产页面联调
---
src/api/productionScheduling/index.js | 28 +++++++++++++++++++++++++++-
1 files changed, 27 insertions(+), 1 deletions(-)
diff --git a/src/api/productionScheduling/index.js b/src/api/productionScheduling/index.js
index 3a2adb5..0bbbb15 100644
--- a/src/api/productionScheduling/index.js
+++ b/src/api/productionScheduling/index.js
@@ -1,7 +1,6 @@
// 鐢熶骇浠诲姟锛屾姤宸�
import request from '@/utils/request'
-// 鏌ヨ鐢熶骇鍔犲伐-姝e紡搴撶叅绉嶅垪琛�
export function listPage(query) {
return request({
url: '/productionScheduling/list',
@@ -10,6 +9,33 @@
})
}
+// 鑾峰彇鏅鸿兘鎺掍骇搴撳瓨鍘熸枡鍒楄〃
+export function getProductionSchedulingInventoryList(query) {
+ return request({
+ url: '/productHome/productionSchedulingInventoryList',
+ method: 'GET',
+ params: query
+ })
+}
+
+// 鑾峰彇鐢熶骇鎺掔▼缁熻鏁版嵁
+export function getProductionSchedulingStatistics(query) {
+ return request({
+ url: '/productHome/productionSchedulingStatistics',
+ method: 'GET',
+ params: query
+ })
+}
+
+// 鑾峰彇鐢熶骇鎺掔▼缁熻鍒楄〃
+export function getProductionSchedulingStatisticsList(query) {
+ return request({
+ url: '/productHome/productionSchedulingStatisticsList',
+ method: 'GET',
+ params: query
+ })
+}
+
// 鎺掍骇
export function addProductionScheduling(data) {
return request({
--
Gitblit v1.9.3