From 9c6cea8bae9779a3289161a56b40641f3ef2074d Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期一, 30 三月 2026 14:49:54 +0800
Subject: [PATCH] fix:报工报废数量不再关联生产数量
---
src/api/productionManagement/productionOrder.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/productionManagement/productionOrder.js b/src/api/productionManagement/productionOrder.js
index 8adc47f..b706084 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -147,6 +147,15 @@
});
}
+//淇濆瓨鐢熶骇璁㈠崟棰嗘枡
+export function drawMaterials(data) {
+ return request({
+ url: "/productOrder/drawMaterials",
+ method: "post",
+ data: data,
+ });
+}
+
export function getProductOrderBatchNoOptions() {
return request({
url: "/productOrder/getProductOrderBatchNo",
--
Gitblit v1.9.3