Go to file
lixiaolong 46ec60d6f5 feat(warehouse): 优化库存搜索功能支持关键词分词匹配
- 将产品信息搜索字段改为关键词搜索,支持输入多个条件
- 实现分词搜索算法,支持按名称/规格/品牌/类别/单位/库区等多维度匹配
- 添加搜索结果相关性评分排序机制
- 优化移动端和PC端搜索界面提示文案
- 实现关键词高亮显示和精确/前缀/包含匹配策略
- 添加最大分词数量限制防止过度匹配
- 重构后端分页处理逻辑以适应新的搜索模式
2026-07-27 09:57:42 +08:00
.github Initial commit 2026-07-16 11:21:59 +08:00
bin Initial commit 2026-07-16 11:21:59 +08:00
doc Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-admin feat(warehouse): 优化库存搜索功能支持关键词分词匹配 2026-07-27 09:57:42 +08:00
ruoyi-common Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-framework Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-generator Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-quartz Initial commit 2026-07-16 11:21:59 +08:00
ruoyi-system feat(warehouse): 优化库存搜索功能支持关键词分词匹配 2026-07-27 09:57:42 +08:00
ruoyi-ui feat(warehouse): 优化库存搜索功能支持关键词分词匹配 2026-07-27 09:57:42 +08:00
sql feat(warehouse): 新增批量导入功能并优化系统配置 2026-07-17 15:00:06 +08:00
.gitignore Initial commit 2026-07-16 11:21:59 +08:00
LICENSE Initial commit 2026-07-16 11:21:59 +08:00
pom.xml Initial commit 2026-07-16 11:21:59 +08:00
README.md Initial commit 2026-07-16 11:21:59 +08:00
ry.bat Initial commit 2026-07-16 11:21:59 +08:00
ry.sh Initial commit 2026-07-16 11:21:59 +08:00

cmvr-wms

招商车研库存管理系统。

模块

  • Web 管理端
  • 移动端库存操作
  • 库区、产品、入库、出库、库存、盘库管理

构建

后端:

mvn clean package -DskipTests

前端:

cd ruoyi-ui
npm run build:prod

后端启动包输出为 ruoyi-admin/target/cmvr-wms.jar