From 2ec1cdded5fe7d335cc7f4c3db84d7897deb4d74 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 12 五月 2026 15:23:12 +0800
Subject: [PATCH] 关联发货单号触发添加产品值回显

---
 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 9b5751d..b84a188 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -102,6 +102,15 @@
     data,
   });
 }
+
+// 鐢熶骇璁㈠崟婧簮璇︽儏
+export function getOrderDetail(npsNo) {
+  return request({
+    url: "/productionOrder/ordeDetail",
+    method: "get",
+    params: { npsNo },
+  });
+}
 // 鐢熶骇璁㈠崟-棰嗘枡璇︽儏鍒楄〃
 // export function listMaterialPickingDetail(query) {
 //   return request({

--
Gitblit v1.9.3