移交管理
This commit is contained in:
@@ -93,14 +93,14 @@ namespace FineUIPro.Web.Transfer
|
||||
listObj.Add(model.PipingLeak);
|
||||
listObj.Add(model.PipingBlowing);
|
||||
listObj.Add(model.Looptest);
|
||||
listObj.Add(model.Calibration);
|
||||
//listObj.Add(model.Calibration);
|
||||
|
||||
//全是NA或Completed 状态是Completed
|
||||
if (listObj.Where(x => x == "NA" || x == "Completed").ToList().Count == 6)
|
||||
if (listObj.Where(x => x == "NA" || x == "Completed").ToList().Count == 5)
|
||||
{
|
||||
model.FINAL_Status = "Completed";
|
||||
} //如果全是Not Start 就是 Not Start
|
||||
else if (listObj.Where(x => x == "Not Start").ToList().Count == 6)
|
||||
else if (listObj.Where(x => x == "Not Start").ToList().Count == 5)
|
||||
{
|
||||
model.FINAL_Status = "Not Start";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user