|
@@ -3367,6 +3367,7 @@ FROM
|
|
.Where((x, y) => x.IsDel == 0 && x.GoodsId == 0 )
|
|
.Where((x, y) => x.IsDel == 0 && x.GoodsId == 0 )
|
|
.WhereIF(!string.IsNullOrEmpty(goodsName), (x,y) => x.GoodsName.Contains(goodsName))
|
|
.WhereIF(!string.IsNullOrEmpty(goodsName), (x,y) => x.GoodsName.Contains(goodsName))
|
|
.WhereIF(!isShowAllPeople,(x,y) => x.CreateUserId == currUserId)
|
|
.WhereIF(!isShowAllPeople,(x,y) => x.CreateUserId == currUserId)
|
|
|
|
+ .OrderByDescending((x, y) => x.CreateTime)
|
|
.Select((x,y) => new GoodsReceiveBatchListView() {
|
|
.Select((x,y) => new GoodsReceiveBatchListView() {
|
|
Id = x.Id,
|
|
Id = x.Id,
|
|
GoodsName = x.GoodsName,
|
|
GoodsName = x.GoodsName,
|