浏览代码

添加送检进行提示

章政 8 年之前
父节点
当前提交
7db4ff6d18
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);
         }