From 7f12ce3148e7f2a1e2cf2e238c7b4800bf38e0eb Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 05 二月 2026 10:17:27 +0800
Subject: [PATCH] 进销存升级app: 1.编辑来票台账时,修改来票数1为3后,未来票数由9变为6,并且还有提示请输入数据 2.供应商往来数据跟web端展示数据不符

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