Selaa lähdekoodia

修改提示词

章政 8 vuotta sitten
vanhempi
commit
f22a65148f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      UAS-MES/FunctionCode/Make/Make_BigBoxCollection.cs

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

@@ -244,7 +244,7 @@ namespace UAS_MES.Make
         {
             if (pa_prodcode.Text != "" && bigoutboxcode.Text != "")
             {
-                OperateResult.AppendText(">>" + bigoutboxcode.Text + "装箱成功\n", Color.Red);
+                OperateResult.AppendText(">>" + bigoutboxcode.Text + "装箱成功\n", Color.Green);
                 bigoutboxcode.Text = LogicHandler.GetOutBoxCode("PACKAGE", "", pa_prodcode.Text, User.UserCode);
                 sql.Clear();
                 sql.Append("insert into package (pa_id,pa_outboxcode,pa_makecode,pa_indate,pa_packageqty,pa_type,pa_prodcode,pa_level,PA_STATUS,pa_standardqty)values");