调整注塑满箱到位后入库申请接口 领料记录工位刷选

This commit is contained in:
2023-11-07 17:28:01 +08:00
parent e33d369c0d
commit f16f89e86a
4 changed files with 19 additions and 1 deletions

View File

@@ -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,