2026-01-24 功能活动工单批次校验 移除return

20260122
019188 1 week ago
parent 47aa92a358
commit 3e6f0590da

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

Loading…
Cancel
Save