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 = () => {