Hcsy 8 жил өмнө
parent
commit
b2a51ec76f

+ 0 - 1
UAS-MES/FunctionCode/Make/Make_Repair.cs

@@ -415,7 +415,6 @@ namespace UAS_MES.Make
                     return;
                 }
             }
-            return;
             dt = (DataTable)dh.ExecuteSql("select cr_id from craft where cr_statuscode='AUDITED' and cr_code='" + cr_code.Text + "'", "select");
             if (dt.Rows.Count == 0)
                 OperatResult.AppendText(">>回流工序不存在\n", Color.Red);