喜德BUG:单据展开查询没有返回seqNo导致不能生成条码

yun-zuoyi
许心洁 4 years ago
parent 7333a8f762
commit c45cd70ea9

@ -768,6 +768,7 @@ public WmsDocMovementDetails (String partNo,String orderNo) {
this.orderMasterStatus = orderMasterStatus;
this.createUser = createUser;
this.createDatetime = createDatetime;
this.seqNo = seqNo;
}
public WmsDocMovementDetails(String orderNo, String partNo, String custPartNo, String srcZoneNo, String destZoneNo, String destLocateNo, Double qty, Double pickQty, String createDatetime, Integer orderStatus, String createUser) {

Loading…
Cancel
Save