unis_sip/ruoyi-admin
chenhao ecff189fe2 feat(inventory): 添加发货详情导出功能
- 移除了 edit.html 中的调试代码 debugger
- 新增 InventoryDeliveryDetailExcelDto 类用于发货详情数据导出
- 在 InventoryDeliveryController 中增加了发货详情导出接口 /detail/export- 实现了 InventoryDeliveryServiceImpl 中的 detailExport 方法以支持详情导出逻辑
- 扩展了 InventoryInfoMapper 和对应的 XML 文件,新增 listByProductSnList 查询方法
- 修改了 InventoryOuterMapper.xml,增加对 projectCode 和 projectName 的查询条件支持
- 在前端页面 outer.html 中添加了项目编号、合同编号及项目名称的搜索框
- 在 view.html 页面中加入了导出按钮并实现对应的 JavaScript 导出函数- 为订单财务页面 orderFinance.html 添加了完结状态字段显示
2025-10-30 09:07:30 +08:00
..
src feat(inventory): 添加发货详情导出功能 2025-10-30 09:07:30 +08:00
.DS_Store 1.0.1 2025-04-11 11:22:59 +08:00
pom.xml feat(designer): 添加关于页面和 404 页面 2025-07-21 17:50:52 +08:00