举报核查功能

This commit is contained in:
luolianxin 2025-05-09 18:18:32 +08:00
parent 03a86c1aba
commit d67712d9cb
3 changed files with 3 additions and 3 deletions

View File

@ -471,7 +471,7 @@ const baseRoutes = [
name: '_zfwsgl',
component: () => import('@views/xzzfgl/zfwsgl.vue'),
meta: {
title: '文书管理',
title: '执法文书管理',
},
},
{

View File

@ -313,7 +313,7 @@ function handleAdd() {
dialogConfig.value.show = true
methodName.value = null
dialogConfig.value.mode = 'add'
dialogConfig.value.title = '新增文书送达'
dialogConfig.value.title = '新增执法文书送达'
dialogConfig.value.data = Object.assign({}, {documentIds: [], materials: [], picList: [], logistics: {}, status: '0'})
}

View File

@ -267,7 +267,7 @@ public class ReportCheckService {
//自动生成执法检查信息
EnforcementInfoDto enforcementInfoDto = new EnforcementInfoDto();
enforcementInfoDto.setEnterpriseIds(ltdIds);
enforcementInfoDto.setDataFrom("3");//举报核查转交
enforcementInfoDto.setDataFrom("3");//转交
enforcementInfoService.saveEnforcementInfo(enforcementInfoDto, user);
});
}