diff --git a/jero-web/src/views/phoneView/handlingPage.vue b/jero-web/src/views/phoneView/handlingPage.vue
index a4c42d600..4e0db0339 100644
--- a/jero-web/src/views/phoneView/handlingPage.vue
+++ b/jero-web/src/views/phoneView/handlingPage.vue
@@ -15,7 +15,7 @@
:loading-text="$t('loading')"
@load="onLoad"
>
-
+
@@ -62,7 +62,12 @@
},
handlingClick(item) {
this.$router.push({
- path: '/phonePreHomoMangement'
+ path: '/phonePreHomoMangement',
+ query: {
+ taskDefinitionKey: this.$route.query.taskDefinitionKey,
+ projectName:this.$route.query.projectName,
+ id: item.id
+ }
})
},
onLoad() {
diff --git a/jero-web/src/views/phoneView/preHomoMangement.vue b/jero-web/src/views/phoneView/preHomoMangement.vue
index e6c25d0a1..9c236331e 100644
--- a/jero-web/src/views/phoneView/preHomoMangement.vue
+++ b/jero-web/src/views/phoneView/preHomoMangement.vue
@@ -3,7 +3,7 @@
@@ -87,22 +87,63 @@
-
-
+
+
{{$t('reviewAndPass')}}
-
+
{{$t('reviewAndReturn')}}
+
+ {{$t('missionAccepted')}}
+
+
+ {{$t('missionRejection')}}
+
-
+
+
+
+
+
+
+
+
+ {{$t('upload1')}}
+
+
+
+
+
+
+
+
+ {{$t('yes')}}
+
+
+ {{$t('not')}}
+
+
+
+
+
+
{{item.fileName}}
+
+
+
+
+