Browse Source

返工返修批量单件bug修复

master_hella_20240701
zhousq 6 months ago
parent
commit
9fc14d0e30
  1. 4
      src/views/mes/reworkBatch/index.vue
  2. 4
      src/views/mes/reworkSingle/index.vue

4
src/views/mes/reworkBatch/index.vue

@ -279,7 +279,7 @@ const handleExport = async () => {
// //
exportLoading.value = true exportLoading.value = true
const data = await ReworkBatchApi.exportReworkBatch(tableObject.params) const data = await ReworkBatchApi.exportReworkBatch(tableObject.params)
download.excel(data, '返工登记批量.xlsx') download.excel(data, '返工返修登记批量.xlsx')
} catch { } catch {
} finally { } finally {
exportLoading.value = false exportLoading.value = false
@ -294,7 +294,7 @@ const handleImport = () => {
// //
const importTemplateData = reactive({ const importTemplateData = reactive({
templateUrl: '', templateUrl: '',
templateTitle: '返工登记批量导入模版.xlsx' templateTitle: '返工返修登记(批量)模版.xlsx'
}) })
// //
const importSuccess = () => { const importSuccess = () => {

4
src/views/mes/reworkSingle/index.vue

@ -279,7 +279,7 @@ const handleExport = async () => {
// //
exportLoading.value = true exportLoading.value = true
const data = await ReworkSingleApi.exportReworkSingle(tableObject.params) const data = await ReworkSingleApi.exportReworkSingle(tableObject.params)
download.excel(data, '返工登记单件.xlsx') download.excel(data, '返工返修登记单件)数据.xlsx')
} catch { } catch {
} finally { } finally {
exportLoading.value = false exportLoading.value = false
@ -294,7 +294,7 @@ const handleImport = () => {
// //
const importTemplateData = reactive({ const importTemplateData = reactive({
templateUrl: '', templateUrl: '',
templateTitle: '返工登记单件导入模版.xlsx' templateTitle: '返工返修登记单件导入模版.xlsx'
}) })
// //
const importSuccess = () => { const importSuccess = () => {

Loading…
Cancel
Save