diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1-1.vue new file mode 100644 index 000000000..2c56a6a75 --- /dev/null +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1-1.vue @@ -0,0 +1,4049 @@ + + + + + 标准入库流程 + 起草 + + + 基础信息 + 人员信息 + + + + + + 基础信息 + + + + + + + 国内标准入库 + 海外标准入库 + + + + + + + + + + + + + + + + + + + + + + 是 + 否 + + + + + + + + + + + + + + + + + + 根据类别、编号、中英文名称查询 + + + + + 是 + 否 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 实施日期 + + + + + + + + + + + + + + + + 文本信息 + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + 适用范围 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 维护 + + + + + + 维护 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 关联信息 + + + + + + + + + + + + + + {{ '手动查找' }} + + + + + + + + + + + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ '手动查找' }} + + + + + + + + + + + + + + + + + {{ '手动查找' }} + + + + + + + + + + + + + + + + + + + + + 标准法规工程师 + + + + + + + + + + 责任工程师 + + + + + + + + + + + 标准法规工程师 + + + + + + + + + + 标准法规部法规分析业务经理 + + + + + + + + + + + + + + + + + + + 点击或拖拽上传文件 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + + + + + 清空 + + + + + + + + + + + {{ 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.standSort }} {{ scope.row.standNumber }}-{{ scope.row.standYear }} + {{ scope.row.standSort }} {{ scope.row.standNumber }} + + + + + + + + + {{ textStatusMap[scope.row.textStatus] }} + + + + + + + + + + + + + + + + 数据获取中 + + + + + 加载数据 + + + + + + diff --git a/src/pages/processCenter/pages/processDetail/index.vue b/src/pages/processCenter/pages/processDetail/index.vue index c769c9649..9e0891558 100644 --- a/src/pages/processCenter/pages/processDetail/index.vue +++ b/src/pages/processCenter/pages/processDetail/index.vue @@ -223,7 +223,7 @@ export default { // 根据type判断跳转具体流程页面 if (prcType === '1') { // 标准入库流程数据 //第一步 - this.toProcessDetail('bzrkStep1',row) + this.toProcessDetail('bzrkStep1-1',row) }else if(prcType === '2'){ //标准调研流程 //第五步 this.toProcessDetail('bzdyStep5-1',row) diff --git a/src/router/index.js b/src/router/index.js index 65b0e35b2..cb93873e1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1061,6 +1061,15 @@ const routes = [ title: '标准入库流程' } }, + { + path: '/bzrkStep1-1', + name: 'bzrkStep1-1', + component: () => import('@/pages/processCenter/pages/creatProcess/bzrk/step1-1.vue'), + meta: { + requireAuth: true, + title: '标准入库流程' + } + }, { path: '/bzrkStep3', name: 'bzrkStep3',
点击或拖拽上传文件