diff --git a/src/views/business/businessHandlingRecord/loseHandlingRecord.vue b/src/views/business/businessHandlingRecord/loseHandlingRecord.vue index d2c05543..fe8db5ca 100644 --- a/src/views/business/businessHandlingRecord/loseHandlingRecord.vue +++ b/src/views/business/businessHandlingRecord/loseHandlingRecord.vue @@ -157,6 +157,7 @@ export default { { label: '报备丢失单号', prop: 'code', showToolTip: true }, { label: '报备丢失单位', prop: 'lossUnitName', showToolTip: false }, { label: '报备丢失工程', prop: 'lossProName', showToolTip: false }, + { label: '物资类型', prop: 'typeName', showToolTip: true }, { label: '状态', prop: 'status', showToolTip: true, width: '80' } ], // 表格数据 @@ -258,8 +259,8 @@ export default { } const currentTime = formatTime(new Date()) - let fileName = `直转记录_${currentTime}.xLsx` - let url = '/material/directRotation/export' + let fileName = `报备丢失记录_${currentTime}.xLsx` + let url = '/material/LossAssign/export' const params = { ...this.queryParams } console.log('🚀 ~ 导出 ~ params:', params) this.download(url, params, fileName) diff --git a/src/views/material/basic/bmProject/index.vue b/src/views/material/basic/bmProject/index.vue index cd728212..3ef3a390 100644 --- a/src/views/material/basic/bmProject/index.vue +++ b/src/views/material/basic/bmProject/index.vue @@ -49,7 +49,7 @@ - + + + +