From c0b98609f83ce3f89ef35d944dae244bf679e0a0 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期三, 04 二月 2026 13:41:29 +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 9f110a7..178b385 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -36,6 +36,15 @@
   });
 }
 
+// 鐢熶骇璁㈠崟-鏂板
+export function addProductOrder(data) {
+  return request({
+    url: "/productOrder/addProductOrder",
+    method: "post",
+    data: data,
+  });
+}
+
 // 鐢熶骇璁㈠崟-鏌ヨ浜у搧缁撴瀯鍒楄〃
 export function listProcessBom(query) {
   return request({

--
Gitblit v1.9.3