From 350b540485669e9f5e5a91c1be8bb4a37ef98841 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 20 八月 2026 15:04:19 +0800
Subject: [PATCH] 天津-阳光彩印 1.员工合同编辑页面自动带出员工关联基础信息 2.合同到期提前45 天系统弹窗提醒,到期预警天数固定 45 天

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