From 2cc5ca1632a62adacbb0ead1866a20156b0f2646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 5 Aug 2021 14:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E9=A1=B9=E7=9B=AE=E5=BA=93?= =?UTF-8?q?=E5=B7=B2=E7=BB=B4=E6=8A=A4=E6=9C=AA=E7=BB=B4=E6=8A=A4=E5=88=87?= =?UTF-8?q?=E6=8D=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/xmpg2/step4.vue | 10 +- .../localProductsOrProjectLibrary/index.vue | 1583 +++++++++-------- .../pages/details.vue | 9 +- 3 files changed, 822 insertions(+), 780 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue b/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue index dbd1b065f..b97ace1ac 100644 --- a/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/xmpg2/step4.vue @@ -406,17 +406,15 @@ export default { } }, checkedRole (data) { - let roleId = data[0].id - let roleName = data[0].name if (this.type === 1) { - this.dataList[this.zrIndex].liablePeopleId = roleId - this.dataList[this.zrIndex].liablePeople = roleName + this.dataList[this.zrIndex].liablePeopleId = data[0].id + this.dataList[this.zrIndex].liablePeople = data[0].name } else if(this.type === 2) { this.dataList.forEach( item => { this.selectList.forEach( items => { if (item.standId === items.standId) { - item.liablePeopleId = roleId - item.liablePeople = roleName + item.liablePeopleId = data[0].id + item.liablePeople = data[0].name } }) }) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index 1b966f002..601dc8728 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -3,21 +3,22 @@
- + @@ -30,7 +31,8 @@ :value="opt.label" :key="opt.value" :label="opt.label" - >{{ opt.label}} + >{{ opt.label }} + @@ -49,14 +51,16 @@ class="common-button-primary" size="small" v-btn-permission="'d1b1bffb39a67dea0d452a8ba4e3ae35'" - @click="getLocalProductTableBtn">查询 + @click="getLocalProductTableBtn">查询 + 清空 + @click="clearAllSearch">清空 + 高级查询 + >高级查询 +
@@ -79,110 +84,110 @@
+ @selection-change="handleSelectionChange"> + type="selection" + width="55" + align="center"> + show-overflow-tooltip + prop="projectPlatfor" + align="center" + label="产品平台"> + prop="projectNumber" + align="center" + width="90" + label="项目编号"> + show-overflow-tooltip + prop="projectName" + align="center" + label="项目名称"> - + - + + show-overflow-tooltip + prop="currentNode" + align="center" + label="当前节点"> - + prop="projectLevel" + align="center" + label="项目级别"> + + show-overflow-tooltip + prop="projectManager" + align="center" + label="项目经理">