@@ -365,11 +365,6 @@ export default {
} else {
this.currentNodeName = '主起草人发起'
}
- // 如果是查看进入的,不可编辑,不可操作
- if (this.$route.query.onlyLook) {
- this.onlyLook = this.$route.query.onlyLook
- this.disabled = this.$route.query.onlyLook
- }
},
data () {
return {
@@ -380,7 +375,6 @@ export default {
switchValue: 'base', // 头部tab选中值
disabled: false,
categoryTypeDisabled: false, // 申请类型和项目类别不可更改
- onlyLook: false, // 是否仅查看
currentNode: 1, // 当前节点
currentNodeName: '', // 当前节点名称
currentNodeId: '', // 当前节点id
diff --git a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue
index f173575f..a65226cc 100644
--- a/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue
+++ b/src/views/workCenter/enterpriseStandardRecheck/EnterpriseStandardRecheckFlow.vue
@@ -63,8 +63,8 @@
- {{ $t('processApprovalInformation') }}
-
+ {{ $t('processApprovalInformation') }}
+
+
@@ -230,11 +230,6 @@ export default {
this.$refs.baseInfoRef.setFormById(this.$route.query.recheckPlanId)
})
}
- // 如果是查看进入的,不可编辑,不可操作
- if (this.$route.query.onlyLook) {
- this.onlyLook = this.$route.query.onlyLook
- this.disabled = this.$route.query.onlyLook
- }
},
data () {
return {
@@ -242,7 +237,6 @@ export default {
loading: false,
switchValue: 'base', // 头部tab选中值
disabled: false,
- onlyLook: false, // 是否仅查看
currentNode: 2, // 当前节点
currentNodeName: '',
model: {},
diff --git a/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue b/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue
index cc268f1f..71360290 100644
--- a/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue
+++ b/src/views/workCenter/enterpriseStandardRevision/EnterpriseStandardRevisionFlow.vue
@@ -113,7 +113,7 @@
-
+
@@ -272,11 +272,6 @@ export default {
} else {
this.currentNodeName = '主起草人起草分发'
}
- // 如果是查看进入的,不可编辑,不可操作
- if (this.$route.query.onlyLook) {
- this.onlyLook = this.$route.query.onlyLook
- this.disabled = this.$route.query.onlyLook
- }
},
data () {
return {
@@ -301,7 +296,6 @@ export default {
sm: { span: 22 }
},
disabled: false,
- onlyLook: false,
validatorRules: {
// 流程名称
prcName: {
diff --git a/src/views/workCenter/enterpriseStandardSealSave/EnterpriseStandardSealSaveFlow.vue b/src/views/workCenter/enterpriseStandardSealSave/EnterpriseStandardSealSaveFlow.vue
index 603aeb26..f57fa083 100644
--- a/src/views/workCenter/enterpriseStandardSealSave/EnterpriseStandardSealSaveFlow.vue
+++ b/src/views/workCenter/enterpriseStandardSealSave/EnterpriseStandardSealSaveFlow.vue
@@ -60,8 +60,8 @@
- {{ $t('processApprovalInformation') }}
-
+ {{ $t('processApprovalInformation') }}
+
-
+
@@ -189,11 +189,6 @@ export default {
} else {
this.currentNodeName = '发起人发起'
}
- // 如果是查看进入的,不可编辑,不可操作
- if (this.$route.query.onlyLook) {
- this.onlyLook = this.$route.query.onlyLook
- this.disabled = this.$route.query.onlyLook
- }
},
data () {
return {
@@ -201,7 +196,6 @@ export default {
loading: false,
switchValue: 'base', // 头部tab选中值
disabled: false,
- onlyLook: false, // 是否仅查看
currentNode: 1, // 当前节点
currentNodeName: '',
model: {},
diff --git a/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue b/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue
index a833534b..f1e23945 100644
--- a/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue
+++ b/src/views/workCenter/enterpriseStandardStartUse/EnterpriseStandardStartUseFlow.vue
@@ -60,8 +60,8 @@
- {{ $t('processApprovalInformation') }}
-
+ {{ $t('processApprovalInformation') }}
+
-
+
@@ -189,11 +189,6 @@ export default {
} else {
this.currentNodeName = '发起人发起'
}
- // 如果是查看进入的,不可编辑,不可操作
- if (this.$route.query.onlyLook) {
- this.onlyLook = this.$route.query.onlyLook
- this.disabled = this.$route.query.onlyLook
- }
},
data () {
return {
@@ -201,7 +196,6 @@ export default {
loading: false,
switchValue: 'base', // 头部tab选中值
disabled: false,
- onlyLook: false, // 是否仅查看
currentNode: 1, // 当前节点
currentNodeName: '',
model: {},