From 6ae0c71079006390bc6a22db8745b906e7ba6146 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Thu, 24 Feb 2022 15:04:49 +0800 Subject: [PATCH 1/2] commit --- .../domesticStandardsAndRegulations/index.vue | 50 +++++++++++++++---- 1 file changed, 39 insertions(+), 11 deletions(-) diff --git a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue index 6b5e75133..5d8431d5d 100644 --- a/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/domesticStandardsAndRegulations/index.vue @@ -1333,6 +1333,15 @@ :defaultProps="defaultModelProps" :checkedKeys="defaultCheckedKeys4" :nodeKey="nodeKeyModel" @popoverHide="popoverCarHideModel" @popoverHideCancel="popoverCarHideModelCancel()"> +

@@ -1604,13 +1613,20 @@ - - {{ opt.label }} - - + + + + + + + + + + @@ -2155,6 +2171,7 @@ export default { }, data() { return { + modalShowFlag6: false, QCDWValue: [], QCDWmodal: false, QCDWList: [], @@ -2388,8 +2405,6 @@ export default { textStatus: '',//文本状态 synopsis: '', // 内容摘要 CLLX: '' // 适用车型 - - }, // 分页查询过程中用到的对象 //高级搜索映射 @@ -2410,7 +2425,8 @@ export default { , CBCD: ''//采标程度 , YYBJ: ''//引用标准 , BYYBJ: ''//被引用标准 - , TXLB: '',//体系类别 + , TXLB: ''//体系类别 + , TXLBName: '', DYBXH: '',// 模块结构单元变形号 DYMC: '',//模块结构单元名称 BARQ: '' //备案日期 @@ -2900,6 +2916,17 @@ export default { } }, methods: { + BZTXhandle () { + this.modalShowFlag6 = true + }, + TpopoverHide (checkedIds, checkedData) { + this.advanceSearchMapping.TXLB = checkedData.menuName + this.advanceSearchMapping.TXLBName = checkedData.menuName + this.modalShowFlag6 = false + }, + TpopoverHideCancel () { + this.modalShowFlag6 = false + }, QCDWOK() { let arr1 = [] if (this.sarStandardsInfoEO['QCDW']) { @@ -4500,6 +4527,7 @@ export default { // // 自定义属性字段高级搜索处理 //advanceSearchVOStr const advanceSearchVOList = []; + for (let key in this.advanceSearchMapping) { const value = this.advanceSearchMapping[key]; if (value !== null && value !== '' && (key === 'NYLX' || key === 'SYRZ' || key === 'SYCPX' || (item.CLLX && item.CLLX.length > 0))) { @@ -4523,6 +4551,7 @@ export default { type: 'equals', value: value }); + } else if (value !== null && value !== '' && (key === 'TXLBName')) { } else if (value !== null && value !== '') { advanceSearchVOList.push({ connect: "and", @@ -4531,7 +4560,6 @@ export default { value: value }); } - } formData.advanceSearchVOStr = JSON.stringify(advanceSearchVOList); this.SarExportSearchEo = formData From a11bac321d07d0792065a2feb6a8ad3e65773965 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Thu, 24 Feb 2022 15:19:58 +0800 Subject: [PATCH 2/2] commit --- src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue | 1 + src/pages/processCenter/pages/creatProcess/bzjd/step1.vue | 1 + src/pages/processCenter/pages/creatProcess/bzjd/step3.vue | 2 ++ .../regulatoryRepository/enterpriseStandardPlan/index.vue | 5 +++-- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue index 3f92a28b8..6bb20f68f 100644 --- a/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzjd/step1-1.vue @@ -440,6 +440,7 @@ @@ -160,6 +160,7 @@