From b973bcee308e99b5fd8a69640f11069e810346f4 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 27 一月 2026 16:37:55 +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