@ -1167,7 +1167,8 @@ namespace XGLFinishPro.Views
if (row["status"].ToString() != "w2")
{
CustomMessageBox.Show("只有已经活动的工单才能开始批次!", CustomMessageBoxButton.OK, CustomMessageBoxIcon.Warning);
return;
//2026-01-24 移除return
//return;
}
//if (!isSuccess && !IsWrite)
//{