Explorar o código

调整知会消息

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

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

@@ -231,7 +231,7 @@ namespace UAS_MES.Make
             for (int i = 0; i < emid.Length; i++)
             {
                 string em_name = dh.getFieldDataByCondition("employee", "em_name", "em_id='" + emid[i] + "'").ToString();
-                LogicHandler.SendMessage(emid[i], em_name, "钢网" + SU_DEVCODE1.Text + "已报废");
+                LogicHandler.SendMessage(emid[i], em_name, "钢网" + SU_DEVCODE1.Text + "已报废" + ",原因" + scrapreason + ",人员" + User.UserName);
             }
             form.Close();
             SU_DEVCODE1.Text = "";