master
liuwf 1 year ago
parent a79ceaab23
commit 9fa863273b

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

Loading…
Cancel
Save