- {{ scope.row.institutionName }} -
-{{ scope.row.institutionName.substring(0, 15) }}...
-- {{ scope.row.NameList }} -
-{{ scope.row.NameList.substring(0, 15) }}...
-- {{ scope.row.institutionName }} -
-{{ scope.row.institutionName.substring(0, 15) }}...
-- {{ scope.row.NameList }} -
-{{ scope.row.NameList.substring(0, 15) }}...
-+ {{ scope.row.institutionName }} +
+{{ scope.row.institutionName.substring(0, 15) }}...
++ {{ scope.row.NameList }} +
+{{ scope.row.NameList.substring(0, 15) }}...
+{{ sarStandardsInfoEO.textStatusBuss || '-' }} + >文本状态{{ sarStandardsInfoEO.textStatusBussShow || '-' }}
{{ sarStandardsInfoEO.issueTime || '-' }}
{{ sarStandardsInfoEO.putTime || '-' }}
@@ -2156,11 +2156,11 @@ export default { _this: this }, res => { this.sarStandardsInfoEO = res.data || {} - this.textOptions.forEach(item => { - if(this.sarStandardsInfoEO.textStatusBuss === item.value){ - this.sarStandardsInfoEO.textStatusBuss = item.label - } - }) + // this.textOptions.forEach(item => { + // if(this.sarStandardsInfoEO.textStatusBuss === item.value){ + // this.sarStandardsInfoEO.textStatusBuss = item.label + // } + // }) if (this.sarStandardsInfoEO.issueTime) { this.sarStandardsInfoEO.issueTime = this.sarStandardsInfoEO.issueTime.split(' ')[0] } diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 858741158..8ae956e29 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3649,12 +3649,12 @@ export default { return item.id } }, - created() { + /*created() { dicTypeData().then(res => { // 能源类型数据字典 this.CycxOptions = res.data.CLLX }) - }, + },*/ async mounted() { this.sarStandardsInfoEO.id = this.$route.params.id // await this.selectStandMessage() @@ -3663,6 +3663,7 @@ export default { this.$http.get('sys/dictype/getDicTypeListCode', '', { _this: this }, res => { + this.CycxOptions = res.data.CLLX this.applyArcticOptions.options = res.data.ENERGYTYPES // 根据需求文档,产品类别对应标准属性中的“适用车辆类型” this.emergyKindOptions = res.data.ENERGYTYPES this.requestOptions = res.data.REQUESTTYPE diff --git a/src/pages/home2/components/todoList/index.vue b/src/pages/home2/components/todoList/index.vue index 0b983eee9..4a4a57122 100644 --- a/src/pages/home2/components/todoList/index.vue +++ b/src/pages/home2/components/todoList/index.vue @@ -120,7 +120,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '总院各中心兼职标准化员/各事业部标准化员初审'){ + }else if (row.taskInfo === '标准化员初审'){ this.$router.push({ name: 'bussLibrary4', query: { @@ -164,7 +164,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '标准法规部标准化工程师复审'){ + }else if (row.taskInfo === '复审'){ this.$router.push({ name: 'bussLibrary7', query: { @@ -186,18 +186,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '起草单位高级经理审核'){ - this.$router.push({ - name: 'bussLibrary8', - query: { - taskIds: row.taskIds, - prcId: row.prcId, - prcNum: row.prcNum, - prcName: row.prcName, - prcType: row.prcType - } - }) - }else if (row.taskInfo === '标准法规部高级经理审核'){ + }else if (row.taskInfo === '审核'){ this.$router.push({ name: 'bussLibrary9', query: { @@ -208,7 +197,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '起草单位中心主任审定'){ + }else if (row.taskInfo === '审定'){ this.$router.push({ name: 'bussLibrary10', query: { @@ -219,7 +208,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '总院院长或总院主管副院长批准'){ + }else if (row.taskInfo === '批准'){ this.$router.push({ name: 'bussLibrary11', query: { @@ -230,7 +219,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '主起草人培训'){ + }else if (row.taskInfo === '培训'){ this.$router.push({ name: 'bussLibrary12', query: { @@ -241,7 +230,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '标准法规部标准化工程师发布'){ + }else if (row.taskInfo === '发布'){ this.$router.push({ name: 'bussLibrary13', query: { @@ -288,7 +277,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '总院各中心兼职标准化员/各事业部标准化员初审'){ + }else if (row.taskInfo === '标准化员初审'){ this.$router.push({ name: 'bussLibraryProduct4', query: { @@ -332,7 +321,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '总院标准法规部产品标准工程师/各事业部标准法规部复审'){ + }else if (row.taskInfo === '复审'){ this.$router.push({ name: 'bussLibraryProduct7', query: { @@ -343,7 +332,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '总院项目总工/各事业部整车所产品经理审核'){ + }else if (row.taskInfo === '审核'){ this.$router.push({ name: 'bussLibraryProduct8', query: { @@ -354,18 +343,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '总院标准法规部高级经理/各事业部标准业务/认证业务经理审核'){ - this.$router.push({ - name: 'bussLibraryProduct9', - query: { - taskIds: row.taskIds, - prcId: row.prcId, - prcNum: row.prcNum, - prcName: row.prcName, - prcType: row.prcType - } - }) - }else if (row.taskInfo === '总院产品工程经理/各事业部技术中心主任审定'){ + }else if (row.taskInfo === '审定'){ this.$router.push({ name: 'bussLibraryProduct10', query: { @@ -376,18 +354,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '总院技术管理中心主任/各事业部主管标准业务高级经理审定'){ - this.$router.push({ - name: 'bussLibraryProduct11', - query: { - taskIds: row.taskIds, - prcId: row.prcId, - prcNum: row.prcNum, - prcName: row.prcName, - prcType: row.prcType - } - }) - }else if (row.taskInfo === '总院平台总监/各事业部研发副总裁批准'){ + }else if (row.taskInfo === '批准'){ this.$router.push({ name: 'bussLibraryProduct12', query: { @@ -398,7 +365,7 @@ export default { prcType: row.prcType } }) - }else if (row.taskInfo === '总院标准法规部产品标准工程师发布'){ + }else if (row.taskInfo === '发布'){ this.$router.push({ name: 'bussLibraryProduct13', query: { diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue index 5f9c0d958..dfc5bf555 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step2.vue @@ -116,13 +116,6 @@ -