From 3e24bd369d99188b49875f7df542ce60648fc317 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 27 May 2022 14:47:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E7=9F=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../virtualList/components/virtualListDetails.vue | 6 +++--- .../views/processCenter/components/standardContentList.vue | 6 +++--- .../src/views/projectManagement/components/TaskList.vue | 6 +++--- .../projectManagement/components/listOfRegulations.vue | 6 +++--- .../views/projectManagement/components/nonConformance.vue | 6 +++--- .../src/views/projectManagement/historicalVersion/index.vue | 6 +++--- .../views/projectManagement/projectNonConformance/index.vue | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue index b01d9b6c0..f92e75487 100644 --- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -144,7 +144,7 @@ {{text && text.length > 10 ? text.slice(0,9)+'...':text}} - {{record.designDeliverableType_dictText}}
+ {{record.designDeliverableTypeName}}
@@ -155,7 +155,7 @@ --
- {{record.prehomoDeliverableType_dictText}}
+ {{record.prehomoDeliverableTypeName}}
@@ -166,7 +166,7 @@ -- - {{record.verifyDeliverableType_dictText}}
+ {{record.verifyDeliverableTypeName}}
diff --git a/jero-web/src/views/processCenter/components/standardContentList.vue b/jero-web/src/views/processCenter/components/standardContentList.vue index 8a8466017..c17cf6bf8 100644 --- a/jero-web/src/views/processCenter/components/standardContentList.vue +++ b/jero-web/src/views/processCenter/components/standardContentList.vue @@ -141,7 +141,7 @@ InitiatorName: this.standardContentListQuery.designInitiatorName, DutyName: this.standardContentListQuery.designDutyName, DueDate: this.standardContentListQuery.designDueDate, - DeliverableType: this.standardContentListQuery.designDeliverableType_dictText, + DeliverableType: this.standardContentListQuery.designDeliverableTypeName, DeliverableTemplate: this.standardContentListQuery.designDeliverableTemplate, DeliverableTemplateName: this.standardContentListQuery.designDeliverableTemplateName, remark: this.standardContentListQuery.designRemark @@ -151,7 +151,7 @@ InitiatorName: this.standardContentListQuery.prehomoInitiatorName, DutyName: this.standardContentListQuery.prehomoDutyName, DueDate: this.standardContentListQuery.prehomoDueDate, - DeliverableType: this.standardContentListQuery.prehomoDeliverableType_dictText, + DeliverableType: this.standardContentListQuery.prehomoDeliverableTypeName, DeliverableTemplate: this.standardContentListQuery.prehomoDeliverableTemplate, DeliverableTemplateName: this.standardContentListQuery.prehomoDeliverableTemplateName, remark: this.standardContentListQuery.prehomoRemark @@ -161,7 +161,7 @@ InitiatorName: this.standardContentListQuery.verifyInitiatorName, DutyName: this.standardContentListQuery.verifyDutyName, DueDate: this.standardContentListQuery.verifyDueDate, - DeliverableType: this.standardContentListQuery.verifyDeliverableType_dictText, + DeliverableType: this.standardContentListQuery.verifyDeliverableTypeName, DeliverableTemplate: this.standardContentListQuery.verifyDeliverableTemplate, DeliverableTemplateName: this.standardContentListQuery.verifyDeliverableTemplateName, remark: this.standardContentListQuery.verifyRemark diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue index 9a11930df..8ff71697b 100644 --- a/jero-web/src/views/projectManagement/components/TaskList.vue +++ b/jero-web/src/views/projectManagement/components/TaskList.vue @@ -297,7 +297,7 @@ flowType: 2, Sponsor: 'designInitiatorName', personLiable: 'designDutyName', - typeOfDeliverables: 'designDeliverableType_dictText', + typeOfDeliverables: 'designDeliverableTypeName', deliverableTemplate: 'designDeliverableTemplate', DueDate: 'designDueDate', remarks: 'designRemark', @@ -321,7 +321,7 @@ id: this.$route.query.id, Sponsor: 'prehomoInitiatorName', personLiable: 'prehomoDutyName', - typeOfDeliverables: 'prehomoDeliverableType_dictText', + typeOfDeliverables: 'prehomoDeliverableTypeName', deliverableTemplate: 'prehomoDeliverableTemplate', DueDate: 'prehomoDueDate', remarks: 'prehomoRemark', @@ -345,7 +345,7 @@ isDisplay: isTrue, Sponsor: 'verifyInitiatorName', personLiable: 'verifyDutyName', - typeOfDeliverables: 'verifyDeliverableType_dictText', + typeOfDeliverables: 'verifyDeliverableTypeName', deliverableTemplate: 'verifyDeliverableTemplate', DueDate: 'verifyDueDate', remarks: 'verifyRemark', diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index e6a513714..b661d8d5b 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -160,7 +160,7 @@ {{ text && text.length > 10 ? text.slice(0, 9) + '...' : text }} - {{ record.designDeliverableType_dictText }}
+ {{ record.designDeliverableTypeName }}
@@ -172,7 +172,7 @@ - {{ record.prehomoDeliverableType_dictText }}
+ {{ record.prehomoDeliverableTypeName }}
@@ -184,7 +184,7 @@ - {{ record.verifyDeliverableType_dictText }}
+ {{ record.verifyDeliverableTypeName }}
diff --git a/jero-web/src/views/projectManagement/components/nonConformance.vue b/jero-web/src/views/projectManagement/components/nonConformance.vue index 82ac313b9..c119a66e5 100644 --- a/jero-web/src/views/projectManagement/components/nonConformance.vue +++ b/jero-web/src/views/projectManagement/components/nonConformance.vue @@ -221,7 +221,7 @@ query.flowType = 2 query.Sponsor = 'designInitiatorName' query.personLiable = 'designDutyName' - query.typeOfDeliverables = 'designDeliverableType_dictText' + query.typeOfDeliverables = 'designDeliverableTypeName' query.deliverableTemplate = 'designDeliverableTemplate' query.DueDate = 'designDueDate' query.remarks = 'designRemark' @@ -230,7 +230,7 @@ query.flowType = 3 query.Sponsor = 'prehomoInitiatorName' query.personLiable = 'prehomoDutyName' - query.typeOfDeliverables = 'prehomoDeliverableType_dictText' + query.typeOfDeliverables = 'prehomoDeliverableTypeName' query.deliverableTemplate = 'prehomoDeliverableTemplate' query.DueDate = 'prehomoDueDate' query.remarks = 'prehomoRemark' @@ -239,7 +239,7 @@ query.flowType = 4 query.Sponsor = 'verifyInitiatorName' query.personLiable = 'verifyDutyName' - query.typeOfDeliverables = 'verifyDeliverableType_dictText' + query.typeOfDeliverables = 'verifyDeliverableTypeName' query.deliverableTemplate = 'verifyDeliverableTemplate' query.DueDate = 'verifyDueDate' query.remarks = 'verifyRemark' diff --git a/jero-web/src/views/projectManagement/historicalVersion/index.vue b/jero-web/src/views/projectManagement/historicalVersion/index.vue index 51d3b91d6..f52c7b1eb 100644 --- a/jero-web/src/views/projectManagement/historicalVersion/index.vue +++ b/jero-web/src/views/projectManagement/historicalVersion/index.vue @@ -61,7 +61,7 @@ {{ text && text.length > 20 ? text.slice(0, 19) + '...' : text }} - {{ record.designDeliverableType_dictText }}
+ {{ record.designDeliverableTypeName }}
{{ record.designDeliverableTemplateName }} @@ -71,7 +71,7 @@ -- - {{ record.prehomoDeliverableType_dictText }}
+ {{ record.prehomoDeliverableTypeName }}
{{ record.prehomoDeliverableTemplateName }} @@ -81,7 +81,7 @@ -- - {{ record.verifyDeliverableType_dictText }}
+ {{ record.verifyDeliverableTypeName }}
{{ record.verifyDeliverableTemplateName }} diff --git a/jero-web/src/views/projectManagement/projectNonConformance/index.vue b/jero-web/src/views/projectManagement/projectNonConformance/index.vue index f822af33a..a16435549 100644 --- a/jero-web/src/views/projectManagement/projectNonConformance/index.vue +++ b/jero-web/src/views/projectManagement/projectNonConformance/index.vue @@ -357,7 +357,7 @@ query.flowType = 2 query.Sponsor = 'designInitiatorName' query.personLiable = 'designDutyName' - query.typeOfDeliverables = 'designDeliverableType_dictText' + query.typeOfDeliverables = 'designDeliverableTypeName' query.deliverableTemplate = 'designDeliverableTemplate' query.DueDate = 'designDueDate' query.remarks = 'designRemark' @@ -366,7 +366,7 @@ query.flowType = 3 query.Sponsor = 'prehomoInitiatorName' query.personLiable = 'prehomoDutyName' - query.typeOfDeliverables = 'prehomoDeliverableType_dictText' + query.typeOfDeliverables = 'prehomoDeliverableTypeName' query.deliverableTemplate = 'prehomoDeliverableTemplate' query.DueDate = 'prehomoDueDate' query.remarks = 'prehomoRemark' @@ -375,7 +375,7 @@ query.flowType = 4 query.Sponsor = 'verifyInitiatorName' query.personLiable = 'verifyDutyName' - query.typeOfDeliverables = 'verifyDeliverableType_dictText' + query.typeOfDeliverables = 'verifyDeliverableTypeName' query.deliverableTemplate = 'verifyDeliverableTemplate' query.DueDate = 'verifyDueDate' query.remarks = 'verifyRemark'