| | |
| | | { |
| | | IRepository<Dt_Task> Repository { get; } |
| | | |
| | | |
| | | |
| | | //ä»»å¡åé¦ |
| | | WebResponseContent TaskCompleted(WCSTaskDTO wCSTask); |
| | | |
| | | //WCSå
¥åºè·å |
| | | WebResponseContent PalletInboundTask(WCSTaskDTO wCSTask); |
| | | |
| | | #region WCS任塿¨¡å |
| | | |
| | | //ä¸åWCSè¾éçº¿ä»»å¡ |
| | | WCSginseng PLC_IssueTasks(int TaskId, int AreaNo, string ContainerNo, int ContainerType, string FromPoint, string ToPoint); |
| | | //ä¸åWCSå åæºä»»å¡ |
| | | WCSginseng SC_IssueTasks(int TaskId, int AreaNo, string ContainerNo, int ContainerType, string FromPoint, string ToPoint); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region MES任塿¨¡å |
| | |
| | | |
| | | //ä»»å¡åæ¶æ¥å£ |
| | | ApiResponse CancelTask([FromBody] MES_InTask mES_In); |
| | | |
| | | |
| | | |
| | | //å
¥åºä»»å¡å馿¥å£ |
| | | MES_parameter InStoreDocCallback(string TransNo, string Result, string ResultMsg, string ContainerNo, string LocationCode); |
| | | //åºåºä»»å¡å馿¥å£ |
| | | MES_parameter OutStoreDocCallback(string TransNo, string Result, string ResultMsg, string ContainerNo, string LocationCode); |
| | | |
| | | //å¨ä½å¼å¨ç³è¯· |
| | | MES_parameter ApplicationChangeStorageLocation(string ContainerNo, string OriginalLocationCode, string NewLocationCode); |
| | | //å¨ä½å¼å¨ |
| | | MES_parameter AbnormalStorageLocation(string ContainerNo, string OriginalLocationCode, string NewLocationCode); |
| | | /// ä»»å¡å¼å¸¸ |
| | | MES_parameter ToMES_TaskException(string TransNo, string EquipmentType, string EquipmentNumber, string ErrorInfo); |
| | | #endregion |
| | | } |
| | | } |