diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue
index 49fef0264..ddf6cf3eb 100644
--- a/src/pages/localTool/standardWarning.vue
+++ b/src/pages/localTool/standardWarning.vue
@@ -4,7 +4,7 @@
-
+
@@ -16,23 +16,36 @@
-
-
+
-
-
+
-
- {{ opt.label }}
+
+
+ {{ opt.label }}
@@ -53,8 +66,8 @@
size="mini"
:picker-options="pickerBeginDateBefore"
format="yyyy-MM-dd"
- placeholder="选择开始时间">
-
+ placeholder="选择开始时间"
+ />
-
+ placeholder="选择结束时间"
+ />
-
+ placeholder="选择开始时间"
+ />
-
+ placeholder="选择结束时间"
+ />
@@ -97,8 +110,8 @@
size="mini"
:picker-options="SSRQDateBefore"
format="yyyy-MM-dd"
- placeholder="选择开始时间">
-
+ placeholder="选择开始时间"
+ />
-
+ placeholder="选择结束时间"
+ />
-
+ placeholder="选择开始时间"
+ />
-
+ placeholder="选择结束时间"
+ />
+ >
查询
+ >
清空
-
-
导出Excel
+
+
+ 导出Excel
+
-
+
-
+ align="center"
+ />
+ type="index"
+ width="55"
+ label="序号"
+ align="center"
+ >
{{ ($index + 1) + (pageConfig.page - 1) * pageConfig.pageSize }}
@@ -206,7 +227,13 @@
{{ scope.row.itemsNum }}
-
+
{{ scope.row.itemsName }}
@@ -215,12 +242,13 @@
prop="termsConditions"
label="条款内容"
width="400"
- align="center">
+ align="center"
+ >
-
+
{{
- scope.row.termsConditions.replace(/<[^>]+>/g, '').slice(0, 20) + '...'
- }}
+ scope.row.termsConditions.replace(/<[^>]+>/g, '').slice(0, 20) + '...'
+ }}
@@ -243,15 +271,22 @@
{{ scope.row.zccssrq }}
-
-
-
+
+
取消预警
+ @click="cancelWarning(scope.$index, scope.row)"
+ >
+ 取消预警
@@ -263,46 +298,58 @@
:total="pageConfig.total"
autoSize
@pageChange="page => handlePageChange('page', page)"
- @pageSizeChange="pageSize => handlePageSizeChange('pageSize', pageSize)">
+ @pageSizeChange="pageSize => handlePageSizeChange('pageSize', pageSize)"
+ />
-
+
-
+
+ 取消
+ 提交
+
-
-
+ width="50%"
+ >
+
+
@@ -1151,7 +1197,6 @@ export default {
}
}
-
}
::v-deep {
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
index 21dfae7f8..2b405a9f9 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue
@@ -2,48 +2,34 @@
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
+
+
@@ -409,22 +423,24 @@ export default {
@import '~@/assets/styles/mixins';
#listOfCountries {
- //height: 100%;
+ height: 100%;
display: flex;
flex-direction: column;
- min-height: calc(100% - 100px);
+ //min-height: calc(100% - 100px);
overflow-y: auto;
.container {
display: flex;
flex-direction: column;
position: relative;
- flex: auto;
+ //flex: auto;
width: 100%;
//height: calc(100% - 110px) !important;
- height: calc(~'100% - 30px');
+ //height: calc(~'100% - 30px');
+ height: calc(~'100% - 106px');
.table_info {
- height: calc(70vh - 90px);
+ //height: calc(70vh - 90px);
+ height: calc(100% - 57px);
}
.pagination {
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue
index d81c28c15..bec349057 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listOther.vue
@@ -8,31 +8,34 @@
+ />
+ />
+ @click="searchSarAccess"
+ >
查询
清空
+ @click="clearSearch"
+ >
+ 清空
@@ -40,46 +43,50 @@
数据获取中
-
+ align="center"
+ />
+ type="index"
+ width="55"
+ label="序号"
+ align="center"
+ >
{{ ($index + 1) + (sarSarAccessEOSearch.page - 1) * sarSarAccessEOSearch.pageSize }}
@@ -87,8 +94,8 @@
-
+ align="center"
+ />
+ align="center"
+ >
未发布
已发布
@@ -112,10 +120,12 @@
+ align="center"
+ >
- {{ scope.row.detailedListVision
+ {{ scope.row.detailedListVision
}}
@@ -132,27 +142,31 @@
+ align="center"
+ >
- {{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime }}
+ {{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime }}
-
+ align="center"
+ />
-
+
- 查看
+
+ 查看
- 编辑
+
+ 编辑
- 删除
+
+ 删除
@@ -162,16 +176,20 @@
数据获取中
-
+
@@ -386,22 +403,24 @@ export default {
@import '~@/assets/styles/mixins';
#listOfCountries {
- //height: 100%;
+ height: 100%;
display: flex;
flex-direction: column;
- min-height: calc(100% - 100px);
+ //min-height: calc(100% - 100px);
overflow-y: auto;
.container {
display: flex;
flex-direction: column;
position: relative;
- flex: auto;
+ //flex: auto;
width: 100%;
//height: calc(~'100% - 105px - 56px') !important;
- height: calc(~'100% - 30px');
+ //height: calc(~'100% - 30px');
+ height: calc(~'100% - 106px');
.table_info {
- height: calc(70vh - 90px);
+ //height: calc(70vh - 90px);
+ height: calc(100% - 57px);
}
.pagination {
position: inherit;
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue
index 4c442b449..eff519613 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listProject.vue
@@ -13,8 +13,8 @@
>
@@ -23,26 +23,29 @@
+ />
+ @click="searchSarAccess"
+ >
查询
清空
+ @click="clearSearch"
+ >
+ 清空
@@ -50,46 +53,49 @@
数据获取中
-
+ align="center"
+ />
+ type="index"
+ width="55"
+ label="序号"
+ align="center"
+ >
{{ ($index + 1) + (sarSarAccessEOSearch.page - 1) * sarSarAccessEOSearch.pageSize }}
@@ -97,8 +103,8 @@
-
+ align="center"
+ />
+ align="center"
+ >
未发布
已发布
@@ -122,37 +129,43 @@
+ align="center"
+ >
- {{ scope.row.detailedListVision
+ {{ scope.row.detailedListVision
}}
+ align="center"
+ >
- {{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime }}
+ {{ scope.row.updateTime ? $moment(scope.row.updateTime).format('YYYY-MM-DD') : scope.row.updateTime }}
-
+ align="center"
+ />
-
+
- 查看
+
+ 查看
- 编辑
+
+ 编辑
- 删除
+
+ 删除
@@ -162,18 +175,22 @@
数据获取中
-
+
@@ -441,22 +454,24 @@ export default {
@import '~@/assets/styles/mixins';
#listOfCountries {
- //height: 100%;
+ height: 100%;
display: flex;
flex-direction: column;
- min-height: calc(100% - 100px);
+ //min-height: calc(100% - 100px);
overflow-y: auto;
.container {
display: flex;
flex-direction: column;
position: relative;
- flex: auto;
+ //flex: auto;
width: 100%;
//height: calc(~'100% - 105px - 56px') !important;
- height: calc(~'100% - 30px');
+ //height: calc(~'100% - 30px');
+ height: calc(~'100% - 106px');
.table_info {
- height: calc(70vh - 90px);
+ //height: calc(70vh - 90px);
+ height: calc(100% - 57px);
}
.pagination {
position: inherit;
diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listTracking.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listTracking.vue
index b0c05638a..5c06b85f0 100644
--- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listTracking.vue
+++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/page/listTracking.vue
@@ -3,86 +3,95 @@
-
+
+ v-model="sarSarAccessEOSearch.lawCode"
+ placeholder="请输入"
+ />
+ />
+ v-model="sarSarAccessEOSearch.productType"
+ placeholder="请输入"
+ />
+ @click="searchSarAccessBtn"
+ >
查询
清空
+ @click="clearSearch"
+ >
+ 清空
+
新增
+ >
+ 新增
+
批量删除
+ >
+ 批量删除
+
数据获取中
-
+ align="center"
+ />
+ type="index"
+ width="55"
+ label="序号"
+ align="center"
+ >
{{ ($index + 1) + (sarSarAccessEOSearch.page - 1) * sarSarAccessEOSearch.pageSize }}
@@ -91,46 +100,48 @@
prop="lawCode"
width="250"
label="标准编号/政策文号"
- align="center">
+ align="center"
+ >
- {{ scope.row.lawCode }}
+ {{ scope.row.lawCode }}
+ width="300px"
+ >
- {{ scope.row.lawName }}
+ {{ scope.row.lawName }}
-
+ :formatter="reImplRequire"
+ />
-
+ align="center"
+ />
-
-
+ :formatter="reImplRequire"
+ />
+
-
+
- 编辑
- 删除
+ 编辑
+ 删除
@@ -139,223 +150,231 @@
数据获取中
-
+
-
+
手动查找
+ v-for="item in attrTypeOptions"
+ :key="item.value"
+ :value="item.value"
+ :label="item.label"
+ />
-
+ v-model="attributeEO.implTime"
+ value-format="yyyy-MM-dd"
+ type="dates"
+ prefix-icon="none"
+ placeholder="请选择实施时间"
+ />
+ v-for="item in attrTypeOptions"
+ :key="item.value"
+ :value="item.value"
+ :label="item.label"
+ />
+ :title="handleSelectTitle"
+ :wrapperClosable="false"
+ :visible.sync="selectModal"
+ size="1250px"
+ :styles="styles"
+ :close="cancelSelectModel"
+ >
-
-
-
-
+ v-model="handleSelectForm.dataSource"
+ :popper-append-to-body="false"
+ placeholder="请选择标准/政策来源"
+ @change="dataSourceChange"
+ >
+
+
+
+
+ v-model="handleSelectForm.lawNumber"
+ placeholder="根据标准编号/政策编号查找"
+ clearable
+ :maxlength="100"
+ @change="lawNumberSearch"
+ />
+ v-model="handleSelectForm.lawName"
+ placeholder="根据标准名称/政策名称查找"
+ clearable
+ :maxlength="100"
+ @change="lawNameSearch"
+ />
+ size="small"
+ type="primary"
+ class="common-button-primary"
+ @click="searchLawBtn"
+ >
查询
+ class="common-button-default"
+ size="small"
+ type="default"
+ @click="clearLawBtn"
+ >
清空
数据获取中
-
-
+ fixed="left"
+ type="selection"
+ width="55"
+ align="center"
+ />
+ fixed="left"
+ type="index"
+ width="55"
+ label="序号"
+ align="center"
+ >
{{ ($index + 1) + (handleSelectForm.page - 1) * handleSelectForm.pageSize }}
@@ -366,15 +385,23 @@
width="150"
>
- {{ scope.row.standSortShow }} {{
- scope.row.standNumber
- }}-{{ scope.row.standYear }}
- {{ scope.row.standSortShow }} {{
- scope.row.standNumber
- }}-{{ scope.row.standYear }}
-
+ {{ scope.row.standSortShow }} {{
+ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+ {{ scope.row.standSortShow }} {{
+ scope.row.standNumber
+ }}-{{ scope.row.standYear }}
+
{{ scope.row.standSortShow }}
{{ scope.row.standNumber }}
@@ -386,14 +413,15 @@
min-width="300"
>
- {{ scope.row.standName }}
- {{ scope.row.standName }}
+ {{ scope.row.standName }}
+ {{ scope.row.standName }}
+ label="发布日期"
+ >
{{ scope.row.issueTime }}
{{ scope.row.issueTime }}
@@ -402,19 +430,20 @@
+ label="实施日期"
+ >
{{ scope.row.ssrq }}
{{ scope.row.ssrq }}
-
+ label="新车型实施日期"
+ >
{{ scope.row.xcxssrq }}
{{ scope.row.xcxssrq }}
@@ -423,7 +452,8 @@
+ label="在产车实施日期"
+ >
{{ scope.row.zccssrq }}
{{ scope.row.zccssrq }}
@@ -432,7 +462,8 @@
+ label="标准状态"
+ >
@@ -440,8 +471,8 @@
{{
- textStatusMap[scope.row.textStatus]
- }}
+ textStatusMap[scope.row.textStatus]
+ }}
{{ textStatusMap[scope.row.textStatus] }}
@@ -453,17 +484,17 @@
>
{{
- scope.row.standSortShow
- }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
+ scope.row.standSortShow
+ }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
{{
- scope.row.standSortShow
- }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
+ scope.row.standSortShow
+ }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
{{
- scope.row.standSortShow
- }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
- {{
- scope.row.standSortShow
- }}
+ scope.row.standSortShow
+ }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
+ {{
+ scope.row.standSortShow
+ }}
{{ scope.row.standNumber }}
@@ -474,39 +505,40 @@
min-width="300"
>
- {{
- scope.row.standName
- }}
- {{
- scope.row.standName
- }}
- {{
- scope.row.standName
- }}
+ {{
+ scope.row.standName
+ }}
+ {{
+ scope.row.standName
+ }}
+ {{
+ scope.row.standName
+ }}
- {{
- scope.row.standEnName
- }}
- {{
- scope.row.standEnName
- }}
- {{
- scope.row.standEnName
- }}
+ {{
+ scope.row.standEnName
+ }}
+ {{
+ scope.row.standEnName
+ }}
+ {{
+ scope.row.standEnName
+ }}
+ label="发布日期"
+ >
{{ scope.row.issueTime }}
@@ -522,55 +554,58 @@
+ label="实施日期"
+ >
{{
- scope.row.ssrq
- }}
+ scope.row.ssrq
+ }}
{{
- scope.row.ssrq
- }}
- {{ scope.row.ssrq}}
-
+ scope.row.ssrq
+ }}
+ {{ scope.row.ssrq }}
+ label="新车型实施日期"
+ >
{{
- scope.row.xcxssrq
- }}
+ scope.row.xcxssrq
+ }}
{{
- scope.row.xcxssrq
- }}
+ scope.row.xcxssrq
+ }}
{{
- scope.row.xcxssrq
- }}
+ scope.row.xcxssrq
+ }}
+ label="在产车实施日期"
+ >
{{
- scope.row.zccssrq
- }}
+ scope.row.zccssrq
+ }}
{{
- scope.row.zccssrq
- }}
+ scope.row.zccssrq
+ }}
{{
- scope.row.zccssrq
- }}
+ scope.row.zccssrq
+ }}
+ label="标准状态"
+ >
@@ -578,186 +613,193 @@
{{
- textStatusMap[scope.row.textStatus]
- }}
+ textStatusMap[scope.row.textStatus]
+ }}
{{
- textStatusMap[scope.row.textStatus]
- }}
+ textStatusMap[scope.row.textStatus]
+ }}
{{ textStatusMap[scope.row.textStatus] }}
-
+ style="position: relative;"
+ :auto-size="true"
+ :page-size="handleSelectForm.pageSize"
+ :page="handleSelectForm.page"
+ :total="handleSelectForm.total"
+ @pageChange="handleSelectPageChange"
+ @pageSizeChange="handleSelectPageSizeChange"
+ />
@@ -767,22 +809,22 @@
@@ -1447,7 +1486,8 @@ export default {
//height: 100%;
display: flex;
flex-direction: column;
- min-height: calc(100% - 100px);
+ //min-height: calc(100% - 100px);
+ height: 100%;
overflow-y: auto;
/deep/.el-form-item__label{
color: #333333;
@@ -1460,7 +1500,8 @@ export default {
width: 100%;
height: calc(~'100% - 30px');
.table_info {
- height: calc(70vh - 90px);
+ //height: calc(70vh - 90px);
+ flex: 1;
}
.pagination {
position: inherit;
diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
index e3cebcb12..5bd041afd 100644
--- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
+++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue
@@ -3,15 +3,19 @@
-
+
+ />
+ />
-
+ fixed="left"
+ type="index"
+ width="55"
+ label="序号"
+ align="center"
+ >
{{ ($index + 1) + (page - 1) * pageSize }}
@@ -119,27 +130,27 @@
fixed="left"
min-width="200"
align="center"
- >
-
+ />
-
+ label="项目编号"
+ />
+ label="项目名称"
+ >
- {{ scope.row.projectName }}
+ {{ scope.row.projectName }}
-
-
+
发起确认流程
@@ -227,194 +244,262 @@
:pageSize="pageSize"
:total="total"
@pageChange="pageChange"
- @pageSizeChange="pageSizeChange">
+ @pageSizeChange="pageSizeChange"
+ />
数据获取中
-
+
-
+
-
-
-
-
+
+
+
+
-
+
-
+
-
- {{ opt.label }}
+
+
+ {{ opt.label }}
-
- {{ opt.label }}
+
+
+ {{ opt.label }}
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
@@ -1665,20 +1748,22 @@ export default {
.local-products-or-project-library {
//height: calc(100% - 69px);
//position: relative;
- min-height: calc(100% - 100px);
+ //min-height: calc(100% - 100px);
+ height: 100%;
overflow-y: auto;
.container {
display: flex;
flex-direction: column;
position: relative;
- flex: auto;
+ //flex: auto;
width: 100%;
//height: calc(100% - 110px);
- height: calc(~'100% - 30px');
+ height: calc(~'100% - 53px');
.table_info {
- height: calc(70vh - 90px);
+ flex: 1;
+ //height: calc(70vh - 90px);
}
}