提交代码

This commit is contained in:
2024-12-24 19:25:18 +08:00
parent 189a020cc7
commit fabf86ce86
19 changed files with 70 additions and 28 deletions
@@ -99,6 +99,7 @@ namespace FineUIPro.Web.Transfer
listObj.Add(model.CableLaying);
listObj.Add(model.LoopTest);
model.FINAL_Status = "Not Start";
//全是NA或Completed 状态是Completed
if (listObj.Where(x => x == "NA" || x == "Completed").ToList().Count == 4)
{