常熟吴彦祖
|
2a4c5c5ae1
|
Merge remote-tracking branch 'origin/master'
|
13 hours ago |
常熟吴彦祖
|
a6a875410b
|
1
|
13 hours ago |
shenzhouyu
|
5ae67a3017
|
添加availability control id控制
|
5 days ago |
常熟吴彦祖
|
43605df354
|
1
|
2 weeks ago |
han\hanst
|
40f298bb99
|
supplierManufactureDate
|
2 weeks ago |
han\hanst
|
493561770d
|
availability control id 不允许其他出库
|
1 month ago |
常熟吴彦祖
|
63d373609c
|
1
|
1 month ago |
常熟吴彦祖
|
9588495885
|
1
|
1 month ago |
han\hanst
|
2051bee1a9
|
默认标签
|
1 month ago |
shenzhouyu
|
37ddbd4c24
|
外箱标签打印功能
|
1 month ago |
常熟吴彦祖
|
c21d491f8c
|
登录
|
1 month ago |
常熟吴彦祖
|
883e57402a
|
登录
|
1 month ago |
常熟吴彦祖
|
72e7a136c8
|
登录
|
1 month ago |
常熟吴彦祖
|
5f73cec29e
|
登录
|
1 month ago |
常熟吴彦祖
|
7472c5c223
|
登录
|
1 month ago |
han\hanst
|
2be558af5c
|
供应商批次号
|
2 months ago |
han\hanst
|
3ec9bbbe14
|
标签支持日期加流水号;上中下询
|
2 months ago |
常熟吴彦祖
|
78fd5ffb7c
|
登录
|
3 months ago |
han\hanst
|
48ffd25eda
|
当用户选择供应商生产日期时,失效日期需要按供应商生产日期+有效期重新同步到IFS
|
3 months ago |
han\hanst
|
79b6358d1e
|
当用户选择供应商生产日期时,失效日期需要按供应商生产日期+有效期重新同步到IFS
|
3 months ago |
shenzhouyu
|
60aaaaa07f
|
添加标签是否在盘校验
|
3 months ago |
han\hanst
|
70485df400
|
供应商生产日期
|
3 months ago |
han\hanst
|
c1db7d4814
|
点击“真实数据预览”时,若当前标签类型是外箱标签或内箱标签,先弹窗让用户输入这 5 个参
|
3 months ago |
常熟吴彦祖
|
05a9520e09
|
登录
|
3 months ago |
han\hanst
|
f23e21599c
|
栈板位利用率
|
3 months ago |
常熟吴彦祖
|
5f8b00736a
|
登录
|
3 months ago |
han\hanst
|
ee7a9e75e4
|
是否启用立库
|
3 months ago |
han\hanst
|
48f5611f95
|
周别
|
3 months ago |
常熟吴彦祖
|
fd3bd5452d
|
Z114进入通道机队列
|
3 months ago |
han\hanst
|
a9e744751d
|
当前端传了customerId时,根据客户编码解析标签编号
|
4 months ago |
han\hanst
|
03f3891905
|
当前端传了customerId时,根据客户编码解析标签编号
|
4 months ago |
han\hanst
|
2f333c9acf
|
支持前端补充字段(视图无字段时用于标签替换)
|
4 months ago |
han\hanst
|
5ed8af5e15
|
支持前端补充字段(视图无字段时用于标签替换)
|
4 months ago |
han\hanst
|
d0dc23c480
|
支持#{CURRENT_DATE_YYYY-MM-DD}F形式
|
4 months ago |
han\hanst
|
197bd9c489
|
ifs正式库的BoxLabel数据
|
4 months ago |
han\hanst
|
092bc1a8cd
|
支持是否四舍五入
|
4 months ago |
han\hanst
|
fb41bcf03a
|
日期支持加减天数
|
4 months ago |
han\hanst
|
a125c6fffc
|
报废带上engChgLevel
|
4 months ago |
常熟吴彦祖
|
ed6cfeb1da
|
```
feat(check): 添加RFID快照归档功能
- 在PhysicalInventoryServiceImpl中注入RfidCountSnapshotMapper
- 添加DateTimeFormatter用于生成归档批次号
- 实现过期RFID快照自动归档到历史表功能
- 添加按最后盘点日期清理过期快照的逻辑
- 在RfidCountSnapshotMapper中新增归档相关方法
- 配置MyBatis XML映射文件实现归档和删除SQL
```
|
4 months ago |
常熟吴彦祖
|
43662468cf
|
feat(check): 新增年度盘点报告功能
- 在 CountHeader 实体中添加年中盘点(MID_YEAR)和年末盘点(YEAR_END)类型定义
- 在 PhysicalInventoryController 中新增 generateYearInventoryReport 接口用于生成年度盘点报告
- 在 PhysicalInventoryMapper 中新增多个查询方法支持年度盘点报告的数据统计和批量插入
- 在 Mapper XML 文件中添加相应的 SQL 查询语句和条件判断逻辑
- 在 PhysicalInventoryService 中定义年度盘点报告服务接口
- 在 PhysicalInventoryServiceImpl 中实现完整的年度盘点报告生成功能,包括数据校验、批量插入等逻辑
|
4 months ago |
常熟吴彦祖
|
41d1886275
|
fix(board): 修复看板数据排序和数量显示问题
- 添加按创建时间降序排列确保最新数据优先显示
- 将看板数量从18调整为12以符合业务需求
- 保持24小时时间范围过滤逻辑不变
|
4 months ago |
常熟吴彦祖
|
399b4143dc
|
feat(board): 新增看板功能实现
- 创建 BoardController 提供看板接口服务
- 实现 BoardService 和 BoardServiceImpl 业务逻辑
- 添加 BoardMapper 数据访问层及对应 XML 映射文件
- 在 IfsCallErrorLogData 实体类中增加 number 字段
- 修改 LabelQueryMapper.xml 中的 epc 更新逻辑为日期格式
- 配置 Shiro 权限允许匿名访问看板接口
|
4 months ago |
常熟吴彦祖
|
a9f424e86b
|
盘点纠错
|
4 months ago |
常熟吴彦祖
|
61576df8e2
|
盘点查询
|
4 months ago |
han\hanst
|
622aaf6e3f
|
请联系工程维护产品有效期!
|
4 months ago |
常熟吴彦祖
|
372dad3df5
|
feat(check): 新增日常盘点类型和RFID快照生成盘点功能
- 在CountHeader实体中新增COUNT_TYPE_DAILY日常盘点类型常量
- 更新PhysicalInventoryMapper.xml中的盘点类型描述映射,支持DAILY类型显示
- 在RfidCountController中新增generateCountResultFromSnapshot接口
- 实现RfidCountHeaderService.generateCountResultFromSnapshot方法
- 添加RfidCountSnapshotHistory实体、Mapper及XML配置文件
- 实现从RFID快照批量插入count_label、count_pallet、count_result的功能
- 添加快照数据备份到历史表和清空快照表的逻辑
- 新建rfid_count_snapshot_history表用于存储历史快照数据
|
4 months ago |
常熟吴彦祖
|
ef2a1eb960
|
refactor(inventory): 重构库存移动服务中的托盘验证逻辑
- 将validateHandlingUnits方法重命名为validateHandlingUnitsForPallet
- 新增专门的托盘验证方法,包含完整的业务逻辑
- 添加对HandlingUnit是否存在及site匹配的校验
- 增加对库存状态的检查,确保只有在库的HandlingUnit才能移动
- 实现安全的迭代器方式删除符合条件的HandlingUnit
- 当目标库位与当前库位相同时,跳过该HandlingUnit的处理
|
5 months ago |
shenzhouyu
|
a4a53645ba
|
添加个条件查询
|
5 months ago |
han\hanst
|
8f82f4b899
|
不包含空托盘
|
5 months ago |
shenzhouyu
|
c0dfabca4c
|
添加标签批量发料的功能
|
5 months ago |