+
@@ -73,15 +73,16 @@ function getList() {
});
}
+const alarmLoading = ref(true)
function getAlarmList() {
- loading.value = true
+ alarmLoading.value = true
alarmNotificationPageByTodo({
current: 1,
size: 100,
}).then((data) => {
alarms.value = data.records;
myAlarmTotal.value = data.total
- loading.value = false
+ alarmLoading.value = false
});
}
diff --git a/src/components/negative/verify.vue b/src/components/negative/verify.vue
index 9f210b5..87ac998 100644
--- a/src/components/negative/verify.vue
+++ b/src/components/negative/verify.vue
@@ -43,12 +43,17 @@
v-model="form.checkStatus"
@change="(val) => handleChangeCheckStatus(val, item)"
>
+
属实
+
基本属实
+
不属实
{{ item.dictLabel }}
-
+ value="4"
+ v-if="
+ negative.problemSourcesCode ===
+ ProblemSources.XF12337
+ "
+ >无法办理
@@ -62,7 +67,7 @@
message: '请选择是否整改',
trigger: ['blur'],
}"
- v-if="form.checkStatus !== InspectCase.FALSE"
+ v-if="form.checkStatus !== InspectCase.FALSE && form.checkStatus !== InspectCase.UNABLE"
>
-
+
-
-
-
+
-
-
-
- 涉及人员{{
- form.blames
- .filter(
- (blame) =>
- blame.type === BlameType.PERSONAL
- )
- .indexOf(item) + 1
- }}
-
- 删除
-
-
-
-
-
-
- handleChangePolice(police, item)
- "
- />
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 涉及人员{{
+ form.blames
+ .filter(
+ (blame) =>
+ blame.type ===
+ BlameType.PERSONAL
+ )
+ .indexOf(item) + 1
+ }}
+
+ 删除
+
+
+
+
+
+
+ handleChangePolice(police, item)
+ "
+ />
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+ (item.ivPersonType =
+ dict.personType.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
+ "
+ >
+ {{ item.dictLabel }}
+
+
+
+
+
+
+
-
- (item.ivPersonType =
- dict.personType.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
+
+
+
+
+ handleChangeProblem(
+ node,
+ problem
+ )
+ "
+ />
+
+
+
+
+
+
+ {{
+ problem.oneLevelContent
+ ? problem.oneLevelContent +
+ " / "
+ : ""
+ }}
+ {{
+ problem.twoLevelContent
+ ? problem.twoLevelContent +
+ " / "
+ : ""
+ }}
+ {{
+ problem.threeLevelContent
+ }}
+
+
+
+
+
+
+
+
+ 删除问题
+
+
+
+
+
+ 添加问题
+
+
+
+
+
+
+
+
+
- {{ item.dictLabel }}
-
-
-
-
-
-
-
-
+ (item.responsibilityTypeName =
+ dict.responsibilityType.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
+ "
+ >
+ {{ item.dictLabel }}
+
+
+
+
+
-
+
-
- handleChangeProblem(
- node,
- problem
+ (val) =>
+ handleChangeSubjectiveAspect(
+ val,
+ item
)
"
- />
-
- {{ item.dictLabel }}
+
+
+
+
-
-
-
-
- {{
- problem.oneLevelContent
- ? problem.oneLevelContent +
- " / "
- : ""
- }}
- {{
- problem.twoLevelContent
- ? problem.twoLevelContent +
- " / "
- : ""
- }}
- {{
- problem.threeLevelContent
- }}
-
+ placeholder="请输入其他主观方面"
+ style="width: 120px"
+ />
+
+
+
-
-
+
+
+ (item.handleResultName =
+ dict.handleResult.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
+ "
+ >
+
+
+
+
+
+
+
+
-
-
-
- 删除问题
-
- {
+ if (
+ item.superviseMeasuresCode ===
+ dictItem.dictValue
+ ) {
+ item.superviseMeasuresCode =
+ '';
+ item.superviseMeasuresName =
+ '';
+ } else {
+ item.superviseMeasuresCode =
+ dictItem.dictValue;
+ item.superviseMeasuresName =
+ dictItem.dictLabel;
+ }
+ }
+ "
+ >{{ dictItem.dictLabel }}
+
+
+
+
+
+
+
+ (item.protectRightsName =
+ dict.protectRights.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
+ "
>
-
-
-
- 添加问题
-
-
-
-
+ {{ item.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加涉及人员
+
+
+
+
+
+
+
+
涉及领导{{ index + 1 }}
+ 删除
+
-
-
-
-
-
- (item.responsibilityTypeName =
- dict.responsibilityType.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
+
+
+
+
+
+ handleCheckboxChange(
+ item,
+ bool,
+ obj.blameIdCode
+ )
+ "
+ />
+
+
+
+
+ {
+ item.leadName = police.name;
+ item.leadIdCode = police.idCode;
+ }
+ "
+ :isLeader="true"
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- {{ item.dictLabel }}
-
-
-
-
-
-
-
- handleChangeSubjectiveAspect(
- val,
- item
- )
+ (item.leadResponsibilityTypeName =
+ dict.leadResponsibilityType.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
"
>
{{ item.dictLabel }}
-
+
+
+ (item.leadHandleResultName =
+ dict.handleResult.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
"
>
-
-
-
-
-
+
+
+
-
-
-
- (item.handleResultName =
- dict.handleResult.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
- "
- >
-
-
-
-
-
-
{
if (
- item.superviseMeasuresCode ===
+ item.leadMeasuresCode ===
dictItem.dictValue
) {
- item.superviseMeasuresCode =
+ item.leadMeasuresCode =
'';
- item.superviseMeasuresName =
+ item.leadMeasuresName =
'';
} else {
- item.superviseMeasuresCode =
+ item.leadMeasuresCode =
dictItem.dictValue;
- item.superviseMeasuresName =
+ item.leadMeasuresName =
dictItem.dictLabel;
}
}
@@ -581,20 +890,19 @@
-
+
- (item.protectRightsName =
+ (item.leadProtectRightsName =
dict.protectRights.filter(
(item) =>
item.dictValue ===
@@ -611,597 +919,359 @@
-
-
-
-
-
-
-
-
- 添加涉及人员
-
-
-
-
-
-
-
-
涉及领导{{ index + 1 }}
+
+
+
删除
+ @click="handleAddBlameLeader"
+ >
+
+
+
+ 添加涉及领导
-
-
-
-
-
- handleCheckboxChange(
- item,
- bool,
- obj.blameIdCode
- )
- "
- />
-
-
-
-
- {
- item.leadName = police.name;
- item.leadIdCode = police.idCode;
- }
- "
- :isLeader="true"
- />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- (item.leadResponsibilityTypeName =
- dict.leadResponsibilityType.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
- "
- >
- {{ item.dictLabel }}
-
-
-
-
-
-
-
- (item.leadHandleResultName =
- dict.handleResult.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
- "
+
+
+
+
+
+
+
+
涉及单位
+
+
+
+
-
-
-
-
-
-
-
-
- {
- if (
- item.leadMeasuresCode ===
- dictItem.dictValue
- ) {
- item.leadMeasuresCode = '';
- item.leadMeasuresName = '';
- } else {
- item.leadMeasuresCode =
- dictItem.dictValue;
- item.leadMeasuresName =
- dictItem.dictLabel;
- }
+ {
+ item.blameName = police.name;
+ item.blameIdCode =
+ police.idCode;
}
"
- >{{ dictItem.dictLabel }}
-
-
-
-
-
-
-
- (item.leadProtectRightsName =
- dict.protectRights.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
- "
+ />
+
+
+
+
- {{ item.dictLabel }}
-
-
-
-
-
-
-
-
-
-
-
- 添加涉及领导
-
-
-
-
-
-
-
-
-
-
涉及单位
-
-
-
-
- {
- item.blameName = police.name;
- item.blameIdCode = police.idCode;
- }
- "
- />
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 民警
+
+
+
+
+
-
- 民警
-
-
-
-
-
+
+ (item.superviseMeasuresName =
+ dict.superviseMeasures.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
+ "
+ >
+ {{ item.dictLabel }}
+
+
+
+
+
+
-
-
- (item.superviseMeasuresName =
- dict.superviseMeasures.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
- "
+
- {{ item.dictLabel }}
-
-
-
-
-
-
-
-
-
-
-
- handleChangeProblem(
- node,
- problem
- )
- "
- />
-
-
+
+
+ handleChangeProblem(
+ node,
+ problem
+ )
"
- >
-
+
-
+ >
+
+
+
+
+ {{
+ problem.oneLevelContent
+ ? problem.oneLevelContent +
+ " / "
+ : ""
+ }}
+ {{
+ problem.twoLevelContent
+ ? problem.twoLevelContent +
+ " / "
+ : ""
+ }}
+ {{
+ problem.threeLevelContent
+ }}
+
-
- {{
- problem.oneLevelContent
- ? problem.oneLevelContent +
- " / "
- : ""
- }}
- {{
- problem.twoLevelContent
- ? problem.twoLevelContent +
- " / "
- : ""
- }}
- {{
- problem.threeLevelContent
- }}
-
-
-
-
-
-
-
- 删除问题
-
-
-
-
-
- 添加问题
-
+
+
+
+
+
+ 删除问题
+
+
+
+
+
+ 添加问题
+
+
-
-
-
-
-
-
-
-
- (item.subjectiveAspectName =
- dict.subjectiveAspect.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
- "
+
+
+
+
+
+
- {{ item.dictLabel }}
-
-
-
-
+
+ (item.subjectiveAspectName =
+ dict.subjectiveAspect.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
+ "
+ >
+ {{ item.dictLabel }}
+
+
+
+
-
-
-
- (item.responsibilityTypeName =
- dict.responsibilityType.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
+
+
- {{ item.dictLabel }}
-
-
-
-
-
-
-
- (item.handleResultName =
- dict.handleResult.filter(
- (item) =>
- item.dictValue === val
- )[0].dictLabel)
+
+ (item.responsibilityTypeName =
+ dict.responsibilityType.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
+ "
+ >
+ {{ item.dictLabel }}
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+ (item.handleResultName =
+ dict.handleResult.filter(
+ (item) =>
+ item.dictValue ===
+ val
+ )[0].dictLabel)
+ "
+ >
+
+
+
+
+
+
+
+
+
item.type === BlameType.DEPARTMENT
).length === 0
) {
@@ -1382,13 +1453,15 @@ watch(
form.value.blameLeaders = [];
}
if (val === AccountabilityTarget.PERSONAL_AND_DEPARTMENT) {
- if (form.value.blames.filter(
+ if (
+ form.value.blames.filter(
(item) => item.type === BlameType.PERSONAL
).length === 0
) {
handleAddPersonal();
}
- if (form.value.blames.filter(
+ if (
+ form.value.blames.filter(
(item) => item.type === BlameType.DEPARTMENT
).length === 0
) {
diff --git a/src/enums/dictEnums.ts b/src/enums/dictEnums.ts
index 595f102..a5c0044 100644
--- a/src/enums/dictEnums.ts
+++ b/src/enums/dictEnums.ts
@@ -6,7 +6,9 @@ export enum InspectCase {
// 部分属实
PARTIALLY_TRUE = '2',
// 不属实
- FALSE = '3'
+ FALSE = '3',
+ // 无法办理
+ UNABLE = '4'
}
// 是否整改
diff --git a/src/views/books/Ajhc.vue b/src/views/books/Ajhc.vue
index f937710..0d1d430 100644
--- a/src/views/books/Ajhc.vue
+++ b/src/views/books/Ajhc.vue
@@ -61,7 +61,9 @@
-
+ 数据导出
@@ -204,6 +206,10 @@ function handleAction(row) {
show.value = true;
activeNegativeId.value = row.id;
}
+
+function handleExport() {
+ window.open(`${BASE_PATH}/negative/books/export/ajhc?` + new URLSearchParams(query.value).toString())
+}
\ No newline at end of file
diff --git a/src/views/books/Gabxf.vue b/src/views/books/Gabxf.vue
index 5931058..613258f 100644
--- a/src/views/books/Gabxf.vue
+++ b/src/views/books/Gabxf.vue
@@ -314,7 +314,8 @@ function handleAction(row) {
}
function handleExport() {
- window.open(`${BASE_PATH}/negative/books/export/xf/${ProblemSources.GABXF}`)
+
+ window.open(`${BASE_PATH}/negative/books/export/xf/${ProblemSources.GABXF}?` + new URLSearchParams(query.value).toString())
}