章政 8 лет назад
Родитель
Сommit
afef1449a7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      UAS-MES/FunctionCode/Make/Make_GetReMakeSN.cs

+ 1 - 0
UAS-MES/FunctionCode/Make/Make_GetReMakeSN.cs

@@ -239,6 +239,7 @@ namespace UAS_MES.Make
                                     dh.ExecuteSql("update makeserial set ms_nextmacode='" + ma_code.Text + "' where ms_sncode='" + ms_beforesn + "' and ms_nextmacode='" + ms_makecode + "'", "update");
                                 }
                                 OperateResult.AppendText(">>序列号" + sn_code.Text + "归属工单" + ma_code.Text + "成功。\n", Color.Green);
+                                LogicHandler.DoCommandLog(Tag.ToString(), User.UserCode, ma_code.Text, User.UserLineCode, User.UserSourceCode, "返工信息采集", "序列号归属成功", sn_code.Text, "");
                                 getsnqty.Text = dh.getFieldDataByCondition("makeserial ", "count(1)", "ms_makecode='" + ma_code.Text + "'").ToString();
                                 if (AutoPrint.Checked)
                                 {