diff --git a/src/views/auditPages/taskManagement/info.vue b/src/views/auditPages/taskManagement/info.vue
index e29c860..dbd6b14 100644
--- a/src/views/auditPages/taskManagement/info.vue
+++ b/src/views/auditPages/taskManagement/info.vue
@@ -440,7 +440,8 @@ export default {
taskId: row.taskId,
assetId: row.id,
type: this.activeName,
- zcdwmc: row.zcdwmc
+ zcdwmc: row.zcdwmc,
+ taskInfo:'taskInfo'
}
})
}
diff --git a/src/views/components/renwuType/index_v1.vue b/src/views/components/renwuType/index_v1.vue
index 53ecf76..0c3656c 100644
--- a/src/views/components/renwuType/index_v1.vue
+++ b/src/views/components/renwuType/index_v1.vue
@@ -271,12 +271,11 @@
暂存
提交
-
-
+
+
不通过
通过
-
@@ -394,6 +393,9 @@ export default {
this.getInfo()
this.disabled = false;
}
+ if(this.$route.query.taskInfo == 'taskInfo'){
+ this.disabled = true;
+ }
},
methods:{
getInfo(id){
diff --git a/src/views/components/renwuType/index_v2.vue b/src/views/components/renwuType/index_v2.vue
index b90ce33..acb0fff 100644
--- a/src/views/components/renwuType/index_v2.vue
+++ b/src/views/components/renwuType/index_v2.vue
@@ -319,12 +319,13 @@
提交
-
+
+
不通过
通过
-
@@ -441,6 +442,9 @@ export default {
this.getInfo(this.id)
this.disabled = false;
}
+ if(this.$route.query.taskInfo == 'taskInfo'){
+ this.disabled = true;
+ }
},
methods: {
diff --git a/src/views/components/renwuType/index_v3.vue b/src/views/components/renwuType/index_v3.vue
index d7b21f7..2df0b9a 100644
--- a/src/views/components/renwuType/index_v3.vue
+++ b/src/views/components/renwuType/index_v3.vue
@@ -213,11 +213,12 @@
提交
-
+
+
+
不通过
通过
-
@@ -314,6 +315,9 @@ export default {
this.getInfo(this.id)
this.disabled = false;
}
+ if(this.$route.query.taskInfo == 'taskInfo'){
+ this.disabled = true;
+ }
},
methods:{
getInfo(id){
diff --git a/src/views/components/renwuType/index_v4.vue b/src/views/components/renwuType/index_v4.vue
index 154f3a4..2b9c315 100644
--- a/src/views/components/renwuType/index_v4.vue
+++ b/src/views/components/renwuType/index_v4.vue
@@ -189,11 +189,12 @@
提交
-
+
+
+
不通过
通过
-
@@ -292,6 +293,9 @@ export default {
this.getInfo(this.id)
this.disabled = false;
}
+ if(this.$route.query.taskInfo == 'taskInfo'){
+ this.disabled = true;
+ }
},
methods:{
getInfo(id){