RDS also needs to be set from last

This commit is contained in:
2023-05-25 19:19:10 -06:00
parent add4414b89
commit 9211d6bf34
15 changed files with 594 additions and 60 deletions

View File

@ -326,8 +326,11 @@ public partial class ProcessData : IProcessData
}
lastProcessData.Wafer = waferFixed.ToString();
lastProcessData.Reactor = reactor;
lastProcessData.RDS = rds;
string check = "--------";
if (string.IsNullOrEmpty(rds) || rds.Contains(check))
rds = lastProcessData.RDS;
else
lastProcessData.RDS = rds;
if (string.IsNullOrEmpty(batch) || batch.Contains(check))
batch = lastProcessData.Batch;
else