diff --git a/src/views/longoPeration/CaseIssues.vue b/src/views/longoPeration/CaseIssues.vue new file mode 100644 index 0000000..629d407 --- /dev/null +++ b/src/views/longoPeration/CaseIssues.vue @@ -0,0 +1,298 @@ + + + diff --git a/src/views/longoPeration/CaseIssues.vue b/src/views/longoPeration/CaseIssues.vue new file mode 100644 index 0000000..629d407 --- /dev/null +++ b/src/views/longoPeration/CaseIssues.vue @@ -0,0 +1,298 @@ + + + diff --git a/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue b/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue index 65b64b3..1f0ce78 100644 --- a/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue +++ b/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue @@ -49,8 +49,12 @@ - - + + + + @@ -171,6 +175,7 @@ FloodPreventionMaterialdelete, } from '@/api/longoPeration/Inspectionplana'; const { proxy } = getCurrentInstance(); +const { patrol_type } = proxy.useDict('patrol_type'); // 巡查类型的字典 const open = ref(false); const multiple = ref(false); const showSearch = ref(true); diff --git a/src/views/longoPeration/CaseIssues.vue b/src/views/longoPeration/CaseIssues.vue new file mode 100644 index 0000000..629d407 --- /dev/null +++ b/src/views/longoPeration/CaseIssues.vue @@ -0,0 +1,298 @@ + + + diff --git a/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue b/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue index 65b64b3..1f0ce78 100644 --- a/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue +++ b/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue @@ -49,8 +49,12 @@ - - + + + + @@ -171,6 +175,7 @@ FloodPreventionMaterialdelete, } from '@/api/longoPeration/Inspectionplana'; const { proxy } = getCurrentInstance(); +const { patrol_type } = proxy.useDict('patrol_type'); // 巡查类型的字典 const open = ref(false); const multiple = ref(false); const showSearch = ref(true); diff --git a/src/views/longoPeration/Patrolmanagement/anjianPopup.vue b/src/views/longoPeration/Patrolmanagement/anjianPopup.vue new file mode 100644 index 0000000..79636fc --- /dev/null +++ b/src/views/longoPeration/Patrolmanagement/anjianPopup.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/src/views/longoPeration/CaseIssues.vue b/src/views/longoPeration/CaseIssues.vue new file mode 100644 index 0000000..629d407 --- /dev/null +++ b/src/views/longoPeration/CaseIssues.vue @@ -0,0 +1,298 @@ + + + diff --git a/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue b/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue index 65b64b3..1f0ce78 100644 --- a/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue +++ b/src/views/longoPeration/Patrolmanagement/Inspectionplan.vue @@ -49,8 +49,12 @@ - - + + + + @@ -171,6 +175,7 @@ FloodPreventionMaterialdelete, } from '@/api/longoPeration/Inspectionplana'; const { proxy } = getCurrentInstance(); +const { patrol_type } = proxy.useDict('patrol_type'); // 巡查类型的字典 const open = ref(false); const multiple = ref(false); const showSearch = ref(true); diff --git a/src/views/longoPeration/Patrolmanagement/anjianPopup.vue b/src/views/longoPeration/Patrolmanagement/anjianPopup.vue new file mode 100644 index 0000000..79636fc --- /dev/null +++ b/src/views/longoPeration/Patrolmanagement/anjianPopup.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue b/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue index dbd882b..d22c3a1 100644 --- a/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue +++ b/src/views/longoPeration/Patrolmanagement/inspectiontasks.vue @@ -158,8 +158,21 @@ - - + + @@ -167,8 +180,21 @@ - - + + @@ -282,6 +308,7 @@ //重置 function resetQuery() { AllData.publishTime = []; + dataListTwo.value = []; proxy.resetForm('queryRef'); handleQuery(); } @@ -361,6 +388,7 @@ function submitForm() { proxy.$refs['roleRef'].validate(valid => { if (valid) { + // console.log(form.value, 'form.value'); form.value.planStartDatetime = AllData.publishTime1[0]; form.value.planEndDatetime = AllData.publishTime1[1]; form.value.basicInfoId = '1686274734091489284';