From a2714d3c712a220cf5015f7b8bc0716413644a7d Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 13 May 2025 10:13:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(yihandeled):=20=E6=B7=BB=E5=8A=A0=E4=BB=93?= =?UTF-8?q?=E5=82=A8=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Delivery/yihandeled.vue | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/components/Delivery/yihandeled.vue b/src/components/Delivery/yihandeled.vue index a5c8f24..c9a4e7c 100644 --- a/src/components/Delivery/yihandeled.vue +++ b/src/components/Delivery/yihandeled.vue @@ -37,6 +37,16 @@ class="thebtn1" @click="handleExport" >{{ '导出' }} + <<<<<<< Updated upstream + ======= + 仓储导出 + + >>>>>>> Stashed changes { + this.download( + '/sale/manage/deliver-handled/wms-export', + { ...this.params }, + `${'已合单-仓储导出'}${new Date().getTime()}.xlsx` + ) + }) } } }