From 8ef070c84a703c4a8b838bf9320d68d00a7d6dca Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期四, 28 五月 2026 11:15:32 +0800
Subject: [PATCH] 设备巡检去掉高度限制

---
 src/api/productionManagement/productionOrder.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/productionManagement/productionOrder.js b/src/api/productionManagement/productionOrder.js
index 23d52aa..c9420ae 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -149,4 +149,14 @@
         url: "/productionProductInput/getByProductWordId/"+data,
         method: "post",
     })
+}
+
+// 瀵煎嚭鐢熶骇璁㈠崟-瀵煎嚭宸ヨ壓璺嚎
+// POST {{host}}/productionProductInput/export/282
+export function exportProductInventory(id) {
+    return request({
+        url: `/productionProductInput/export/${id}`,
+        method: "post",
+        responseType: "blob",
+    })
 }
\ No newline at end of file

--
Gitblit v1.9.3