Files
klp-oa/klp-ui
砂糖 7eda414846 refactor(wms/delivery/waybill): 替换订单编号手动输入为下拉选择组件
重构运单页面的订单编号选择模块,将原有的自动补全输入框+弹窗选择的方式改为远程搜索下拉选择器,移除冗余的订单选择对话框、绑定解绑切换相关逻辑,优化代码结构并统一订单数据处理流程
2026-06-24 13:30:17 +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