From b46670349c57ef68b52aa71bb3752f5f8c8e48ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Mon, 20 Mar 2023 16:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=95=E8=A7=84=E6=B8=85?= =?UTF-8?q?=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/circulationHistory.vue | 54 +++++++++++++++++++ .../components/designCompliance.vue | 8 ++- .../reviewedByThePersonInCharge.vue | 7 ++- 3 files changed, 66 insertions(+), 3 deletions(-) create mode 100644 jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue new file mode 100644 index 000000000..39f2d3e18 --- /dev/null +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue @@ -0,0 +1,54 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue index 67199f91d..ef4c417f5 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/designCompliance.vue @@ -31,6 +31,10 @@ :query="queryData" :queryBy="queryBy" :queryPersonInCharge="queryPersonInCharge"/> + +
@@ -199,7 +198,11 @@ }, //转办接口 SelectedByForm(userIds) { - this.formInline.secondChargePersonUserId = userIds + if (this.query.TaskKey == 'zrrtjjfw'){ + this.formInline.dezrrSubmitUserId = userIds + }else{ + this.formInline.secondChargePersonUserId = userIds + } this.$refs.SelectedByRef.visible = false }, submitNoRule(callBack) {