feat(WmsMaterialCoil): 自定义报表导出完善
- 在 WmsMaterialCoilAllExportVo 中新增理论厚度、排产厚度、理论长度、镀铬卷号、实测长度和实测宽度字段 - 在 WmsMaterialCoilExportVo 中新增实测长度和实测宽度字段 - 在控制器中为导出功能添加实测长度和实测宽度列配置 - 在数据库映射文件中添加 actual_length 和 actual_width 字段查询映射
This commit is contained in:
@@ -487,6 +487,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
mc.net_weight AS netWeight,
|
||||
-- 长度
|
||||
mc.length AS length,
|
||||
-- 实测长度
|
||||
mc.actual_length AS actualLength,
|
||||
-- 实测宽度
|
||||
mc.actual_width AS actualWidth,
|
||||
-- 实测厚度
|
||||
mc.actual_thickness AS actualThickness,
|
||||
-- 镀层种类
|
||||
|
||||
Reference in New Issue
Block a user