From 8a7559f1cd6e9c653bb5be4b2e3a73a4d178e05e Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期一, 27 四月 2026 14:01:43 +0800
Subject: [PATCH] 阳光印刷Web: 调整工单管理报工功能

---
 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