From 344e0238d802fd9d593c3e9b9f785fff3f7b0819 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Fri, 14 Mar 2025 13:22:04 +0800 Subject: [PATCH] =?UTF-8?q?YT-2122=E5=8F=97=E5=85=A5=E5=8F=B7=E4=BE=BF?= =?UTF-8?q?=E6=AC=A1=E6=97=B6=E9=97=B4=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basicDataManage/supplierManage/modelDeliTime/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/basicDataManage/supplierManage/modelDeliTime/index.vue b/src/views/wms/basicDataManage/supplierManage/modelDeliTime/index.vue index 8db2824ee..c90fec274 100644 --- a/src/views/wms/basicDataManage/supplierManage/modelDeliTime/index.vue +++ b/src/views/wms/basicDataManage/supplierManage/modelDeliTime/index.vue @@ -405,7 +405,7 @@ const handleExport = async () => { // 发起导出 exportLoading.value = true const data = await ModelDeliTimeDetailApi.exportSupplierAddrDeliTimeDetail(tableObject.params) - download.excel(data, '供应商地点便次时间配置明细.xlsx') + download.excel(data, '受入号便次时间配置.xlsx') } catch { } finally { exportLoading.value = false @@ -420,7 +420,7 @@ const handleImport = () => { // 导入附件弹窗所需的参数 const importTemplateData = reactive({ templateUrl: '', - templateTitle: '供应商地点便次时间配置明细导入模版.xlsx' + templateTitle: '受入号便次时间配置导入模版.xlsx' }) // 导入成功之后 const importSuccess = () => {