From 805b087e4d036c51e0b377b7264a99d37fb15ff0 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期六, 16 五月 2026 10:58:28 +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