|
|
|
@ -397,6 +397,10 @@ public class WmsDocMovementMaster extends BaseBean {
|
|
|
|
|
@ApiParam("应拣数")
|
|
|
|
|
public Integer inQty;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("供应商名称")
|
|
|
|
|
public String vendorName;
|
|
|
|
|
|
|
|
|
|
public int getOrderStatusVal() {
|
|
|
|
|
return this.orderStatus == null ? 0 : this.orderStatus;
|
|
|
|
|
}
|
|
|
|
|