From b9427dad6b64a2b96ae8633fe08c55c4e3a53f58 Mon Sep 17 00:00:00 2001 From: yaowanxin <3588231647@qq.com> Date: 星期三, 27 八月 2025 09:52:15 +0800 Subject: [PATCH] 新增应收,台账,改变文件上传方式 --- src/views/warehouseManagement/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/warehouseManagement/index.vue b/src/views/warehouseManagement/index.vue index 02d226f..32946d7 100644 --- a/src/views/warehouseManagement/index.vue +++ b/src/views/warehouseManagement/index.vue @@ -724,6 +724,7 @@ "鏁版嵁锛�" ) .then((res) => { + console.log(res); if (res) { ElMessage.success("姝e湪瀵煎嚭鏁版嵁锛岃绋嶅��..."); exportData(config.api, config.name); @@ -742,9 +743,9 @@ const mergeRows = (type, row) => { getDropdownData(); coalPlanListOptions(); - if (type === "edit") { + if (type === "edit" || type === "view") { mergeVisible.value = true; - } + } operationType.value = type; if (type !== "merge") { mergeForm.value = { ...row }; -- Gitblit v1.9.3