Browse Source

工序报产记录导出模版名字不正确

linshi20240813
zhang_li 1 month ago
parent
commit
a43ecaa96b
  1. 2
      src/views/wms/productionManage/processproduction/processproductionRecord/index.vue

2
src/views/wms/productionManage/processproduction/processproductionRecord/index.vue

@ -237,7 +237,7 @@ const handleExport = async () => {
//
exportLoading.value = true
const data = await ProcessproductionRecordMainApi.exportProcessproductionRecordMain(tableObject.params)
download.excel(data, '工序报产申请主.xlsx')
download.excel(data, route.meta.title+'.xlsx')
} catch {
} finally {
exportLoading.value = false

Loading…
Cancel
Save