-
+
+
clickDropMenu('newMenu', treeNode)"
+ @treeEdit="(treeId, treeNode) => clickDropMenu('editMenu', treeNode)"
+ @treeClick="(treeId, treeNode) => treeClick(treeNode)"
+ @treeRightClick="(treeId, treeNode) => treeRightClick(treeNode)"
+ @treeRemove="(treeId, treeNode) => clickDropMenu('deleteMenu', treeNode)"
+ @drag="drag"
>
@@ -25,15 +32,15 @@
-
+
-
-
+
+
- 搜索
清空
- 高级检索
+ icon="el-icon-refresh-left"
+ size="mini"
+ @click="clearAllSearch('standCommonlySearch')">
+ 高级查询
+
新增
+ v-btn-permission="'ceb5fb1e00'"
+ :disabled="addBtnDisabled">新增
导入
+ v-btn-permission="'FQ5ECZ286K'">导入
导出
+ @click="exportStandard()"
+ title="不勾选时默认导出所有筛选项;勾选时仅导出勾选项"
+ v-btn-permission="'J2X4KHNN4N'">导出
批量删除
+ v-btn-permission="'YZ2A6NPGFP'">批量删除
移除标准
+ v-btn-permission="'XSS8C793DQ'">移除标准
模板下载
+ v-btn-permission="'4mFaJU3fTS'">模板下载
配置标准
+ size="mini" @click="configurationStandard"
+ v-btn-permission="'98RZSZMZVQ'">配置标准
@@ -120,10 +127,10 @@
class="drag-table"
height="100%"
:row-class-name="dragRowClassName"
- @sort-change="sortChange"
- :header-cell-style="{background: '#E8E8E8', color: '#333333', fontSize: '16px',
+ :header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}"
- @selection-change="standSelectChange">
+ @selection-change="standSelectChange"
+ @sort-change="sortChange">
{{ scope.row.standSortShow }} {{ scope.row.standNumber }}-{{ scope.row.standYear }}
@@ -171,7 +177,6 @@
label="在产车实施日期">
{{ formatText(scope.row.ZCCSSRQ) }}
-
-
收藏
-
取消收藏
- 编辑
- 分享
- 删除
+ 编辑
+ 分享
+ 删除
@@ -213,125 +220,1201 @@
-
+
数据获取中
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重要度
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 标准状态
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+
+
+
+
+ {{ displayLocation.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 清空查询
+
+ selectLawsExplainQuoteRowSelect(selection,'select', row )"
+ @select-all="(selection) =>selectLawsExplainQuoteRowSelect(selection, 'all')">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ selectTestItemRowSelect(selection,'select', row )"
+ @select-all="(selection) =>selectTestItemRowSelect(selection, 'all')">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击或拖拽上传文件
+
+
+
+
+
+
+
+
+
+
+ {{ opt.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.issueTime || '' }}
+
+
+
+
+ {{ formatText(scope.row.XCXSSRQ) }}
+
+
+
+
+
+
+
加载中...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ treeOnCheck(checkedList)"
+ allDept
+ showUser
+ check-enable
+ :editable="false"
+ style="padding: 0 15px">
+
+
+
+
+
+
+
+ 导入失败
+
+
+
+
+
+
+
导入中...
-
-
+
diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/businessDivision.vue b/src/pages/regulatoryRepository/nonConfomity/pages/businessDivision.vue
index 12c8830fd..632b08c87 100644
--- a/src/pages/regulatoryRepository/nonConfomity/pages/businessDivision.vue
+++ b/src/pages/regulatoryRepository/nonConfomity/pages/businessDivision.vue
@@ -189,6 +189,10 @@ export default {
data() {
return {
loading: false,
+ // 总数
+ total: 0,
+ // 当前页数
+ pageNo: 1,
causeList: [], //事业部数据
nonConformitySearch: {
standNumOrName: '', // 编号/名称
@@ -268,7 +272,7 @@ export default {
margin-right:10px;
}
.footer {
- margin-bottom: 430px;
+ margin-bottom: 390px;
}
}
diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue b/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue
index 5e7c5a608..b7a2fc8bf 100644
--- a/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue
+++ b/src/pages/regulatoryRepository/nonConfomity/pages/productDepartment.vue
@@ -189,6 +189,10 @@ export default {
data() {
return {
loading: false,
+ // 总数
+ total: 0,
+ // 当前页数
+ pageNo: 1,
causeList: [], //事业部数据
nonConformitySearch: {
standNumOrName: '', // 编号/名称
@@ -268,7 +272,7 @@ export default {
margin-right:10px;
}
.footer {
- margin-bottom: 430px;
+ margin-bottom: 390px;
}
}
diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue
index bce9a647f..31ff05619 100644
--- a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue
+++ b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue
@@ -86,7 +86,7 @@
:data="nonList"
tooltip-effect="dark"
style="width: 100%;"
- height="tableHeight"
+ height="100%"
border
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}"
@@ -195,7 +195,6 @@ export default {
data () {
return {
loading: false,
- tableHeight: null, //table高度
nonList:[], //未符合项表格数据
// 总数
total: 0,
@@ -273,13 +272,16 @@ export default {