|
@@ -402,7 +402,7 @@ public class SyShippingDetailsItem {
|
|
|
this.packId = orderDataVo.getPackId();
|
|
|
this.orderQuantity = orderDataVo.getQuantity();
|
|
|
this.orderRemainingQuantity = orderDataVo.getQuantity();
|
|
|
- this.packSurplus = orderDataVo.getQuantity();
|
|
|
+ this.packSurplus = orderDataVo.getQuantity().toString();
|
|
|
this.shipmentQuantity = orderDataVo.getQuantity();
|
|
|
this.salesTypeText = orderDataVo.getSalesTypeText();
|
|
|
|