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