Browse Source

库存事务修改文件名称

hella_online_20240829
TengXF 3 months ago
parent
commit
23e46af82e
  1. 4
      src/views/wms/inventoryManage/transaction/index.vue

4
src/views/wms/inventoryManage/transaction/index.vue

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

Loading…
Cancel
Save