diff --git a/src/pages/config/pages/roleManage/index.vue b/src/pages/config/pages/roleManage/index.vue index fb9f602a5..b8c79cdbc 100644 --- a/src/pages/config/pages/roleManage/index.vue +++ b/src/pages/config/pages/roleManage/index.vue @@ -1,624 +1,730 @@ diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue index 59df5b758..471eb3411 100644 --- a/src/pages/localTool/standardWarning.vue +++ b/src/pages/localTool/standardWarning.vue @@ -11,25 +11,51 @@
实施预警
+ + + + + + + + + + + + + 查询 + + + 清空
- + 新车型实施日期预警 { @@ -567,6 +607,19 @@ export default { console.log(e) }) }, + clearBtnClick() { + this.dynamic = { + //标准编号 + standCode: "", + //标准名称 + standName: "", + //实施日期 + putTime: "", + //适用车型 + applyType: "", + } + this.searchBtnClick() + }, //取消预警 cancelWarning (index, row) { console.log(index, row) @@ -882,6 +935,16 @@ export default { } .more { + + /deep/ .el-input__inner { + width: 155px; + } + .choose-time-area { + /deep/ .el-input__inner { + width: 220px; + } + } + cursor: pointer; color: #12508e; position: absolute; diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 3ee6d83d5..c1acaa477 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -2613,6 +2613,13 @@ export default { }, // 清空搜索框 clearAllSearch (flag) { + if (flag==='standCommonlySearch'){ + this.standCommonlySearch.standNumber=''; + this.standCommonlySearch.standSort=''; + this.standCommonlySearch.page=1; + + } + this.getDomesticStandardTable(this.standCommonlySearch) if (flag === 'sarStandardsSearch') { this.sarStandardsSearch.standSort = '' diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue index dda9cc87c..0256f9035 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/details.vue @@ -39,9 +39,9 @@
- 调取 - 批量删除 - + + +
-
-
+
+
- + + + + + + + @@ -230,7 +244,12 @@ name: "technologyInvolveProject", pageSize: this.$store.getters.userInfo.configContent, showSarProStateModal: false, sarProStateEO: { - productName: '' + //标准编号 + standNumber: '', + //标准名称 + standName: '', + //具体章条 + specificItem: '', }, sarProStateTotal: 0, sarProStateTotalPage: 1, @@ -306,11 +325,15 @@ name: "technologyInvolveProject", this.showSarProStateModal = true }, // 查询项目数据 clearSearchProState () { - this.sarProStateEO.productName = '' + this.sarProStateEO.standNumber = '' + this.sarProStateEO.standName = '' + this.sarProStateEO.specificItem = '' this.querySarProStateZero() }, // 清空条件查询 clearSearchPro () { - this.sarProStateEO.productName = '' + this.sarProStateEO.standNumber = '' + this.sarProStateEO.standName = '' + this.sarProStateEO.specificItem = '' this.showSarProStateModal = false }, // 关闭查看事件 pageProStateChange (page) { @@ -368,5 +391,8 @@ name: "technologyInvolveProject", .search-area .search-item .el-input--suffix .el-input__inner{ padding-right: 15px; } + .search-area-detail .el-input__inner{ + width: 150px; + } }