From d3fe17c4cc5ae2dda4e2c1cfd5c506faa74f6a0d Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 26 一月 2026 14:17:34 +0800
Subject: [PATCH] 设备维修添加维修状态

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

diff --git a/src/api/productionManagement/productionOrder.js b/src/api/productionManagement/productionOrder.js
index 9c1e7de..ab3dc06 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -16,30 +16,4 @@
     method: "post",
     data: query,
   });
-}
-// 鑾峰彇鐐掓満姝e湪宸ヤ綔閲忔暟鎹�
-export function schedulingList(query) {
-  return request({
-    url: "/salesLedger/scheduling/list",
-    method: "get",
-    params: query,
-  });
-}
-
-// 淇濆瓨鐐掓満璁剧疆
-export function addSpeculatTrading(data) {
-  return request({
-    url: "/salesLedger/scheduling/addSpeculatTrading",
-    method: "post",
-    data: data,
-  });
-}
-
-// 淇敼鐐掓満璁剧疆
-export function updateSpeculatTrading(data) {
-  return request({
-    url: "/salesLedger/scheduling/updateSpeculatTrading",
-    method: "post",
-    data: data,
-  });
 }
\ No newline at end of file

--
Gitblit v1.9.3