提交代码
This commit is contained in:
@@ -105,6 +105,7 @@ namespace FineUIPro.Web.Transfer
|
||||
listObj.Add(model.Looptest);
|
||||
//listObj.Add(model.Calibration);
|
||||
|
||||
model.FINAL_Status = "Not Start";
|
||||
//全是NA或Completed 状态是Completed
|
||||
if (listObj.Where(x => x == "NA" || x == "Completed").ToList().Count == 3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user