change-5F成品出库创建任务找申请单添加operation

master
liuwf 1 year ago
parent 402ea390ab
commit 515e8e9f3c

@ -1745,6 +1745,7 @@ namespace Khd.Core.Wcs.Wcs
.Where(t => t.outstockQty < t.applyQty)
.Where(t => t.auditStatus == "1")
.Where(t => t.warehouseId == 531)
.Where(t => t.operationType == "0")
.Where(t => t.productType == "3")
.Where(t => t.executeStatus == "0" || t.executeStatus == "1").ToList();
//获取最早入库时间

Loading…
Cancel
Save