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 @@
+
@@ -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
diff --git a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
index 09d306018..3b2d7477d 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardPlan/index.vue
@@ -143,7 +143,7 @@
@@ -151,7 +151,7 @@
@@ -160,6 +160,7 @@