Commit da349f1dff8b09116c6d61ab7a7994e472f64a50

Authored by liufu
1 parent 922806c2

完善输送线控制

HHWCSHost/View/Frm_Main.xaml.cs
... ... @@ -879,11 +879,11 @@ namespace HHWCSHost.View
879 879 if (result.Success)
880 880 {
881 881 flag = 2;
882   - AddLogToUI("站台" + station + ",更新任务状态" + taskEntity.Id.ToString() + "成功", 1);
  882 + AddLogToUI("站台" + station + ",更新任务" + taskEntity.Id.ToString() + "状态30成功", 1);
883 883 }
884 884 else
885 885 {
886   - AddLogToUI("站台" + station + ",更新任务状态" + taskEntity.Id.ToString() + "失败:" + result.Msg, 2);
  886 + AddLogToUI("站台" + station + ",更新任务" + taskEntity.Id.ToString() + "状态30失败:" + result.Msg, 2);
887 887 continue;
888 888 }
889 889 }
... ... @@ -1012,11 +1012,11 @@ namespace HHWCSHost.View
1012 1012 {
1013 1013 //这里将任务状态更新为30,表示达到了站台,即入库进行整个流程的后一半
1014 1014 Bll.SetTaskStatus(taskEntity.Id, 30);
1015   - AddLogToUI("写入" + stockerStationIn + "WCS区地址成功", 1);
  1015 + AddLogToUI("写入" + stationIn + "WCS区地址成功", 1);
1016 1016 }
1017 1017 else
1018 1018 {
1019   - AddLogToUI("写入" + stockerStationIn + "WCS区地址失败:" + result.Msg, 2);
  1019 + AddLogToUI("写入" + stationIn + "WCS区地址失败:" + result.Msg, 2);
1020 1020 }
1021 1021 }
1022 1022  
... ...