Files
klp-oa/klp-ui
砂糖 9f3d402174 refactor(crm): 重构合同模块为订单模块并优化相关功能
重构合同模块为订单模块,包括以下主要变更:
1. 将合同编号字段从contractNo统一改为contractCode
2. 在CrmOrderBo中添加日期格式化注解
3. 重构ContractTabs组件为订单详情页
4. 添加销售员字段和相关选择器
5. 优化订单列表查询条件和展示
6. 调整订单附件管理功能
2026-04-13 17:48:19 +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-09-24 17:23:06 +08:00
2025-09-24 17:23:06 +08:00
2025-09-24 17:23:06 +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-07-17 18:07:48 +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