Commit Graph
68 Commits
Author SHA1 Message Date
wsmandGitee de223eaa2a !99 feat(xispeak, dq): 流程阶段筛选改为督办状态筛选
Merge pull request !99 from wsm/feature/bpm_status_query
2026-07-14 08:47:02 +00:00
wsmandGitee 58919aaae7 !98 style: 调整未开始状态标签颜色,提高可读性
Merge pull request !98 from wsm/style/not_start_style
2026-07-14 08:25:03 +00:00
wsmandGitee d0ca82ecbe !97 fix(cc): 补全抄送模块缺失的CcTaskListContent组件,修复编译报错
Merge pull request !97 from wsm/fix/cc_import
2026-07-14 03:22:16 +00:00
wsmandGitee db2b784e50 !96 feat(dq, xispeak): 统一反馈表单部门自动填充,从登录信息取当前部门
Merge pull request !96 from wsm/feature/feedback_get_dept_info
2026-07-14 03:02:54 +00:00
wsmandGitee b1af9cd575 !95 style(dq): 优化审批历史界面间距,减少贴边感
Merge pull request !95 from wsm/fix/modal_fix
2026-07-14 01:50:24 +00:00
wsmandGitee dca130323c !94 feat(dq): 审批历史界面新增查询当前办理人按钮
Merge pull request !94 from wsm/feature/query_history
2026-07-14 00:45:22 +00:00
wsmandGitee 1352dae5ab !93 fix(dq): 状态统计随搜索刷新,并添加错误日志
Merge pull request !93 from wsm/fix/dq_inspect_status_show
2026-07-13 07:55:52 +00:00
wsmandGitee c61430ba07 !92 feat(bgpartymatter,bqtakepulse): 新增默认抄送人功能
Merge pull request !92 from wsm/feature/add_default_cc
2026-07-13 06:44:32 +00:00
wsmandGitee f378a5c394 !91 feat(xispeak,dq): 列表页新增状态统计栏(未开始/督办中/已逾期/已完成)
Merge pull request !91 from wsm/feature/state_render
2026-07-10 07:08:14 +00:00
wsmandGitee c1e4a1274e !90 refactor(xispeak,dq): 业务状态列改名为督办状态,数据源切换为bpmStatus字段
Merge pull request !90 from wsm/feature/super_status_show
2026-07-10 02:28:51 +00:00
wsm 01db46e67c !86 feat(inspectTask): 台账列表新增业务状态列
* Merge branch 'master' of gitee.com:sz_30/supervision-vue into feature/…
* feat(inspectTask): 台账列表新增业务状态列
* feat(feedback): 反馈信息弹窗标题增加已完成条数统计
2026-07-07 02:52:56 +00:00
wsm 8c4288a5e5 !85 feat(xispeak): 用业务状态列替换完成状态列,修正dataIndex对齐接口
* feat(xispeak): 用业务状态列替换完成状态列,修正dataIndex对齐接口
* fix(xispeak): 修复业务状态字段取值与列dataIndex不匹配
* feat(xispeak): 台账列表新增业务状态字段
2026-07-07 00:57:38 +00:00
wsmandGitee 086aed02b4 !84 feat(bpm): 新增流程当前节点及办理人查询功能
Merge pull request !84 from wsm/feature/query_current_assignee
2026-07-06 06:17:28 +00:00
wsmandGitee 826c17c688 !83 fix(xispeak): 修复发起落实措施收集流程第二个弹窗样式错乱
Merge pull request !83 from wsm/fix/flow_start_modal
2026-07-02 09:47:56 +00:00
wsmandGitee 43abbb19d7 !82 feat(xispeak): 新增流程阶段筛选 + 监察按钮条件优化 + 流程阶段表单字段
Merge pull request !82 from wsm/feature/xispeak_complate_stage
2026-07-02 09:35:44 +00:00
wsmandGitee ae8696921b !81 refactor(xispeak): 默认审批意见改为节点配置 + 新增用户名解析
Merge pull request !81 from wsm/feature/refactor_xispeakbpmform
2026-07-02 08:37:46 +00:00
wsmandGitee 747084586b !79 fix(xispeak): 纪检字段可编辑时反馈编辑按钮文案改为"监察"
Merge pull request !79 from wsm/chore/edit_button_rename
2026-07-02 07:12:54 +00:00
wsmandGitee 7f27bde4d1 !78 fix(bgpartymatter): 导出文件名和下载模板文件名根据 meetingType 区分党委会/所务会
Merge pull request !78 from wsm/chore/export_file_name_modify
2026-07-02 06:23:09 +00:00
wsmandGitee 763fdcc5b2 !77 fix(xispeak): 经办人执行反馈流程弹窗移除所党委审批相关字段
Merge pull request !77 from wsm/style/xi_speak_deefback_start_flow
2026-07-02 06:08:52 +00:00
wsmandGitee d08b1e9a00 !76 feat(excel): BgPartymatter EasyExcel 按钮传递 meetingType 区分党委会/所务会
Merge pull request !76 from wsm/feature/two_kind_export
2026-07-02 03:06:53 +00:00
wsm 2435b1b5a2 !75 feat(excel): BgPartymatter/BgTakepulse 前端适配 Excel 导入导出
* feat(excel): BgPartymatter/BgTakepulse 前端适配 Excel 导入导出
2026-07-01 11:40:06 +00:00
wsm 4df8b3e31d !74 fix(bpm): 修复选人组件 Name 翻译使用错误字段及查询顺序问题
* fix(bpm): 修复选人组件 Name 翻译使用错误字段及查询顺序问题
* feat(bpm): 默认审批意见改为完全由后端节点配置驱动,移除所有写死模板
* fix(bpm): 修复节点默认审批意见配置 UI 绑定错误,支持 extraVars 变量解析
* feat(bpm): 新增条件变量默认审批意见,支持按流程变量值动态预填审批意见
2026-07-01 11:07:18 +00:00
wsm 9c9d5e0096 !69 refactor(bpm): 抽取默认审批意见到共享composable,按层级统一管理
* refactor(bpm): 抽取默认审批意见到共享composable,按层级统一管理
2026-06-30 02:52:57 +00:00
wsmandGitee bc070ffe2e !68 feat(inspectTask): 新增下载模板/模板校验/模板导入按钮及对应后端接口
Merge pull request !68 from wsm/feature/excel_val
2026-06-30 02:37:20 +00:00
wsmandGitee 7622f8143c !66 fix(xispeak): 选人组件前端按sortno升序排列,序号越小越靠前
Merge pull request !66 from wsm/feature/people_sort
2026-06-29 09:04:47 +00:00
wsmandGitee b1a94da2ed !65 fix(xispeak): 通过taskId精准获取当前分支局部变量impl_dept_id实现部门过滤
Merge pull request !65 from wsm/feature/20260629
2026-06-29 07:58:57 +00:00
wsmandGitee 36b061a596 !63 fix(xispeak): 反馈部门过滤改用流程变量中的部门信息
Merge pull request !63 from wsm/feature/20260626_03
2026-06-26 08:56:58 +00:00
wsmandGitee 32d3f2a43b !62 refactor(xispeak): 操作栏拆分为流程操作和表单操作两个下拉菜单
Merge pull request !62 from wsm/feature/20260626_02
2026-06-26 08:09:15 +00:00
wsm 56538e9b97 !61 feat(dqinspecttask): 新增流程阶段筛选、调整状态功能,操作栏拆分为流程/表单两个下拉菜单
* feat(dqinspecttask): 新增流程阶段筛选、调整状态功能,操作栏拆分为流程/表单两个下拉菜单
* chore(xispeak): 更新 BPM_NODE_PERMISSIONS 节点权限配置,反馈流程补充默认审批意见
* fix(dqinspecttask): 发起流程表单去掉多余的抄送tab
* fix(dqinspecttask): 发起流程补充deadline和requireFinishDate字段
* feat(dqinspecttask): 发起流程和销号流程按钮按已完成阶段数控制可见性
* refactor(xispeak): 部门领导指派意见使用翻译后的真实姓名
* refactor(xispeak): 提升常用操作到行内,删除时同步清除关联流程
* refactor(xispeak): 替换牵头部门选部门组件为SzSelectDept
2026-06-26 07:58:06 +00:00
new_new_newandGitee 5d9aec94e0 !57 feat(xispeak): 模板导入校验失败时弹窗展示逐行具体错误信息
Merge pull request !57 from new_new_new/feature/20260624_1
2026-06-24 03:38:51 +00:00
new_new_new b959837891 !56 feat(xispeak): 新增通过模板导入按钮
* feat(xispeak): 新增通过模板导入按钮
* feat(xispeak): 新增下载导入模板按钮
2026-06-23 10:37:30 +00:00
new_new_newandGitee 3e849b520a !54 refactor(inspectTask): 查询表单选人选部门组件替换为 SzDeptUserModal/SzSelectDept
Merge pull request !54 from new_new_new/feature/20260622_02
2026-06-23 00:26:31 +00:00
new_new_newandGitee cb46bd8896 !53 Merge branch 'master' into feature/20260622
Merge pull request !53 from new_new_new/feature/20260622
2026-06-22 07:05:23 +00:00
new_new_newandGitee e742995dd7 !53 Merge branch 'master' into feature/20260622
Merge pull request !53 from new_new_new/feature/20260622
2026-06-22 07:05:16 +00:00
new_new_new 6628b68b4c !51 refactor: 提取部门角色ID常量到统一配置文件
* Merge branch 'master' of gitee.com:sz_30/supervision-vue into feature/20260518
* refactor: 提取部门角色ID常量到统一配置文件
* Merge branch 'master' into feature/20260518
* feat(inspectTask): 独立发起流程弹窗,替换党群领导审批组件
* style(inspectProgress): 进展表单对齐BPM表单样式
* style(xispeak): 反馈表单对齐BPM表单样式
* perf(xispeak): 反馈统计查询由逐条请求改为批量接口
* refactor(xispeak): BPM表单和巡视整改表单牵头部门组件替换为SzSelectDept
* style(xispeak): 优化查询表单布局并替换牵头部门选人组件
2026-06-22 06:38:19 +00:00
new_new_newandGitee 09be89c343 !49 feat(inspectTask): 独立发起流程弹窗,替换党群领导审批组件
Merge pull request !49 from new_new_new/fix/inspect_flow_start
2026-06-17 05:51:03 +00:00
new_new_new 6f3d19b876 !47 style(inspectProgress): 进展表单对齐BPM表单样式
* style(inspectProgress): 进展表单对齐BPM表单样式
* style(xispeak): 反馈表单对齐BPM表单样式
* perf(xispeak): 反馈统计查询由逐条请求改为批量接口
2026-06-17 03:07:33 +00:00
new_new_new 0a1141decf !46 refactor(xispeak): BPM表单和巡视整改表单牵头部门组件替换为SzSelectDept
* refactor(xispeak): BPM表单和巡视整改表单牵头部门组件替换为SzSelectDept
* feat(xispeak): 补充BPM表单审批意见任务节点映射
* style(xispeak): 优化查询表单布局并替换牵头部门选人组件
2026-06-17 02:27:05 +00:00
new_new_new 34f5ec35cc !45 feat(xispeak): 补充BPM表单审批意见任务节点映射
* feat(xispeak): 补充BPM表单审批意见任务节点映射
* style(xispeak): 优化查询表单布局并替换牵头部门选人组件
2026-06-17 02:21:08 +00:00
new_new_newandGitee 1bd2fe1117 !41 fix(form): BPM表单基础信息区域内容框对齐
Merge pull request !41 from new_new_new/feature/bpm_modify
2026-06-16 07:07:41 +00:00
new_new_new 413bba6f19 !39 fix(utils): 补充缺失的getDateByPicker函数
* fix(utils): 补充缺失的getDateByPicker函数
* refactor(user): 移除未使用的UserQuitModal组件
2026-06-15 07:01:41 +00:00
new_new_new 4d9b66170a !38 refactor(user): 移除未使用的UserQuitModal组件
* refactor(user): 移除未使用的UserQuitModal组件
2026-06-15 06:27:24 +00:00
new_new_new c1028224c1 !37 feat(inspect): DqInspectTaskForm添加必填字段校验规则
* feat(inspect): DqInspectTaskForm添加必填字段校验规则
* refactor(form): 是否需要审批字段统一替换为j-switch组件
* feat(form): 部门经办人替换为sz-dept-user-modal组件
* feat(form): 新增部门角色用户选择组件,替换各处j-select-user
2026-06-15 02:47:24 +00:00
new_new_newandGitee cbf366cd2b !35 feat(xispeak): 新增BPM表单默认审批意见框架
Merge pull request !35 from new_new_new/per/xi_bpm_per
2026-06-12 08:56:10 +00:00
new_new_newandGitee 2cba1cde4a !34 feat(inspect): 新增默认审批意见和默认抄送人功能
Merge pull request !34 from new_new_new/feature/inspect_fin_node_send
2026-06-12 08:55:02 +00:00
new_new_newandGitee 0852245789 add default pipeline template yaml 2026-06-11 09:35:15 +00:00
new_new_new 6f111c5933 !31 fix(xispeak): 修复流程发起后下拉菜单显示状态不正确
* fix(xispeak): 修复流程发起后下拉菜单显示状态不正确
* refactor(xispeak): 抽取督办领导选择为DeptRoleSelectUser组件
* fix(xispeak): 修复BPM表单输入被刷掉和新增表单带入旧数据
* docs(xispeak): 更新BPM节点权限配置
2026-06-11 07:51:35 +00:00
new_new_new f6600e85ec !30 fix(inspectTask): 分管所领导只读态改用j-select-user显示姓名
* fix(inspectTask): 分管所领导只读态改用j-select-user显示姓名
* fix(inspectTask): 销号流程URL移除showProcessHandle参数
* docs(xispeak): 统一督察流程节点权限文档格式
2026-06-10 11:26:52 +00:00
new_new_newandGitee 85a68c3b82 !29 docs(xispeak): 统一BPM节点权限文档格式
Merge pull request !29 from new_new_new/feature/xi_feedback_perm
2026-06-10 08:49:15 +00:00
new_new_new 67b60231ba !27 refactor(xispeak): 改造列表页搜索框为表单式搜索区域
* refactor(xispeak): 改造列表页搜索框为表单式搜索区域
* Merge branch 'master' into feature/20260610
* fix(inspectTask): BPM表单移除措施数量/流程实例ID/流程状态/督办次数/排序字段,调整具体问题和整改措施label宽度对齐
* refactor(inspectTask): 合并基本信息与状态与统计为一个区域
* fix(inspectTask): 台账列表移除措施数量/流程状态/督办次数/排序列
* fix(inspectTask): 移除反馈数量和督办次数字段,措施数量/督办次数设为不可编辑
* fix(inspectTask): 党群领导条件显示,移除流程实例ID/流程状态/排序字段
* fix(inspectTask): 修复编辑时子表数据未回传导致反馈记录被清空
2026-06-10 08:31:25 +00:00
new_new_new 868e14749d !26 docs(bpm): 新增showIsNeedLeaderApprove权限配置项
* docs(bpm): 新增showIsNeedLeaderApprove权限配置项
* feat(bpm): 新增是否需要所领导审批及分管所领导流程变量控制
2026-06-09 09:23:15 +00:00
new_new_new 4828b52c73 !24 feat(bpm): 新增发起销号流程功能,流程code为dq_delete_01
* feat(bpm): 新增发起销号流程功能,流程code为dq_delete_01
2026-06-09 00:26:43 +00:00
new_new_newandGitee d1083c26e7 !23 Merge remote-tracking branch 'origin/dev' into dev
Merge pull request !23 from new_new_new/dev
2026-06-05 09:24:43 +00:00
new_new_new 6759e000e8 !22 fix(dq): 修复BPM审批界面新增反馈后列表不显示的问题
* fix(dq): 修复BPM审批界面新增反馈后列表不显示的问题
* docs(dq): 更新整改任务BPM节点权限配置文档
* feat(dq): BPM审批界面新增分管所领导字段
* feat(dq): 整改任务表单新增分管所领导字段
* refactor(dq): 是否办结/部门经办人改为写入Flowable流程变量
2026-06-05 09:20:35 +00:00
new_new_new ba564cffcf !19 feat(dq): 新增整改任务BPM审批界面及extendUrlParams权限控制架构
* feat(dq): 新增整改任务BPM审批界面及extendUrlParams权限控制架构
* feat(dq): 整改任务列表新增查询督办流程按钮并清理未使用导入
* style(dq): 优化整改任务表单为双列分区布局参考BgXiSpeakForm样式
* feat(dq): 整改任务列表新增FlowScheduleStartModal流程调度和弹窗式反馈查看
* feat(dq): 新增反馈查看弹窗组件并在进展列表中集成查看反馈按钮
* fix(dq): 修正巡视工作进展反馈查询接口地址并与Controller对齐
* fix(dq): 修正巡视工作进展反馈API地址与后端Controller对齐
* feat(dq): 新增整改任务列表发起流程和查看反馈按钮
* feat(dq): 新增巡视工作进展反馈页面
2026-06-04 12:26:17 +00:00
new_new_new b1b002627a !18 fix(role): 新增角色权限配置ID到DEFAULT_PERMESSION_IDS
* fix(role): 新增角色权限配置ID到DEFAULT_PERMESSION_IDS
* chore: 移除.gitignore中.claude忽略规则
* refactor(dj): 移除旧的inspectimprove模块文件
2026-06-03 09:23:07 +00:00
new_new_new 0dc688f797 !16 feat(xispeak): 更新流程发起默认FORM_URL参数及节点权限配置
* feat(xispeak): 更新流程发起默认FORM_URL参数及节点权限配置
2026-06-02 08:43:08 +00:00
new_new_new 24739d5efc !15 feat(xispeak): 督办领导列表统一改用SzUserSelectByDeptRoleSecurityModal弹窗选人,存储use…
* feat(xispeak): 督办领导列表统一改用SzUserSelectByDeptRoleSecurityModal弹窗选人,存储use…
* feat(xispeak): 督办领导列表改用SzUserSelectByDeptRoleSecurityModal弹窗选人
* chore(xispeak): 更新 BPM_NODE_PERMISSIONS 节点权限配置
* feat(xispeak): 新增 showSelnextUser 权限控制,默认隐藏指定下一步操作人
* fix(xispeak): 修复是否报送上级报告字段显示0/1而非字典标签
* feat(xispeak): 新增 nonJiJianFieldsReadonly 权限控制,支持除纪检字段外全部只读
* fix(xispeak): 修复反馈表单标签对齐和网格布局问题
* fix(xispeak): 指定落实措施条数、措施已闭环数量、督办次数设为不可编辑
2026-06-01 08:45:34 +00:00
new_new_newandGitee adc514fa6b !14 将数据存入业务表单json字段,并适配后端修改
Merge pull request !14 from new_new_new/feature/20260527
2026-05-27 12:31:01 +00:00
new_new_newandGitee 5a367d86ef !13 fix(xispeak): 修复经办人反馈流程deptHandlerName为空及反馈弹窗问题
Merge pull request !13 from new_new_new/feature/20260526
2026-05-26 10:47:28 +00:00
new_new_newandGitee 885d181c61 !12 fix(xispeak): 修复反馈信息展示和交互问题
Merge pull request !12 from new_new_new/feature/20260525
2026-05-26 06:27:39 +00:00
new_new_newandGitee 2de948366f !11 新增xispeak返回流程显示权限记录
Merge pull request !11 from new_new_new/feature/20260519
2026-05-22 08:54:19 +00:00
new_new_newandGitee e051205167 !8 新增ddl字段并写入中间表,在待办里记录
Merge pull request !8 from new_new_new/feature/20260518
2026-05-18 07:51:12 +00:00
new_new_newandGitee 0d4d3b0c09 !7 集成删除相关流程按钮
Merge pull request !7 from new_new_new/feature/0514-adapt
2026-05-15 08:43:37 +00:00
new_new_newandGitee 8e2f94c33f !6 适配json数据,用来适配后端传回的json数据
Merge pull request !6 from new_new_new/feature/xispeak-second-process
2026-05-13 13:11:58 +00:00
new_new_newandGitee 16c6cee8b5 !5 修改bpm审批表单,使用jeecg提供的方式控制字段是否可见可编辑
Merge pull request !5 from new_new_new/feature/front-permession
2026-05-09 09:12:20 +00:00
new_new_newandGitee 3e9e6e56ed !4 修改xispeak前端代码
Merge pull request !4 from new_new_new/feature/20260506-branch
2026-05-06 00:56:20 +00:00
new_new_newandGitee 6650905733 !1 将开源版本的修改打补丁应用到商业版
Merge pull request !1 from new_new_new/wsm-init-commit
2026-04-10 06:23:48 +00:00