From 2a3bfb3cb8a3752776affc621474dc61ee021b08 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 21 八月 2026 10:54:00 +0800
Subject: [PATCH] 湟水峡 1.生产工单添加订单号查询条件 2.检验弹框不要分页展示

---
 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 b8468eb..1047fb3 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -18,6 +18,15 @@
   });
 }
 
+// 鏍规嵁浜у搧鍨嬪彿ID鏌ヨ鐢熶骇璁㈠崟鍒楄〃
+export function listByProductModelId(data) {
+  return request({
+    url: "/productOrder/listByProductModelId",
+    method: "post",
+    data,
+  });
+}
+
 // 鐢熶骇璁㈠崟-鎸変骇鍝佸瀷鍙锋煡璇㈠彲鐢ㄥ伐鑹鸿矾绾垮垪琛�
 export function listProcessRoute(query) {
   return request({

--
Gitblit v1.9.3