调整注塑满箱到位后入库申请接口 领料记录工位刷选
This commit is contained in:
@@ -530,6 +530,7 @@ namespace Tnb.ProductionMgr
|
||||
|
||||
var queryable1 = db.Queryable<PrdKittingOutH>()
|
||||
.LeftJoin<UserEntity>((a, b) => a.create_id == b.Id)
|
||||
.Where((a,b)=>a.workstation_id==input.stationId)
|
||||
.Select((a, b) => new FeedingRecordListOutput()
|
||||
{
|
||||
id = a.id,
|
||||
@@ -543,6 +544,7 @@ namespace Tnb.ProductionMgr
|
||||
|
||||
var queryable2 = db.Queryable<PrdOutstockH>()
|
||||
.LeftJoin<UserEntity>((a, b) => a.create_id == b.Id)
|
||||
.Where((a,b)=>a.workstation==input.stationId)
|
||||
.Select((a, b) => new FeedingRecordListOutput()
|
||||
{
|
||||
id = a.id,
|
||||
|
||||
Reference in New Issue
Block a user