diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/common/formList-1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/common/formList-1.vue new file mode 100644 index 000000000..2864d6152 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk/common/formList-1.vue @@ -0,0 +1,715 @@ + + + + 基础信息 + + + + + + + + + + + + + + + 制定 + 修订 + 修改 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 过程稿件 + + + + + + + {{ item.name }} + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + 适用范围 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 关联信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + 意见信息 + + + 导出 + + + + + + {{scope.$index + 1}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{filterOp(scope.row.opinionsAdopted)}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step11-1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step11-1.vue new file mode 100644 index 000000000..c18164a70 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step11-1.vue @@ -0,0 +1,2507 @@ + + + + 企标制修订-技术标准 + 批准 + + + 基础信息 + + 审批历史 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.createTime ? $moment(scope.row.createTime).format('YYYY-MM-DD') : '' }} + + + + + {{ scope.row.endTime ? $moment(scope.row.endTime).format('YYYY-MM-DD') : '' }} + + + + + {{scope.row.commentText}} + + + + + {{ scope.row.endTime ? '已完成' : '未完成'}} + + + + 流程列表加载中 + + + + + + + + + + + + 点击或拖拽上传文件 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.standSort }} {{ scope.row.standNumber }}-{{ scope.row.standYear }} + {{ scope.row.standSort }} {{ scope.row.standNumber }} + + + + + + {{ scope.row.issueTime ? $moment(scope.row.issueTime).format('YYYY-MM-DD') : '' }} + + + + {{ textStatusMap[scope.row.textStatus] }} + + + + {{$t('m.dataAcquisition')}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ scope.row.lawsNumber }} + + + + + + + + + {{ scope.row.standStatusShow }} + + + + + 查看 + + + + + + + 数据获取中 + + + + + + + + 正在加载数据 + + + + + + diff --git a/src/pages/processCenter/pages/processDetail/index.vue b/src/pages/processCenter/pages/processDetail/index.vue index 8bf179a01..053eb1548 100644 --- a/src/pages/processCenter/pages/processDetail/index.vue +++ b/src/pages/processCenter/pages/processDetail/index.vue @@ -254,7 +254,7 @@ export default { this.toProcessDetail('wfhxzgStep3-1',row) }else if(prcType === 'buss1'){ //企标制修订 技术标准 第9 - this.toProcessDetail('bussLibrary9',row) + this.toProcessDetail('bussLibrary11-1',row) }else if(prcType === 'buss2'){ //企标 产品标准 6 this.toProcessDetail('bussLibraryProduct6-1',row) diff --git a/src/router/index.js b/src/router/index.js index 9dc3de2ca..5c7fbb22c 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1266,7 +1266,8 @@ const routes = [ requireAuth: true, title: '企标制修订流程及企业标准库流程' } - },{ + }, + { path: '/bussLibrary11', name: 'bussLibrary11', component: () => import('@/pages/processCenter/pages/creatProcess/qbrk/step11.vue'), @@ -1275,6 +1276,15 @@ const routes = [ title: '企标制修订流程及企业标准库流程' } },{ + path: '/bussLibrary11-1', + name: 'bussLibrary11-1', + component: () => import('@/pages/processCenter/pages/creatProcess/qbrk/step11-1.vue'), + meta: { + requireAuth: true, + title: '企标制修订流程及企业标准库流程' + } + }, + { path: '/bussLibrary12', name: 'bussLibrary12', component: () => import('@/pages/processCenter/pages/creatProcess/qbrk/step12.vue'),
点击或拖拽上传文件