Browse Source

添加送检进行提示

章政 8 years ago
parent
commit
7db4ff6d18
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS-MES/FunctionCode/Make/Make_TestCollection.cs

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

@@ -542,6 +542,7 @@ namespace UAS_MES.Make
             ob_nowcheckqty.Text = "";
             ob_batchqty.Text = "";
             SendCheck.Enabled = false;
+            OperateResult.AppendText(">>批次"+ob_checkno.Text+"送检成功\n", Color.Red);
             ms_sncode.Focus();
             LogicHandler.InsertMakeProcess(LastSncode, ma_code.Text, User.UserSourceCode, "手动送检", "手动送检成功", User.UserCode);
         }