From b3a03a4c2612258168b8961840e93d9cff4e7e93 Mon Sep 17 00:00:00 2001
From: yuejiayang <146344614+YangLei105@users.noreply.github.com>
Date: Thu, 7 Nov 2024 19:31:05 +0800
Subject: [PATCH] =?UTF-8?q?2024.11.7=20=E6=96=87=E6=A1=A3=E6=94=B6?=
=?UTF-8?q?=E9=9B=86=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/eam/com_project_proof_record.vue | 27 +++++++--
src/views/modules/eam/eamProjectInfo.vue | 2 +-
.../modules/eam/eamProjectInfoForUploads.vue | 27 +++++++--
src/views/modules/eam/eamProjectPartInfo.vue | 56 +++++++++++++++----
4 files changed, 91 insertions(+), 21 deletions(-)
diff --git a/src/views/modules/eam/com_project_proof_record.vue b/src/views/modules/eam/com_project_proof_record.vue
index d176a1c..f5cfb10 100644
--- a/src/views/modules/eam/com_project_proof_record.vue
+++ b/src/views/modules/eam/com_project_proof_record.vue
@@ -81,10 +81,18 @@
查看附件
-
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
- {{ getCombinedDocumentType(scope.row) }}
+
+ {{ getCombinedDocumentType(scope.row) }}
+
- {{scope.row[item.columnProp]}}
-
+
+
{{scope.row[item.columnProp]}}
+
![]()
+
+
+
{{scope.row[item.columnProp]}}
+
![]()
+
@@ -1156,7 +1171,7 @@
proofingInformationSearch(tempData).then(({data}) => {
//区分请求成功和失败的状况
if (data && data.code === 0) {
- this.dataList = data.page.list
+ this.dataList = data.page
let index = this.dataList.findIndex(item => item.proofingId === proofingId)
if (this.dataList.length > 0) {
this.isUpload = true
diff --git a/src/views/modules/eam/eamProjectInfo.vue b/src/views/modules/eam/eamProjectInfo.vue
index 62fd45b..890ed21 100644
--- a/src/views/modules/eam/eamProjectInfo.vue
+++ b/src/views/modules/eam/eamProjectInfo.vue
@@ -3835,7 +3835,7 @@ import {searchBusinessInfo7} from "../../../api/factory/site";
},
toMes (row) {
- this.$router.push({ path: 'eam-eamProjectPartInfo', query: { testPartNo: row.testPartNo }})
+ this.$router.push({ path: 'eam-eamProjectPartInfo', query: { projectNo:row.projectNo,testPartNo: row.testPartNo }})
},
deletePartModal (row) {
diff --git a/src/views/modules/eam/eamProjectInfoForUploads.vue b/src/views/modules/eam/eamProjectInfoForUploads.vue
index 89e8080..c9e5e52 100644
--- a/src/views/modules/eam/eamProjectInfoForUploads.vue
+++ b/src/views/modules/eam/eamProjectInfoForUploads.vue
@@ -187,9 +187,21 @@
:min-width="item.columnWidth"
:label="item.columnLabel">
- {{scope.row[item.columnProp]}}
-
+
+
{{scope.row[item.columnProp]}}
+
![]()
+
+
+
{{scope.row[item.columnProp]}}
+
![]()
+
+
+
{{scope.row[item.columnProp]}}
+
![]()
+
删除
-
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
- {{ getCombinedDocumentType(scope.row) }}
+
+ {{ getCombinedDocumentType(scope.row) }}
+
- {{scope.row[item.columnProp]}}
-
+
+
{{scope.row[item.columnProp]}}
+
![]()
+
+
+
{{scope.row[item.columnProp]}}
+
![]()
+
@@ -348,10 +363,18 @@
ref="projectAllDocumentDocumentTable"
@row-click="projectAllDocumentClickRow"
v-loading="dataListLoading">
-
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
- {{ getCombinedDocumentType(scope.row) }}
+
+ {{ getCombinedDocumentType(scope.row) }}
+
- {{scope.row[item.columnProp]}}
-
+
+
{{scope.row[item.columnProp]}}
+
![]()
+
+
+
{{scope.row[item.columnProp]}}
+
![]()
+