附件
@@ -85,6 +89,8 @@ const catchSotre = useCatchStore();
const dict = catchSotre.getDicts([
"specialSupervision", "suspectProblem"
]);
+
+console.log('negative',negative)
\ No newline at end of file
+
diff --git a/src/components/negative/dialog.vue b/src/components/negative/dialog.vue
index 8156ad7..3b8aa11 100644
--- a/src/components/negative/dialog.vue
+++ b/src/components/negative/dialog.vue
@@ -220,12 +220,12 @@
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 创建督察报告
+
+
+
+
+
+
+ 查询
+
+ 重置
+
+
+
+
+
+
+
+
+
+
+ {{ timeFormat(row.crtTime) }}
+
+
+
+
+
+
+
+
+ 编辑
+ 查看详情
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
文件
+
+
+
+
+
+
+
+
+
+
+
+
+ {{detailRow.reportName}}
+
+
+
+
+
+ {{detailRow.crtEmpNo}}
+
+
+ {{detailRow.crtUser}}
+
+
+
+
+ {{detailRow.crtDepart}}
+
+
+ {{ timeFormat(detailRow.crtTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/work/BatchDistribute.vue b/src/views/work/BatchDistribute.vue
index a927d4b..115bc14 100644
--- a/src/views/work/BatchDistribute.vue
+++ b/src/views/work/BatchDistribute.vue
@@ -189,6 +189,31 @@
/>
+
+
+
+
+
+
+
-
+
{
}
});
+
+const reportQuery = ref({
+ current: 1,
+ size: 100,
+ departBranch:false
+})
+const reportList = ref([]);
+const reportLoading = ref(false);
+const getReportListDataFun = async (val=null)=>{
+ reportLoading.value=true;
+ try{
+ if(val){
+ reportQuery.value.reportName = val;
+ }else{
+ reportQuery.value.reportName =null;
+ }
+ const res = await getListData(reportQuery.value);
+ reportList.value=res.records;
+ reportLoading.value=false;
+ }catch (e){
+ reportLoading.value=false;
+ }
+}
+
+const setReportNameFun = async(row)=>{
+ let res = await getReportDetailFun(row.reportId);
+ row.reportNumber=res?.reportName;
+}
+
+
function handleExport12337(id) {
window.open(
`${BASE_PATH}/data/petitionComplaint12337/export/result?taksId=${id}`
@@ -835,4 +887,4 @@ async function handleDetailShow(id) {
function handleShowAuditImport() {
auditImportShow.value = true;
}
-
\ No newline at end of file
+
diff --git a/src/views/work/Todo.vue b/src/views/work/Todo.vue
index caab022..0aa1dd2 100644
--- a/src/views/work/Todo.vue
+++ b/src/views/work/Todo.vue
@@ -451,7 +451,7 @@
>
-
+