This commit is contained in:
2023-11-27 11:59:27 +08:00
parent 14138b2ad9
commit fe0ba1a46a
2 changed files with 7 additions and 2 deletions

View File

@@ -99,9 +99,10 @@ namespace Tnb.ProductionMgr
.Where(x=>x.mo_task_id==a.id).ToList((x,y,z)=>new PrdInstockRecordUpListChildOutPut()
{
id = x.id,
bill_code = x.code,
code = x.code,
bill_type = z.FullName,
carry_code = x.carry_code,
location_code = x.location_code,
create_id = y.RealName,
bill_date = x.bill_date==null ? "" : x.bill_date.ToString(DbTimeFormat.SS),