| | |
| | | { |
| | | return Service.CancelTask(mES_In); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | //鍏ュ簱浠诲姟涓婃姤鎺ュ彛 |
| | | [HttpGet, Route("CancelTask"), AllowAnonymous] |
| | | public MES_parameter InStoreDocCallback(string TransNo, string Result, string ResultMsg, string ContainerNo, string LocationCode) |
| | | { |
| | | return Service.InStoreDocCallback(TransNo, Result, ResultMsg, ContainerNo, LocationCode); |
| | | } |
| | | |
| | | //鍑哄簱浠诲姟涓婃姤鎺ュ彛 |
| | | [HttpGet, Route("OutStoreDocCallback"), AllowAnonymous] |
| | | public MES_parameter OutStoreDocCallback(string TransNo, string Result, string ResultMsg, string ContainerNo, string LocationCode) |
| | | { |
| | | return Service.OutStoreDocCallback(TransNo, Result, ResultMsg, ContainerNo, LocationCode); |
| | | } |
| | | |
| | | //鍌ㄤ綅寮傚姩鐢宠 |
| | | [HttpGet, Route("ApplicationChangeStorageLocation"), AllowAnonymous] |
| | | public MES_parameter ApplicationChangeStorageLocation(string ContainerNo, string OriginalLocationCode, string NewLocationCode) |
| | | { |
| | | return Service.ApplicationChangeStorageLocation(ContainerNo, OriginalLocationCode, NewLocationCode); |
| | | } |
| | | |
| | | //鍌ㄤ綅寮傚姩 |
| | | [HttpGet, Route("AbnormalStorageLocation"), AllowAnonymous] |
| | | public MES_parameter AbnormalStorageLocation(string ContainerNo, string OriginalLocationCode, string NewLocationCode) |
| | | { |
| | | return Service.AbnormalStorageLocation(ContainerNo, OriginalLocationCode, NewLocationCode); |
| | | } |
| | | |
| | | //浠诲姟寮傚父 |
| | | [HttpGet, Route("ToMES_TaskException"), AllowAnonymous] |
| | | public MES_parameter ToMES_TaskException(string TransNo, string EquipmentType, string EquipmentNumber, string ErrorInfo) |
| | | { |
| | | return Service.ToMES_TaskException(TransNo, EquipmentType, EquipmentNumber, ErrorInfo); |
| | | } |
| | | } |
| | | } |