Browse Source

隔离报工导出文字修改

linshi20240813
zhang_li 3 months ago
parent
commit
727c3fbe20
  1. 2
      src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue
  2. 2
      src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue
  3. 2
      src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue

2
src/views/wms/productionManage/productreceiptscrap/productreceiptscrapJobMain/index.vue

@ -287,7 +287,7 @@ const handleExport = async () => {
//
exportLoading.value = true
const data = await ProductreceiptJobMainApi.exportProductreceiptJobMain(tableObject.params)
download.excel(data, '制品收货任务.xlsx')
download.excel(data, route.meta.title+'.xlsx')
} catch {
} finally {
exportLoading.value = false

2
src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRecordMain/index.vue

@ -199,7 +199,7 @@ const handleExport = async () => {
//
exportLoading.value = true
const data = await ProductreceiptRecordMainApi.exportProductreceiptRecordMain(tableObject.params)
download.excel(data, '制品收货记录主.xlsx')
download.excel(data, route.meta.title+'.xlsx')
} catch {
} finally {
exportLoading.value = false

2
src/views/wms/productionManage/productreceiptscrap/productreceiptscrapRequestMain/index.vue

@ -554,7 +554,7 @@ const handleExport = async () => {
//
exportLoading.value = true
const data = await ProductreceiptRequestMainApi.exportProductreceiptRequestMain(tableObject.params)
download.excel(data, '制品收货申请主.xlsx')
download.excel(data, route.meta.title+'.xlsx')
} catch {
} finally {
exportLoading.value = false

Loading…
Cancel
Save