Files
klp-oa/klp-ui
砂糖 9849e6bfe3 refactor(wms): 优化多个页面的样式与功能
1. 调整物料预警页面的逾期天数默认值为60天
2. 钢卷库存页面新增钢卷明细导出按钮和布局优化
3. 异议工单页面调整导出按钮的显示逻辑,移除状态判断
4. 重构异议工单基础信息组件的布局与样式,优化信息展示
2026-07-04 16:11:57 +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

开发

# 克隆项目
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