|
|
|
@ -478,6 +478,8 @@ public class WmsDocMovementDetails extends BaseBean {
|
|
|
|
|
String prodCfgTypeName;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails (String custNo,String planDate,String planTime,String orderNo,String projectNo,String partNo,Integer itemStatus) {
|
|
|
|
|
this.custNo = custNo;
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
@ -719,6 +721,19 @@ public WmsDocMovementDetails (String partNo,String orderNo) {
|
|
|
|
|
this.custNo = custNo;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails(String orderNo,String custPartNo,String srcZoneNo, String destZoneNo,String destLocateNo,Double qty,Double pickQty, String createDatetime,Integer orderStatus,String createUser) {
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.custPartNo = custPartNo;
|
|
|
|
|
this.srcZoneNo = srcZoneNo;
|
|
|
|
|
this.destZoneNo = destZoneNo;
|
|
|
|
|
this.destLocateNo = destLocateNo;
|
|
|
|
|
this.qty = qty;
|
|
|
|
|
this.pickQty = pickQty;
|
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
|
this.orderStatus = orderStatus;
|
|
|
|
|
this.createUser = createUser;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
public WmsDocMovementDetails(String orderNo, String srcZoneNo, String destZoneNo, String destLocateNo, String locateName) {
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.srcZoneNo = srcZoneNo;
|
|
|
|
|