From f4a2f7bfe0715755577157d652d773f2745a5a63 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 29 Jan 2026 15:17:09 +0800
Subject: [PATCH] feat:更新工单字典
---
applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue b/applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
index ed177e1..6e91755 100644
--- a/applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
+++ b/applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
@@ -82,10 +82,9 @@
</div>
<el-dialog
class="gd-dialog"
- append-to-body
v-model="isShowEditView"
:title="titleTxt"
- :width="pxToRem(800)"
+ :width="pxToRem(500)"
:close-on-click-modal="false"
:destroy-on-close="true"
@close="handleClose"
@@ -329,14 +328,12 @@
} else {
// 批量下载
try {
- console.log(selectedFiles.value, '9999')
loadingData = ElLoading.service({ background: 'rgba(0, 0, 0, 0.5)', text: '打包中,请稍等...' })
const fileIds = selectedFiles.value.map(i => i.id).join(',')
// const res = await getDownloadStatusApi({ type: 'dpsjzx' })
// if (!['CANCELLED', 'COMPLETED'].includes(res.data.data?.status || 'COMPLETED')) {
// return ElMessage.warning('还有正在处理的')
// }
- console.log(fileIds, '7777')
await fjDownloadByByteApi({ attachIds: fileIds }).then(res => {
if (res.data.code === 200) {
ElMessage.success('下载成功')
--
Gitblit v1.9.3