Selaa lähdekoodia

钢网状态限制

callm 6 vuotta sitten
vanhempi
commit
6f9e7df9b6
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      UAS-MES/FunctionCode/Make/Make_SMTStockStencil.cs

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

@@ -138,6 +138,7 @@ namespace UAS_MES.Make
                     else
                     {
                         MessageBox.Show("钢网编号" + SU_DEVCODE1.Text + "不存在或者未审核");
+                        return;
                     }
                     string St_USECOUNT = dt.Rows[0]["St_USECOUNT"].ToString();
                     sql.Clear();