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