diff --git a/src/views/data/ComplaintCollectionSource.vue b/src/views/data/ComplaintCollectionSource.vue new file mode 100644 index 0000000..3233d9e --- /dev/null +++ b/src/views/data/ComplaintCollectionSource.vue @@ -0,0 +1,589 @@ + + + + + + diff --git a/src/views/data/ComplaintCollection_12389ts.vue b/src/views/data/ComplaintCollection_12389ts.vue index c27398b..27fcdc7 100644 --- a/src/views/data/ComplaintCollection_12389ts.vue +++ b/src/views/data/ComplaintCollection_12389ts.vue @@ -364,10 +364,10 @@ import { getComplaintCollectionPage } from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -378,6 +378,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }); const list = ref([]); @@ -411,6 +412,7 @@ function reset() { handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }; getList(); } @@ -506,9 +508,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== '17'), + }; await exportData(body); } diff --git a/src/views/data/ComplaintCollection_gabxf.vue b/src/views/data/ComplaintCollection_gabxf.vue index da6771d..20f1f62 100644 --- a/src/views/data/ComplaintCollection_gabxf.vue +++ b/src/views/data/ComplaintCollection_gabxf.vue @@ -364,10 +364,10 @@ import { getComplaintCollectionPage } from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -378,6 +378,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }); const list = ref([]); @@ -411,6 +412,7 @@ function reset() { handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }; getList(); } @@ -506,9 +508,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== '22'), + }; await exportData(body); } diff --git a/src/views/data/ComplaintCollection_gjxf.vue b/src/views/data/ComplaintCollection_gjxf.vue index 661867b..c94453e 100644 --- a/src/views/data/ComplaintCollection_gjxf.vue +++ b/src/views/data/ComplaintCollection_gjxf.vue @@ -361,10 +361,10 @@ import {timeFormat} from "@/utils/util"; import useCatchStore from "@/stores/modules/catch"; import {exportData, getComplaintCollectionPage} from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -375,6 +375,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }); const list = ref([]); @@ -408,6 +409,7 @@ function reset() { handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }; getList(); } @@ -503,9 +505,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== '21'), + }; await exportData(body); } diff --git a/src/views/data/ComplaintCollection_jzxx.vue b/src/views/data/ComplaintCollection_jzxx.vue index 64c26ce..0799ecc 100644 --- a/src/views/data/ComplaintCollection_jzxx.vue +++ b/src/views/data/ComplaintCollection_jzxx.vue @@ -367,10 +367,10 @@ import { getComplaintCollectionPage } from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -381,7 +381,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], - processingStatus: '', + personInfo: '', }); const list = ref([]); @@ -416,6 +416,7 @@ function reset() { initialReviewFileList: [], createTimeList: [], processingStatus: '', + personInfo: '', }; getList(); } @@ -511,9 +512,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== '23'), + }; await exportData(body); } diff --git a/src/views/data/ComplaintCollection_ldxj.vue b/src/views/data/ComplaintCollection_ldxj.vue index 88498fb..73c41be 100644 --- a/src/views/data/ComplaintCollection_ldxj.vue +++ b/src/views/data/ComplaintCollection_ldxj.vue @@ -364,10 +364,10 @@ import { getComplaintCollectionPage } from "@/api/data/complaintCollection.ts"; +const catchStore = useCatchStore(); const show = ref(false); const mailboxShow = ref(false); const activeNegativeId = ref(""); - const query = ref({ size: 10, current: 1, @@ -378,6 +378,7 @@ const query = ref({ handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }); const list = ref([]); @@ -411,6 +412,7 @@ function reset() { handleDepartId: null, initialReviewFileList: [], createTimeList: [], + personInfo: '', }; getList(); } @@ -506,9 +508,10 @@ function handleActionDetail(row) { } const handleExport = async () => { - let body = { - ...query.value - } + const body = { + ...query.value, + sourceTableList: query.value.sourceTableList.filter(v => v !== 'leader_explain'), + }; await exportData(body); }