From a0a7c9ecf9484a8b51ea6bec222d090c037887a4 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Thu, 19 May 2022 12:03:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E4=BB=BB=E5=8A=A1=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/virtualListDetails.vue | 6 +- .../components/engineeringConfirmation.vue | 39 +++--- .../components/examineInformation.vue | 8 +- .../components/footerProcess.vue | 117 ++++++++++++++++++ .../components/headerProcess.vue | 34 ++--- .../reviewedByThePersonInCharge.vue | 8 +- .../processForm/handshakeProcess/index.vue | 18 +-- .../processForm/taskListProcess/index.vue | 25 ++-- .../ProjectDetails/index.vue | 6 +- 9 files changed, 192 insertions(+), 69 deletions(-) create mode 100644 jero-web/src/views/processCenter/components/footerProcess.vue diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue index 454673600..8a14878c9 100644 --- a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -2,9 +2,9 @@
- - - + + + {{isTrue ? $t('maintainVirtualList'):$t('virtualListDetails')}} diff --git a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue index 970138b50..2dcfbe1dc 100644 --- a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue +++ b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue @@ -419,25 +419,7 @@ }) }, distributionEngineer() { - let msgType = '' - if (this.$route.query.flowType == 2) { - msgType = 'designIssueDreMsg' - } else if (this.$route.query.flowType == 3) { - msgType = 'prehomoIssueDreMsg' - } else if (this.$route.query.flowType == 4) { - msgType = 'verifyIssueDreMsg' - } - let query = { - status: 'NotDone', - actiProcInstId: this.$route.query.actiProcInstId, - projectTaskInventoryId: this.$route.query.projectTaskInventoryId, - flowType: this.$route.query.flowType, - userIds: this.formInline.userId, - taskDefinitionKey: 'dreDispose', - msgType: msgType, - formData: JSON.stringify(this.distributionEngineerList) - } - postAction(this.url.DetailEOAdd, query).then((res) => { + postAction(this.url.DetailEOAdd, this.distributionEngineerList).then((res) => { if (res.success) { if (res.success) { this.confirmLoading = false @@ -532,10 +514,25 @@ PersonnelSelectionChange(value, id) { this.formInline[value] = id if (id) { - this.formInline.userName.split(',').forEach(res => { + let msgType = '' + if (this.$route.query.flowType == 2) { + msgType = 'designIssueDreMsg' + } else if (this.$route.query.flowType == 3) { + msgType = 'prehomoIssueDreMsg' + } else if (this.$route.query.flowType == 4) { + msgType = 'verifyIssueDreMsg' + } + this.formInline.userName.split(',').forEach((res, index) => { this.distributionEngineerList.push({ deliveryInstructions: '', - name: res + name: res, + status: 'NotDone', + actiProcInstId: this.$route.query.actiProcInstId, + projectTaskInventoryId: this.$route.query.projectTaskInventoryId, + flowType: this.$route.query.flowType, + userIds: this.formInline[value].split(',')[index], + taskDefinitionKey: 'dreDispose', + msgType: msgType }) }) } diff --git a/jero-web/src/views/processCenter/components/examineInformation.vue b/jero-web/src/views/processCenter/components/examineInformation.vue index 2ebaeba43..bccb453b4 100644 --- a/jero-web/src/views/processCenter/components/examineInformation.vue +++ b/jero-web/src/views/processCenter/components/examineInformation.vue @@ -195,7 +195,7 @@ \ No newline at end of file diff --git a/jero-web/src/views/processCenter/components/headerProcess.vue b/jero-web/src/views/processCenter/components/headerProcess.vue index 9f552f7fc..7bb39d110 100644 --- a/jero-web/src/views/processCenter/components/headerProcess.vue +++ b/jero-web/src/views/processCenter/components/headerProcess.vue @@ -2,25 +2,25 @@
- + {{title}}
-
- - - {{$t('terminationProcess')}} - - - {{$t('preservation')}} - - {{$t('issue')}} - - {{$t('submit')}} - - {{$t('sendBack')}} - - {{$t('adopt')}} -
+ + + + + + + + + + + + + + + +
diff --git a/jero-web/src/views/processCenter/components/reviewedByThePersonInCharge.vue b/jero-web/src/views/processCenter/components/reviewedByThePersonInCharge.vue index b0b72c37e..0bb8fcc94 100644 --- a/jero-web/src/views/processCenter/components/reviewedByThePersonInCharge.vue +++ b/jero-web/src/views/processCenter/components/reviewedByThePersonInCharge.vue @@ -100,7 +100,7 @@