|
|
@ -375,6 +375,10 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
@ApiParam("完成时间")
|
|
|
|
@ApiParam("完成时间")
|
|
|
|
public String complateDatetime;
|
|
|
|
public String complateDatetime;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
|
|
|
@ApiParam("应拣数")
|
|
|
|
|
|
|
|
public Integer inQty;
|
|
|
|
|
|
|
|
|
|
|
|
public int getOrderStatusVal() {
|
|
|
|
public int getOrderStatusVal() {
|
|
|
|
return this.orderStatus == null ? 0 : this.orderStatus;
|
|
|
|
return this.orderStatus == null ? 0 : this.orderStatus;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -419,11 +423,10 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
this.custTel = custTel;
|
|
|
|
this.custTel = custTel;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public WmsDocMovementMaster(String orderNo,String createDatetime,Double qty,Double snp,Integer orderStatus,String organizeCode,String createUser,String planDate,String planTime) {
|
|
|
|
public WmsDocMovementMaster(String orderNo,String createDatetime,Integer inQty,Integer orderStatus,String organizeCode,String createUser,String planDate,String planTime) {
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
this.orderNo = orderNo;
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
this.createDatetime = createDatetime;
|
|
|
|
this.qty = qty;
|
|
|
|
this.inQty = inQty;
|
|
|
|
this.snp = snp;
|
|
|
|
|
|
|
|
this.orderStatus = orderStatus;
|
|
|
|
this.orderStatus = orderStatus;
|
|
|
|
this.organizeCode = organizeCode;
|
|
|
|
this.organizeCode = organizeCode;
|
|
|
|
this.createUser = createUser;
|
|
|
|
this.createUser = createUser;
|
|
|
|