Browse Source

修改提示词

章政 8 năm trước cách đây
mục cha
commit
f22a65148f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");