songyang 1 год назад
Родитель
Сommit
dde9a0e54f

+ 2 - 0
src/main/java/com/dk/mdm/mapper/sale/OrderItemMapper.xml

@@ -328,6 +328,8 @@
                t.non_std_code,
                t.remarks,
                t.wh_id,
+               t.unit_id,
+               t.sub_unit_id,
                tmw.wh_name,
                tpi.inv_id                                 as "invId",
                tpi.inv_qty                                as "invQty",

+ 7 - 0
src/main/java/com/dk/mdm/model/response/ivt/OutboundItemResponse.java

@@ -234,6 +234,13 @@ public class OutboundItemResponse {
     @ApiModelProperty(value = "包装")
     private Integer packBox;
 
+    @Excel(name = "出库中箱数")
+    @ApiModelProperty(value = "出库中箱数")
+    private String outingBoxPiece;
+
+    @Excel(name = "已出库箱数")
+    @ApiModelProperty(value = "已出库箱数")
+    private String outBoxPiece;
 
     /**
      * 企业ID