From 23e46af82e4d9347bab0cc140166640041d90835 Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Thu, 8 Aug 2024 18:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BA=8B=E5=8A=A1=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=96=87=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/inventoryManage/transaction/index.vue | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/wms/inventoryManage/transaction/index.vue b/src/views/wms/inventoryManage/transaction/index.vue index e2a013804..23f4cd17e 100644 --- a/src/views/wms/inventoryManage/transaction/index.vue +++ b/src/views/wms/inventoryManage/transaction/index.vue @@ -6,9 +6,9 @@ - { if (val == 'add') { // 新增 openForm('create') @@ -124,7 +124,7 @@ const buttonBaseClick = (val, item) => { getList() } } else if (val == 'filtrate') { // 筛选 - } else { // 其他按钮 + } else { // 其他按钮 console.log('其他按钮', item) } } @@ -135,7 +135,7 @@ const butttondata = [ // defaultButtons.mainListDeleteBtn({hasPermi:'wms:transaction:delete'}), // 删除 ] -// 列表-操作按钮事件 +// 列表-操作按钮事件 const buttonTableClick = async (val, row) => { if (val == 'edit') { // 编辑 // const res = await TransactionApi.getItempackaging(row.id) @@ -181,7 +181,7 @@ const handleExport = async () => { // 发起导出 exportLoading.value = true const data = await TransactionApi.exportTransaction(tableObject.params) - download.excel(data, '事务类型.xlsx') + download.excel(data, '库存事务.xlsx') } catch { } finally { exportLoading.value = false @@ -196,7 +196,7 @@ const handleImport = () => { // 导入附件弹窗所需的参数 const importTemplateData = reactive({ templateUrl: '', - templateTitle: '事务类型导入模版.xlsx' + templateTitle: '库存事务导入模版.xlsx' }) // 导入成功之后 const importSuccess = () => {