Browse Source

库存事务修改文件名称

hella_online_20240829
TengXF 4 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 exportLoading.value = true
const data = await TransactionApi.exportTransaction(tableObject.params) const data = await TransactionApi.exportTransaction(tableObject.params)
download.excel(data, '事务类型.xlsx') download.excel(data, '库存事务.xlsx')
} catch { } catch {
} finally { } finally {
exportLoading.value = false exportLoading.value = false
@ -196,7 +196,7 @@ const handleImport = () => {
// //
const importTemplateData = reactive({ const importTemplateData = reactive({
templateUrl: '', templateUrl: '',
templateTitle: '事务类型导入模版.xlsx' templateTitle: '库存事务导入模版.xlsx'
}) })
// //
const importSuccess = () => { const importSuccess = () => {

Loading…
Cancel
Save