Files
klp-oa/klp-ui
Joshi e91b981923 feat(workflow): 实现自定义选择下一个处理人功能
- 在前端增加提示信息,指导用户指定下一个任务的处理人
- 在后端增加逻辑,处理用户选择的下一个处理人
- 修改数据库,增加采购计划详情编号字段- 优化采购计划详情查询条件,支持按详情编号查询
2025-08-22 10:31:24 +08:00
..
2025-07-17 18:07:48 +08:00
2025-07-17 18:07:48 +08:00
2025-08-01 09:42:39 +08:00
2025-07-17 18:07:48 +08:00
2025-07-31 18:07:51 +08:00
2025-07-31 18:07:51 +08:00
2025-07-31 18:07:51 +08:00
2025-07-17 18:07:48 +08:00
2025-07-17 18:07:48 +08:00
2025-07-17 18:07:48 +08:00
2025-08-08 15:23:08 +08:00
2025-07-17 18:07:48 +08:00
2025-07-31 18:07:51 +08:00

开发

# 克隆项目
git clone https://gitee.com/KonBAI-Q/klp-flowable-plus.git

# 进入项目目录
cd klp-ui

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npmmirror.com

# 启动服务
npm run dev

浏览器访问 http://localhost:80

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod