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