diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList-1.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList-1.vue new file mode 100644 index 000000000..5ca6258f6 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/common/formEditList-1.vue @@ -0,0 +1,985 @@ + + + + 基础信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 过程稿件 + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + 适用范围 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 关联信息 + + + + + + + {{'手动查找'}} + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{'手动查找'}} + + + + + + + + + + + + + + + + + + + + + 意见信息 + + + + + + {{scope.$index + 1}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{filterOp(scope.row.opinionsAdopted)}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step6-1.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step6-1.vue new file mode 100644 index 000000000..d692796d2 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step6-1.vue @@ -0,0 +1,2904 @@ + + + + 企标制修订-产品标准 + 意见汇总修订 + + + 基础信息 + + 审批历史 + + + + + + + 意见信息 + + + + + + + {{scope.$index + 1}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ 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.standCode}} + + + + + + {{ scope.row.issueTime ? $moment(scope.row.issueTime).format('YYYY-MM-DD') : '' }} + + + + {{ scope.row.standStatusShow }} + + + + {{$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 363b77b35..8bf179a01 100644 --- a/src/pages/processCenter/pages/processDetail/index.vue +++ b/src/pages/processCenter/pages/processDetail/index.vue @@ -257,7 +257,7 @@ export default { this.toProcessDetail('bussLibrary9',row) }else if(prcType === 'buss2'){ //企标 产品标准 6 - this.toProcessDetail('bussLibraryProduct6',row) + this.toProcessDetail('bussLibraryProduct6-1',row) }else if(prcType === 'buss3'){ //企标复审 4 this.toProcessDetail('bussFs2-1',row) diff --git a/src/router/index.js b/src/router/index.js index c9a16a43d..9dc3de2ca 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1363,6 +1363,15 @@ const routes = [ title: '企标制修订-产品标准' } }, + { + path: '/bussLibraryProduct6-1', + name: 'bussLibraryProduct6-1', + component: () => import('@/pages/processCenter/pages/creatProcess/qbrk-product/step6-1.vue'), + meta: { + requireAuth: true, + title: '企标制修订-产品标准' + } + }, { path: '/bussLibraryProductC6', name: 'bussLibraryProductC6',
点击或拖拽上传文件