| | |
| | | using WIDESEA_Common; |
| | | using WIDESEA_Core.EFDbContext; |
| | | using WIDESEA_Entity.ToAGV; |
| | | using WIDESEA_WCS.JobsPart.Common; |
| | | using WIDESEA_WMS.IRepositories; |
| | | using WIDESEA_WMS.Repositories; |
| | | using OfficeOpenXml.FormulaParsing.Excel.Functions.Text; |
| | |
| | | agv_task.agv_toaddress = EmptyStation.stationCode; |
| | | agvtaskRepository.Update(agv_task, true); |
| | | EmptyStation.location_state = LocationStateEnum.Busy.ToString(); |
| | | EmptyStation.tray_status = TrayStateEnum.EmptyTray.ToString(); |
| | | stationinfoRepository.Update(EmptyStation, true); |
| | | } |
| | | else |