浏览代码

修改提示词

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