diff --git a/src/pages/config/pages/standLawsAttrManage/index.vue b/src/pages/config/pages/standLawsAttrManage/index.vue index 60b75bec1..456f4dea9 100644 --- a/src/pages/config/pages/standLawsAttrManage/index.vue +++ b/src/pages/config/pages/standLawsAttrManage/index.vue @@ -103,7 +103,7 @@ - + diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index 6950b24f7..27fa808db 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -601,7 +601,10 @@ export default { var fileSuffix = filename.substring(index1, index2) // const fileSuffix = file.name.split('.')[1] // 后缀名 // 判断上传文件格式 - if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.pdf' || fileSuffix === '.PDF') { + if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' + || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.pdf' || fileSuffix === '.PDF' + || fileSuffix === '.PNG'|| fileSuffix === '.JPG'|| fileSuffix === '.JPEG' || fileSuffix === '.PPT' + || fileSuffix === '.doc' || fileSuffix === '.DOC' || fileSuffix === '.bmp') { return true } else { this.spinShow = false diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue index 34eecdb81..4d371e4af 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue @@ -537,7 +537,11 @@ export default { var fileSuffix = filename.substring(index1, index2) // const fileSuffix = file.name.split('.')[1] // 后缀名 // 判断上传文件格式 - if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.pdf' || fileSuffix === '.PDF') { + if (fileSuffix === '.ZIP' || fileSuffix === '.docx' || fileSuffix === '.DOCX' || fileSuffix === '.zip' + || fileSuffix === '.xls' || fileSuffix === '.xlsx' || fileSuffix === '.pdf' || fileSuffix === '.PDF' + || fileSuffix === '.PNG'|| fileSuffix === '.JPG'|| fileSuffix === '.JPEG' || fileSuffix === '.PPT' + || fileSuffix === '.doc' || fileSuffix === '.DOC' || fileSuffix === '.bmp' + ) { return true } else { this.spinShow = false @@ -872,11 +876,6 @@ export default { text-align: right; } - .meeting_table { - /deep/ .el-input__inner { - text-align: center; - } - } /deep/ .el-table th { padding: 0px; diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue index de701e95d..85e7bc4e3 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step2.vue @@ -480,12 +480,6 @@ export default { height: auto !important; } - .meeting_table { - /deep/ .el-input__inner { - text-align: center; - } - } - /deep/ .el-textarea__inner { font-family: inherit; } diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue index 3fe8cfa32..660d45fa0 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step3.vue @@ -533,11 +533,6 @@ export default { margin-top: 0px; } - .meeting_table { - /deep/ .el-input__inner { - text-align: center; - } - } /deep/ .el-table__body-wrapper { height: auto !important; diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step4.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step4.vue index 0b5e95d1f..f7eb8758d 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step4.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step4.vue @@ -454,11 +454,6 @@ export default { margin-top: 0px; } - .meeting_table { - /deep/ .el-input__inner { - text-align: center; - } - } /deep/ .el-table__body-wrapper { height: auto !important; diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue index 583a25fe0..c683d401b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step5.vue @@ -631,11 +631,6 @@ export default { margin-top: 0px; } - .meeting_table { - /deep/ .el-input__inner { - text-align: center; - } - } /deep/ .el-table__body-wrapper { height: auto !important; @@ -645,11 +640,6 @@ export default { font-family: inherit; } - .meeting_table { - /deep/ .el-input__inner { - text-align: center; - } - } /deep/ .el-table th { padding: 0px; diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue index 0aaf6bc93..48ab08c8b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6-1.vue @@ -358,11 +358,6 @@ export default { /deep/.el-textarea__inner { font-family: inherit; } - .meeting_table { - /deep/ .el-input__inner { - text-align: center; - } - } /deep/.el-upload { display: unset; } diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6.vue index 0b145656b..9a355c0cb 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step6.vue @@ -527,11 +527,6 @@ export default { font-family: inherit; } - .meeting_table { - /deep/ .el-input__inner { - text-align: center; - } - } /deep/ .el-upload { display: unset; diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index af8403ca5..8e22d49a5 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -13,18 +13,18 @@ @@ -32,28 +32,28 @@



点击上传 @@ -69,48 +69,50 @@ 数据搜索
- + - + - + + v-if="sarAccessInfo.dataSource === 'FOREIGN_STAND' || sarAccessInfo.dataSource === 'INLAND_STAND'" + v-model="sarAccessInfo.standNumber" + placeholder="请输入标准号"/> + + + type="primary" + class="common-button-primary" + size="small" + @click="searchLawsStands"> 查询 清空 + class="common-button-default" + size="small" + @click="clearSearchLaws">清空 - - - 高级查询 - - 高级查询 @@ -119,117 +121,103 @@
-
- - - - - - - - - 查询 - - -
添加 + class="common-button-default" + size="mini" @click="addSarAccess">添加 {{ $t('m.showAddDataList') }} {{ $t('m.hideAddDataList') }}
+ show-overflow-tooltip + fixed="left" + align="center" + width="150px" + :label="standLabelNum"> - - - + prop="standName" + align="center" + show-overflow-tooltip + :label="standLabelName" + > + + + + prop="xcxssrq" + align="center" + width="150" + label="新车型实施日期"> + show-overflow-tooltip + prop="zccssrq" + align="center" + width="150" + label="在产车实施日期"> + show-overflow-tooltip + prop="textStatus" + width="100px" + align="center" + label="文本状态"> @@ -243,139 +231,138 @@ 清单条目
导出 删除
+ type="selection" + width="55" + align="center"> + show-overflow-tooltip + width="180px" + fixed="left" + align="center" + :label="standLabelNum"> + prop="standEnName" + align="center" + width="180px" + label="英文名称"> + prop="typeApplicable" + align="center" + width="180px" + label="适用车型"> + prop="nylx" + align="center" + width="180px" + label="能源类型"> + prop="ssrq" + align="center" + width="210px" + label="标准实施日期"> + show-overflow-tooltip + prop="zccssrqgj" + width="210px" + align="center" + label="在产车实施日期"> + prop="xcxssrqgj" + align="center" + width="210px" + label="新车型实施日期"> + show-overflow-tooltip + prop="zrbm" + width="210px" + align="center" + label="责任部门"> + show-overflow-tooltip + prop="sycpx" + width="180px" + align="center" + label="适用产品线"> @@ -405,13 +392,13 @@
@@ -421,11 +408,11 @@ @@ -445,11 +432,11 @@ + clearable + v-model.trim="editRowData.ssrq" + type="dates" + value-format="yyyy-MM-dd" + placeholder="选择日期"> @@ -479,24 +466,237 @@ + + + +
+ + + + + + + + + + + + + + + + {{ opt.label }} + + + + + + {{ opt.label }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +