From 4bf8212c10eb9a1421e52b60e7407922d081ba8c Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 09 六月 2025 13:44:29 +0800 Subject: [PATCH] 1、设备TEEP页面大数据导出格式由xls调整为xlsx 2、大数据导出参数增加为查询区域所有字段 --- src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportModal.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportModal.vue b/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportModal.vue index dc6f818..614a252 100644 --- a/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportModal.vue +++ b/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportModal.vue @@ -102,7 +102,7 @@ </a-form-item> </a-col> </a-row> - <a-row :gutter="24"> + <!-- <a-row :gutter="24"> <a-col :span="24"> <a-form-item :labelCol="{span:4}" @@ -120,7 +120,7 @@ </a-form-item> </a-col> - </a-row> + </a-row> --> <a-row :gutter="24"> <a-col :span="24"> @@ -258,7 +258,7 @@ that.model = Object.assign({}, record); that.fileList = []; that.$nextTick(() => { - that.form.setFieldsValue({ num: record.num, fileType: record.type, judgmentResult: record.judgmentResult, remark: record.remark }); + that.form.setFieldsValue({ num: record.num, fileType: record.type, name: record.name, remark: record.remark }); }); that.uploadId = '' //鑾峰彇褰撳墠鏂囦欢瀵瑰簲闄勪欢 -- Gitblit v1.9.3