From 1f5861e97c30c8cb9395c5a802c05fd76a4952bc Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Thu, 27 Nov 2025 17:48:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=A4=87=E4=B8=A2=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../loseHandlingRecord.vue | 5 +-- src/views/material/basic/bmProject/index.vue | 32 ++++++++++++++++++- 2 files changed, 34 insertions(+), 3 deletions(-) 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 @@ - + + + +