| | |
| | | |
| | | public partial class Dt_TaskService : ServiceBase<Dt_Task, IDt_TaskRepository>, IDt_TaskService |
| | | { |
| | | /// <summary> |
| | | /// 根据当前工序判断下一工序,送至对应工序 |
| | | /// </summary> |
| | | /// <param name="boxing">组盘</param> |
| | | /// <param name="area">区域</param> |
| | | /// <param name="input">请求参数</param> |
| | | /// <param name="resultTray">托盘电芯</param> |
| | | /// <returns></returns> |
| | | private async Task<WebResponseContent> ProcessBasedOnProcessCode(DtBoxingInfo boxing, Dt_AreaInfo area, RequestTaskDto input, ResultTrayCellsStatus resultTray) |
| | | { |
| | | if (boxing.ProcessCode == "OCVB") |
| | |
| | | return wcsBasez + address; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 电芯NG送至NG口 |
| | | /// </summary> |
| | | private async Task<WebResponseContent> HandleErrorCells(RequestTaskDto input, Dt_AreaInfo area, List<SerialNoDto> serialNosError) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |