From 19890c2559d44501252b2d004cc2fcfef28faec9 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Wed, 29 Dec 2021 16:21:29 +0800 Subject: [PATCH] feat: There is no way the,buss process name --- .../pages/creatProcess/qbrk-product/step1.vue | 22 +- .../pages/creatProcess/qbrk/step1.vue | 221 ++++++++++-------- 2 files changed, 141 insertions(+), 102 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue index fc1f6205e..dbccea007 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue @@ -493,7 +493,7 @@ - +

总院各中心兼职标准化员/各事业部标准化员

@@ -503,7 +503,7 @@
- +

会签征求意见人员

@@ -513,7 +513,7 @@
- +

意见汇总及标准修改人员

@@ -523,7 +523,7 @@
- +

总院标准法规部产品标准工程师/各事业部标准法规部人员

@@ -533,7 +533,7 @@
- +

总院项目总工/各事业部整车所产品经理

@@ -543,7 +543,7 @@
- +

总院标准法规部高级经理/各事业部标准业务/认证业务经理

@@ -553,7 +553,7 @@
- +

总院标准法规部高级经理/各事业部标准业务/认证业务经理

@@ -563,7 +563,7 @@
- +

总院技术管理中心主任/各事业部主管标准业务高级经理

@@ -573,7 +573,7 @@
- +

总院平台总监/各事业部研发副总裁

@@ -583,7 +583,7 @@
- +

总院标准法规部产品标准工程师/各事业部标准化员

@@ -593,7 +593,7 @@
- +

抄送人员

diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue index 97879e923..f044e431d 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue @@ -96,7 +96,6 @@ 根据企标编号、企标名称查询 @@ -493,7 +492,7 @@
- +

总院各中心兼职标准化员/各事业部标准化员

@@ -503,7 +502,7 @@
- +

会签征求意见人员

@@ -513,7 +512,7 @@
- +

技术委员会评审/评审意见修改人员

@@ -523,7 +522,7 @@
- +

标准法规部标准化工程师

@@ -533,7 +532,7 @@
- +

起草单位高级经理

@@ -543,7 +542,7 @@
- +

标准法规部高级经理

@@ -553,7 +552,7 @@
- +

起草单位中心主任

@@ -563,7 +562,7 @@
- +

总院院长或总院主管副院长

@@ -573,7 +572,7 @@
- +

标准法规部标准化工程师发布人员

@@ -792,38 +791,34 @@
{ this.handleSearchStandard() }, 100) @@ -1836,10 +1876,13 @@ }, getDomesticStandardTable () { this.loadSarStandard = true - this.$http.get('lawss/sarLawsInfo/page', this.standardSearchForm, {}, res => { + this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans', this.standardSearchForm, { + _this: this + }, res => { this.loadSarStandard = false if (res.ok) { this.tableData.standardData = res.data.list + console.log(this.tableData.standardData) this.standardSearchForm.total = res.data.count } }, e => { @@ -1847,19 +1890,15 @@ }) }, handleSearchStandard () { - if (this.form.standType === '') { - this.$message.warning('请选择标准来源') - } else { - this.standardDrawer = true - this.$nextTick(() => { - // 动态设置表格高度 + this.standardDrawer = true + this.$nextTick(() => { + // 动态设置表格高度 + this.tableHeight.standardTableHeight = $('.standard-table-wrap').height() + window.onresize = () => { this.tableHeight.standardTableHeight = $('.standard-table-wrap').height() - window.onresize = () => { - this.tableHeight.standardTableHeight = $('.standard-table-wrap').height() - } - }) - this.getDomesticStandardTable() - } + } + }) + this.getDomesticStandardTable() }, saveUserInfo () { this.filterText = ''