Explorar o código

修改提示字体颜色

章政 %!s(int64=8) %!d(string=hai) anos
pai
achega
7fc9be9ffa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UAS-MES/FunctionCode/Make/Make_TestCollection.cs

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

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