This commit is contained in:
bb_pan 2025-06-27 13:35:34 +08:00
parent 5992d79067
commit 008210bd80
7 changed files with 17 additions and 17 deletions

View File

@ -348,7 +348,7 @@ export default {
/** 导出按钮操作 */
handleExport() {
this.download(
'material/complex_query/exportRetainedEquipmentList',
'material/material_maMachine/exportRetainedEquipmentList',
{
...this.queryParams
},
@ -376,7 +376,7 @@ export default {
},
handleDialogStoreExport() {
this.download(
'material/complex_query/exportStorageInfoList',
'material/material_maMachine/exportStorageInfoList',
{ ...this.dialogQuery },
`综合查询_在库设备_${new Date().getTime()}.xlsx`
)
@ -403,7 +403,7 @@ export default {
},
handleDialogUserExport() {
this.download(
'material/complex_query/exportUserRecordList',
'material/material_maMachine/exportUserRecordList',
{ ...this.dialogUseQuery },
`综合查询_在用设备_${new Date().getTime()}.xlsx`
)
@ -431,7 +431,7 @@ export default {
},
handleDialogRepairExport() {
this.download(
'material/complex_query/exportRepairRecordList',
'material/material_maMachine/exportRepairRecordList',
{ ...this.dialogRepairQuery },
`综合查询_在修设备_${new Date().getTime()}.xlsx`
)
@ -459,7 +459,7 @@ export default {
},
handleDialogPurchaseExport() {
this.download(
'material/complex_query/exportPurchaseRecordList',
'material/material_maMachine/exportPurchaseRecordList',
{ ...this.dialogPurchaseQuery },
`综合查询_新购入库设备_${new Date().getTime()}.xlsx`
)
@ -487,7 +487,7 @@ export default {
},
handleDialogTestedExport() {
this.download(
'material/complex_query/exportRepairInputList',
'material/material_maMachine/exportRepairInputList',
{ ...this.dialogTestedQuery },
`综合查询_修试后入库设备_${new Date().getTime()}.xlsx`
)
@ -515,7 +515,7 @@ export default {
},
handleDialogToScrapExport() {
this.download(
'material/complex_query/exportScrapList',
'material/material_maMachine/exportScrapList',
{ ...this.dialogToScrapQuery },
`综合查询_待报废设备_${new Date().getTime()}.xlsx`
)
@ -543,7 +543,7 @@ export default {
},
handleDialogAuditedExport() {
this.download(
'material/complex_query/exportScrapAuditList',
'material/material_maMachine/exportScrapAuditList',
{ ...this.dialogAuditedQuery },
`综合查询_已审核报废设备_${new Date().getTime()}.xlsx`
)

View File

@ -454,7 +454,7 @@ export default {
/** 导出按钮操作 */
handleExport() {
this.download(
'material/back_apply_info/export',
'material/material_back_apply_info/export',
{
...this.queryParams,
startTime: this.queryParams.time[0],

View File

@ -243,7 +243,7 @@ export default {
/** 导出按钮操作 */
handleExport() {
this.download(
'material/back_apply_info/exportBackInfoDetails',
'material/material_back_apply_info/exportBackInfoDetails',
{
...this.queryParams
},
@ -272,7 +272,7 @@ export default {
},
handleDialogStoreExport() {
this.download(
'material/back_apply_info/exportSecondBackInfo',
'material/material_back_apply_info/exportSecondBackInfo',
{ ...this.dialogQuery },
`综合查询_在库设备_${new Date().getTime()}.xlsx`
)

View File

@ -220,7 +220,7 @@ export default {
/** 导出按钮操作 */
handleExport() {
this.download(
"/material/lease_apply_info/exportDetails",
"/material/material_lease_apply_info/exportDetails",
{ id: this.id },
`领料申请详情_${new Date().getTime()}.xlsx`
);

View File

@ -242,7 +242,7 @@ export default {
/** 导出按钮操作 */
handleExport() {
this.download(
'material/lease_apply_info/exportLeaseInfoDetails',
'material/material_lease_apply_info/exportLeaseInfoDetails',
{
...this.queryParams
},
@ -276,7 +276,7 @@ export default {
},
handleDialogStoreExport() {
this.download(
'material/lease_apply_info/exportSecondLeaseInfo',
'material/material_lease_apply_info/exportSecondLeaseInfo',
{ ...this.dialogQuery },
`出库数量_${new Date().getTime()}.xlsx`
)

View File

@ -362,7 +362,7 @@ export default {
/** 导出按钮操作 */
handleExportCheck() {
this.download(
'/material/lease_apply_info/exportInfo',
'/material/material_lease_apply_info/exportInfo',
{ id: this.idTemp },
`出库检验单_${new Date().getTime()}.xlsx`
)
@ -446,7 +446,7 @@ export default {
pageNum: this.queryParams.pageNum,
statusList: this.queryParams.taskStatus ? [this.queryParams.taskStatus] : [1, 2, 3, 4]
}
this.download('/material/lease_apply_info/export', { ...params }, `领料申请_${new Date().getTime()}.xlsx`)
this.download('/material/material_lease_apply_info/export', { ...params }, `领料申请_${new Date().getTime()}.xlsx`)
}
},

View File

@ -179,7 +179,7 @@ export default {
/** 导出按钮操作 */
handleExport() {
this.download(
'/material/lease_apply_info/exportOutDetails',
'/material/material_lease_apply_info/exportOutDetails',
{ id: this.id },
`领料详情_${new Date().getTime()}.xlsx`
)