From 7e0ac356959af6c0264a257fa57bc8f0e1318c71 Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期二, 30 十二月 2025 18:02:08 +0800
Subject: [PATCH] 区分入库管理,出库管理的成品出库导出

---
 src/views/inventoryManagement/issueManagement/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/inventoryManagement/issueManagement/index.vue b/src/views/inventoryManagement/issueManagement/index.vue
index f0597e3..50385e2 100644
--- a/src/views/inventoryManagement/issueManagement/index.vue
+++ b/src/views/inventoryManagement/issueManagement/index.vue
@@ -411,13 +411,13 @@
   }
   ).then(() => {
     // 鏍规嵁涓嶅悓鐨� tab 绫诲瀷璋冪敤涓嶅悓鐨勫鍑烘帴鍙�
-    let exportUrl = "/stockin/export"
+    let exportUrl = "/stockmanagement/export"
     if (activeTab.value === 'production') {
-      exportUrl = "/stockin/exportOne"
+      exportUrl = "/stockmanagement/exportOne"
     } else if (activeTab.value === 'manual') {
-      exportUrl = "/stockin/exportTwo"
+      exportUrl = "/stockmanagement/exportTwo"
     }
-    proxy.download(exportUrl, {}, '鍏ュ簱鍙拌处.xlsx')
+    proxy.download(exportUrl, {}, '鍑哄簱鍙拌处.xlsx')
   }).catch(() => {
     proxy.$modal.msg("宸插彇娑�")
   })

--
Gitblit v1.9.3