Fix bug#11661

移库单界面增加来源存储区和目标库位的检索条件
yun-zuoyi
puxiao.liao 5 years ago
parent 5033c8dde0
commit 79baaa4546

@ -338,6 +338,14 @@ public class WmsDocMovementMaster extends BaseBean {
@ApiParam(value = "过滤业务类型")
private String filterBusiType;
@Transient
@ApiParam("源存储区代码")
public String srcZoneNo;
@Transient
@ApiParam("目标库位代码")
public String destLocateNo;
public int getOrderStatusVal() {
return this.orderStatus == null ? 0 : this.orderStatus;
}

Loading…
Cancel
Save