[update] 修改新建流程页,企标计划立项/变更流程

This commit is contained in:
lideqin
2023-10-08 09:28:38 +08:00
parent 1ebd6d3cf2
commit 691270caf0
9 changed files with 926 additions and 63 deletions
+26 -26
View File
@@ -17,30 +17,30 @@ export default {
dataList: [
{ // 外部标准管理流程
uid: 1,
text: this.$t('newProcess.externalStandardsManagementProcess'),
text: this.$t('workCenter.newProcess.externalStandardsManagementProcess'),
list: [
{ // 标准法规入库/更正流程
title: this.$t('newProcess.standardRegulationEntryCorrectionProcess'),
title: this.$t('workCenter.newProcess.standardRegulationEntryCorrectionProcess'),
path: '/workCenter/StandardEntryOrChangeProcess'
},
{ // 标准征求意见流程
title: this.$t('newProcess.annotateTheConsultationProcess'),
title: this.$t('workCenter.newProcess.annotateTheConsultationProcess'),
path: ''
},
{ // 项目合规评估流程
title: this.$t('newProcess.projectComplianceAssessmentProcess'),
title: this.$t('workCenter.newProcess.projectComplianceAssessmentProcess'),
path: ''
},
{ // 未符合项跟踪流程
title: this.$t('newProcess.noMatchTrackingProcess'),
title: this.$t('workCenter.newProcess.noMatchTrackingProcess'),
path: ''
},
{ // 法规合规评估流程
title: this.$t('newProcess.regulatoryComplianceAssessmentProcess'),
title: this.$t('workCenter.newProcess.regulatoryComplianceAssessmentProcess'),
path: ''
},
{ // 法规采购流程
title: this.$t('newProcess.regulatoryProcurementProcess'),
title: this.$t('workCenter.newProcess.regulatoryProcurementProcess'),
path: ''
}
]
@@ -50,73 +50,73 @@ export default {
text: '企标管理流程',
list: [
{ // 企标立项/变更计划
title: this.$t('newProcess.enterpriseProjectChangePlan'),
title: this.$t('workCenter.newProcess.enterpriseProjectChangePlan'),
path: '/workCenter/enterpriseStandardInitChange/flow/planApprovalChangeFlow'
},
{ // 年度制修订计划审批流程(各部门主动上报)
title: this.$t('newProcess.annualRevisionPlanActivelyReport'),
title: this.$t('workCenter.newProcess.annualRevisionPlanActivelyReport'),
path: ''
},
{ // 年度制修订计划审批流程(标准化发起)
title: this.$t('newProcess.annualRevisionPlanStandardizationInit'),
title: this.$t('workCenter.newProcess.annualRevisionPlanStandardizationInit'),
path: ''
},
{ // 企标制修订流程
title: this.$t('newProcess.enterpriseStandardSystemRevisionProcess'),
title: this.$t('workCenter.newProcess.enterpriseStandardSystemRevisionProcess'),
path: ''
},
{ // 企标更改流程
title: this.$t('newProcess.bidChangeProcess'),
title: this.$t('workCenter.newProcess.bidChangeProcess'),
path: ''
},
{ // 企标复审流程
title: this.$t('newProcess.processOfEnterpriseBidReview'),
title: this.$t('workCenter.newProcess.processOfEnterpriseBidReview'),
path: ''
},
{ // 企标废止流程
title: this.$t('newProcess.processOfEnterpriseBidAnnulment'),
title: this.$t('workCenter.newProcess.processOfEnterpriseBidAnnulment'),
path: ''
},
{ // 企标封存流程
title: this.$t('newProcess.processOfSealingEnterpriseStandard'),
title: this.$t('workCenter.newProcess.processOfSealingEnterpriseStandard'),
path: ''
},
{ // 已封存企标启用流程
title: this.$t('newProcess.theSealedEnterpriseBidHasBeenActivatedProcess'),
title: this.$t('workCenter.newProcess.theSealedEnterpriseBidHasBeenActivatedProcess'),
path: ''
},
{ // 企标稽查计划
title: this.$t('newProcess.enterpriseStandardAuditPlan'),
title: this.$t('workCenter.newProcess.enterpriseStandardAuditPlan'),
path: ''
},
{ // 企标稽查流程
title: this.$t('newProcess.processOfEnterpriseStandardAudit'),
title: this.$t('workCenter.newProcess.processOfEnterpriseStandardAudit'),
path: ''
},
{ // 稽查延期申请流程
title: this.$t('newProcess.auditExtensionApplicationProcess'),
title: this.$t('workCenter.newProcess.auditExtensionApplicationProcess'),
path: ''
},
{ // 企标稽查整改
title: this.$t('newProcess.enterpriseStandardInspectionAndRectification'),
title: this.$t('workCenter.newProcess.enterpriseStandardInspectionAndRectification'),
path: ''
},
{ // 权限申请流程
title: '权限申请流程',
title: this.$t('workCenter.newProcess.permissionApplicationProcess'),
path: ''
},
{
title: '标准宣贯流程',
{ // 标准宣贯流程
title: this.$t('workCenter.newProcess.standardPromotionProcess'),
path: ''
}
]
},
{ // 工作组相关流程
uid: 3,
text: '工作组相关流程',
text: this.$t('workCenter.newProcess.workgroupProcess'),
list: [
{
title: '会后管理流程',
{ // 会后管理流程
title: this.$t('workCenter.newProcess.postMeetingManagementProcess'),
path: ''
}
]