From 94712298688579378eefc85160fd131af6b51da0 Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Mon, 31 Mar 2025 10:24:38 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=B7=BB=E5=8A=A0loadmin?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../saleEstimate/unfinishedShipmentMain/index.vue | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue
index 6af2f7beb..b8704a8cd 100644
--- a/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue
+++ b/src/views/wms/deliversettlementManage/saleEstimate/unfinishedShipmentMain/index.vue
@@ -215,9 +215,11 @@ const handleExport = async () => {
// 导出的二次确认
await message.exportConfirm()
// 发起导出
+ tableObject.loading = true
exportLoading.value = true
const data = await UnfinishedShipmentDetailApi.exportUnfinishedShipmentDetail(tableObject.params)
download.excel(data, '已发未结记录主.xlsx')
+ tableObject.loading = false
} catch {
} finally {
exportLoading.value = false