You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zangch@mesnac.com 091d3eb2ff feat(wms): 添加发货单到货确认功能
- 在WmsShippingBill实体类中新增到货确认相关字段:needArrivalConfirm、isAllReceiving、arrivalReceiptOssId、arrivalConfirmTime、arrivalConfirmBy
- 在WmsShippingBillBo业务对象中同步添加到货确认相关属性
- 在WmsShippingBillVo视图对象中添加到货确认相关字段并配置Excel导出注解
- 修改数据库映射文件WmsShippingBillMapper.xml,更新查询语句以包含新字段并关联用户表查询确认人姓名
- 在WmsShippingBillServiceImpl服务实现中添加到货确认逻辑处理
- 实现根据发货类型自动判定是否需要到货确认的功能
- 添加发货单号自动生成机制,集成远程编码规则服务
- 完善查询包装器,支持按到货确认时间和发货时间范围筛选
- 优化流程变量设置,确保到货确认节点抄送人员验证
- 修复getVariables方法中的潜在空指针问题
3 weeks ago
..
mapper feat(wms): 添加发货单到货确认功能 3 weeks ago
application.yml 增加 wms模块基础信息 5 months ago
banner.txt add 入库单单号发起审批 5 months ago
logback-plus.xml 增加 wms模块基础信息 5 months ago
发货单模板.docx chore(wms): 优化发货单Word模板导出功能,支持动态明细表格渲染 4 months ago