From 1c06a22fd79e05fbeaf01c0c2f27aef1b1f3febd Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 05 一月 2026 10:37:17 +0800
Subject: [PATCH] 双奇点 1.首页环状图应收款金额展示错误
---
src/views/inventoryManagement/issueManagement/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/inventoryManagement/issueManagement/index.vue b/src/views/inventoryManagement/issueManagement/index.vue
index e62e785..50385e2 100644
--- a/src/views/inventoryManagement/issueManagement/index.vue
+++ b/src/views/inventoryManagement/issueManagement/index.vue
@@ -298,7 +298,7 @@
page.current = 1
searchForm.value.supplierName = ''
searchForm.value.customerName = ''
- searchForm.value.timeStr = ''
+ searchForm.value.timeStr = getCurrentDate() // 閲嶇疆涓哄綋鍓嶆棩鏈�
selectedRows.value = []
searchForm.value.productCategory = ''
getList()
@@ -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