退料判断物料种类
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Tnb.WarehouseMgr
|
||||
.InnerJoin<UserEntity>((a, b, c) => c.Id == a.create_id)
|
||||
.InnerJoin<BasWarehouse>((a, b, c, d) => d.id == a.warehouse_outstock)
|
||||
.InnerJoin<BasWarehouse>((a, b, c, d, e) => e.id == a.warehouse_instock)
|
||||
.InnerJoin<DictionaryDataEntity>((a, b, c, d, e, f) => a.type == f.EnCode)
|
||||
.LeftJoin<DictionaryDataEntity>((a, b, c, d, e, f) => a.type == f.EnCode)
|
||||
// 只显示未完成的单据
|
||||
.Where(a => a.status != "25065149810453")
|
||||
.WhereIF(queryJson != null, a => a.type == queryJson["type"].ToString())
|
||||
|
||||
Reference in New Issue
Block a user