|
|
|
@ -641,4 +641,33 @@ public WmsDocMovementDetails (String partNo,String orderNo) {
|
|
|
|
|
this.planTime = planTime;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails (String erpSrcNo,String orderNo,String projectNo,Double qty,Double pickQty,
|
|
|
|
|
String planDate,String planTime,String custNo,String partNo,Integer itemStatus ) {
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.qty = qty;
|
|
|
|
|
this.pickQty = pickQty;
|
|
|
|
|
this.projectNo = projectNo;
|
|
|
|
|
this.erpSrcNo = erpSrcNo;
|
|
|
|
|
this.planDate = planDate;
|
|
|
|
|
this.planTime = planTime;
|
|
|
|
|
this.custNo = custNo;
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
this.itemStatus = itemStatus;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementDetails (String orderNo,String projectNo,Double qty,Double pickQty,
|
|
|
|
|
String planDate,String planTime,String custNo,String partNo,Integer itemStatus ) {
|
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
|
this.qty = qty;
|
|
|
|
|
this.pickQty = pickQty;
|
|
|
|
|
this.projectNo = projectNo;
|
|
|
|
|
this.planDate = planDate;
|
|
|
|
|
this.planTime = planTime;
|
|
|
|
|
this.custNo = custNo;
|
|
|
|
|
this.partNo = partNo;
|
|
|
|
|
this.itemStatus = itemStatus;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|