Fix bug#11661

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

@ -57,7 +57,7 @@ public class WmsMessageStyleModel implements Serializable {
} else if (actQty == transQty) {//处理完成
this.odStatus = WmsEnumUtil.MASTER_ORDER_STATUS.RECEIPT_FINISH.getValue();
} else if (transQty < actQty) {//处理中 处理数量可以大于需求数量
this.odStatus = WmsEnumUtil.MASTER_ORDER_STATUS.RECEIPT.getValue();
this.odStatus = WmsEnumUtil.MASTER_ORDER_STATUS.RECEIPT_FINISH.getValue();
}
}
}

Loading…
Cancel
Save