举报核查功能
This commit is contained in:
parent
03a86c1aba
commit
d67712d9cb
|
|
@ -471,7 +471,7 @@ const baseRoutes = [
|
|||
name: '_zfwsgl',
|
||||
component: () => import('@views/xzzfgl/zfwsgl.vue'),
|
||||
meta: {
|
||||
title: '文书管理',
|
||||
title: '执法文书管理',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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'})
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -267,7 +267,7 @@ public class ReportCheckService {
|
|||
//自动生成执法检查信息
|
||||
EnforcementInfoDto enforcementInfoDto = new EnforcementInfoDto();
|
||||
enforcementInfoDto.setEnterpriseIds(ltdIds);
|
||||
enforcementInfoDto.setDataFrom("3");//举报核查转交
|
||||
enforcementInfoDto.setDataFrom("3");//转交
|
||||
enforcementInfoService.saveEnforcementInfo(enforcementInfoDto, user);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue