天津麦格纳看板BUG修复

yun-zuoyi
puxiao.liao 5 years ago
parent 82dc8eafbb
commit 274191aee2

@ -491,7 +491,7 @@ public class WmsDocMovementDetails extends BaseBean {
} }
public WmsDocMovementDetails(String createDatetime, String srcZoneNo, String srcLocateNo, String destLocateNo, String createUser, Integer itemStatus, String orderNo, String planTime, Long itemCount) { public WmsDocMovementDetails(String createDatetime, String srcZoneNo, String srcLocateNo, String destLocateNo, String createUser, Integer itemStatus, String orderNo, String planDate, String planTime, Long itemCount) {
this.createDatetime = createDatetime; this.createDatetime = createDatetime;
this.srcZoneNo = srcZoneNo; this.srcZoneNo = srcZoneNo;
this.srcLocateNo = srcLocateNo; this.srcLocateNo = srcLocateNo;
@ -499,6 +499,7 @@ public class WmsDocMovementDetails extends BaseBean {
this.createUser = createUser; this.createUser = createUser;
this.itemStatus = itemStatus; this.itemStatus = itemStatus;
this.orderNo = orderNo; this.orderNo = orderNo;
this.planDate = planDate;
this.planTime = planTime; this.planTime = planTime;
this.itemCount = itemCount; this.itemCount = itemCount;
} }

Loading…
Cancel
Save