From a5897b58201d6ba8b362605215c9b31f93d033d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 14 Jun 2023 10:46:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=A0=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AFrem=E5=B8=83=E5=B1=80=E5=BC=95=E5=8F=91=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/phoneView/handlingPage.vue | 7 +- .../src/views/phoneView/preHomoMangement.vue | 86 ++++++++++++++----- .../src/views/phoneView/processManagement.vue | 26 +++++- jero-web/src/views/phoneView/taskData.vue | 2 +- 4 files changed, 92 insertions(+), 29 deletions(-) diff --git a/jero-web/src/views/phoneView/handlingPage.vue b/jero-web/src/views/phoneView/handlingPage.vue index 4e0db0339..2ab8211cf 100644 --- a/jero-web/src/views/phoneView/handlingPage.vue +++ b/jero-web/src/views/phoneView/handlingPage.vue @@ -50,11 +50,13 @@ pageNo: 0, pageSize: 10, loading: false, - finished: false + finished: false, + isDisplay:false, } }, mounted() { document.title = 'NIO GRP' + this.isDisplay = JSON.parse(this.$route.query.isDisplay) }, methods: { iconClick() { @@ -66,7 +68,8 @@ query: { taskDefinitionKey: this.$route.query.taskDefinitionKey, projectName:this.$route.query.projectName, - id: item.id + id: item.id, + isDisplay:this.isDisplay } }) }, diff --git a/jero-web/src/views/phoneView/preHomoMangement.vue b/jero-web/src/views/phoneView/preHomoMangement.vue index 703e757d8..c07bffe8b 100644 --- a/jero-web/src/views/phoneView/preHomoMangement.vue +++ b/jero-web/src/views/phoneView/preHomoMangement.vue @@ -91,14 +91,20 @@ {{queryForm.deliveryResult}} - + +
+ {{$t('resultofhandling')}} + * +
+ :rules="[{ required: true, message: $t('resultofhandling') + $t('cannotEmpty') }]">