| | |
| | | [DisallowConcurrentExecution] |
| | | public class AutoTaskJob : JobBase, IJob |
| | | { |
| | | LocationCreation Creation = new LocationCreation(); |
| | | /// <summary> |
| | | /// èªå¨ä»»å¡ |
| | | /// </summary> |
| | | Createplcinfodetail Creation = new Createplcinfodetail(); |
| | | public Task Execute(IJobExecutionContext context) |
| | | { |
| | | try |
| | |
| | | |
| | | private void DoAction(IJobExecutionContext context) |
| | | { |
| | | //throw new NotImplementedException(); |
| | | Creation.HCJCreation(); |
| | | EmptyTray.EmptyTrayIn();//空æå çå
¥åº |
| | | StationTask.CreateTask();//å
¥åº |
| | | OutboundTask.CreateOutboundTask();//åºåº |
| | | ReplaceTray.ReplaceTrayTask();//æ´æ¢æç |
| | | RestockHCJ.HCJGetBarcode();//æ´æ°éå |
| | | EmptyTrayTask.CreateEmptyTrayTask();//å建补空æ |
| | | AutoUpdateWork.FinishMesWork();//å¤çå·¥å |
| | | } |
| | | } |
| | | } |