|
|
@ -171,8 +171,8 @@ public class WmsMoveDetails extends BaseBean {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public WmsMoveDetails(String organizeCode,String orderNo,Integer item,String partNo,String partNameRdd,String transTypeCode
|
|
|
|
public WmsMoveDetails(String organizeCode,String orderNo,Integer item,String partNo,String partNameRdd,String transTypeCode
|
|
|
|
,String transTypeName,Integer itemStatus,String unit,String srcWhNo,
|
|
|
|
,String transTypeName,Integer itemStatus,String unit,String srcWhNo,String destWhNo,
|
|
|
|
String srcZoneNo,String srcLocateNo,String destWhNo, String destZoneNo, String destLocateNo,
|
|
|
|
String srcZoneNo,String destZoneNo,String srcLocateNo, String destLocateNo,
|
|
|
|
Double transQty,Double rejectQty,String refSrc,String vendorNo, String custNo){
|
|
|
|
Double transQty,Double rejectQty,String refSrc,String vendorNo, String custNo){
|
|
|
|
this.organizeCode = organizeCode;
|
|
|
|
this.organizeCode = organizeCode;
|
|
|
|
this.partNo = partNo;
|
|
|
|
this.partNo = partNo;
|
|
|
@ -184,10 +184,10 @@ public class WmsMoveDetails extends BaseBean {
|
|
|
|
this.itemStatus = itemStatus;
|
|
|
|
this.itemStatus = itemStatus;
|
|
|
|
this.unit = unit;
|
|
|
|
this.unit = unit;
|
|
|
|
this.srcWhNo = srcWhNo;
|
|
|
|
this.srcWhNo = srcWhNo;
|
|
|
|
this.srcZoneNo = srcZoneNo;
|
|
|
|
|
|
|
|
this.srcLocateNo = srcLocateNo;
|
|
|
|
|
|
|
|
this.destWhNo = destWhNo;
|
|
|
|
this.destWhNo = destWhNo;
|
|
|
|
|
|
|
|
this.srcZoneNo = srcZoneNo;
|
|
|
|
this.destZoneNo = destZoneNo;
|
|
|
|
this.destZoneNo = destZoneNo;
|
|
|
|
|
|
|
|
this.srcLocateNo = srcLocateNo;
|
|
|
|
this.destLocateNo = destLocateNo;
|
|
|
|
this.destLocateNo = destLocateNo;
|
|
|
|
this.transQty = transQty;
|
|
|
|
this.transQty = transQty;
|
|
|
|
this.rejectQty = rejectQty;
|
|
|
|
this.rejectQty = rejectQty;
|
|
|
|