This commit is contained in:
parent
5992d79067
commit
008210bd80
|
|
@ -348,7 +348,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/complex_query/exportRetainedEquipmentList',
|
'material/material_maMachine/exportRetainedEquipmentList',
|
||||||
{
|
{
|
||||||
...this.queryParams
|
...this.queryParams
|
||||||
},
|
},
|
||||||
|
|
@ -376,7 +376,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleDialogStoreExport() {
|
handleDialogStoreExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/complex_query/exportStorageInfoList',
|
'material/material_maMachine/exportStorageInfoList',
|
||||||
{ ...this.dialogQuery },
|
{ ...this.dialogQuery },
|
||||||
`综合查询_在库设备_${new Date().getTime()}.xlsx`
|
`综合查询_在库设备_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
@ -403,7 +403,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleDialogUserExport() {
|
handleDialogUserExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/complex_query/exportUserRecordList',
|
'material/material_maMachine/exportUserRecordList',
|
||||||
{ ...this.dialogUseQuery },
|
{ ...this.dialogUseQuery },
|
||||||
`综合查询_在用设备_${new Date().getTime()}.xlsx`
|
`综合查询_在用设备_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
@ -431,7 +431,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleDialogRepairExport() {
|
handleDialogRepairExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/complex_query/exportRepairRecordList',
|
'material/material_maMachine/exportRepairRecordList',
|
||||||
{ ...this.dialogRepairQuery },
|
{ ...this.dialogRepairQuery },
|
||||||
`综合查询_在修设备_${new Date().getTime()}.xlsx`
|
`综合查询_在修设备_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
@ -459,7 +459,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleDialogPurchaseExport() {
|
handleDialogPurchaseExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/complex_query/exportPurchaseRecordList',
|
'material/material_maMachine/exportPurchaseRecordList',
|
||||||
{ ...this.dialogPurchaseQuery },
|
{ ...this.dialogPurchaseQuery },
|
||||||
`综合查询_新购入库设备_${new Date().getTime()}.xlsx`
|
`综合查询_新购入库设备_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
@ -487,7 +487,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleDialogTestedExport() {
|
handleDialogTestedExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/complex_query/exportRepairInputList',
|
'material/material_maMachine/exportRepairInputList',
|
||||||
{ ...this.dialogTestedQuery },
|
{ ...this.dialogTestedQuery },
|
||||||
`综合查询_修试后入库设备_${new Date().getTime()}.xlsx`
|
`综合查询_修试后入库设备_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
@ -515,7 +515,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleDialogToScrapExport() {
|
handleDialogToScrapExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/complex_query/exportScrapList',
|
'material/material_maMachine/exportScrapList',
|
||||||
{ ...this.dialogToScrapQuery },
|
{ ...this.dialogToScrapQuery },
|
||||||
`综合查询_待报废设备_${new Date().getTime()}.xlsx`
|
`综合查询_待报废设备_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
@ -543,7 +543,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleDialogAuditedExport() {
|
handleDialogAuditedExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/complex_query/exportScrapAuditList',
|
'material/material_maMachine/exportScrapAuditList',
|
||||||
{ ...this.dialogAuditedQuery },
|
{ ...this.dialogAuditedQuery },
|
||||||
`综合查询_已审核报废设备_${new Date().getTime()}.xlsx`
|
`综合查询_已审核报废设备_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -454,7 +454,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/back_apply_info/export',
|
'material/material_back_apply_info/export',
|
||||||
{
|
{
|
||||||
...this.queryParams,
|
...this.queryParams,
|
||||||
startTime: this.queryParams.time[0],
|
startTime: this.queryParams.time[0],
|
||||||
|
|
|
||||||
|
|
@ -243,7 +243,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/back_apply_info/exportBackInfoDetails',
|
'material/material_back_apply_info/exportBackInfoDetails',
|
||||||
{
|
{
|
||||||
...this.queryParams
|
...this.queryParams
|
||||||
},
|
},
|
||||||
|
|
@ -272,7 +272,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleDialogStoreExport() {
|
handleDialogStoreExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/back_apply_info/exportSecondBackInfo',
|
'material/material_back_apply_info/exportSecondBackInfo',
|
||||||
{ ...this.dialogQuery },
|
{ ...this.dialogQuery },
|
||||||
`综合查询_在库设备_${new Date().getTime()}.xlsx`
|
`综合查询_在库设备_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -220,7 +220,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
"/material/lease_apply_info/exportDetails",
|
"/material/material_lease_apply_info/exportDetails",
|
||||||
{ id: this.id },
|
{ id: this.id },
|
||||||
`领料申请详情_${new Date().getTime()}.xlsx`
|
`领料申请详情_${new Date().getTime()}.xlsx`
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -242,7 +242,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/lease_apply_info/exportLeaseInfoDetails',
|
'material/material_lease_apply_info/exportLeaseInfoDetails',
|
||||||
{
|
{
|
||||||
...this.queryParams
|
...this.queryParams
|
||||||
},
|
},
|
||||||
|
|
@ -276,7 +276,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleDialogStoreExport() {
|
handleDialogStoreExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'material/lease_apply_info/exportSecondLeaseInfo',
|
'material/material_lease_apply_info/exportSecondLeaseInfo',
|
||||||
{ ...this.dialogQuery },
|
{ ...this.dialogQuery },
|
||||||
`出库数量_${new Date().getTime()}.xlsx`
|
`出库数量_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -362,7 +362,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExportCheck() {
|
handleExportCheck() {
|
||||||
this.download(
|
this.download(
|
||||||
'/material/lease_apply_info/exportInfo',
|
'/material/material_lease_apply_info/exportInfo',
|
||||||
{ id: this.idTemp },
|
{ id: this.idTemp },
|
||||||
`出库检验单_${new Date().getTime()}.xlsx`
|
`出库检验单_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
@ -446,7 +446,7 @@ export default {
|
||||||
pageNum: this.queryParams.pageNum,
|
pageNum: this.queryParams.pageNum,
|
||||||
statusList: this.queryParams.taskStatus ? [this.queryParams.taskStatus] : [1, 2, 3, 4]
|
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`)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@ export default {
|
||||||
/** 导出按钮操作 */
|
/** 导出按钮操作 */
|
||||||
handleExport() {
|
handleExport() {
|
||||||
this.download(
|
this.download(
|
||||||
'/material/lease_apply_info/exportOutDetails',
|
'/material/material_lease_apply_info/exportOutDetails',
|
||||||
{ id: this.id },
|
{ id: this.id },
|
||||||
`领料详情_${new Date().getTime()}.xlsx`
|
`领料详情_${new Date().getTime()}.xlsx`
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue