| | |
| | | return _taskService.BoxStockin(model.Content); |
| | | } |
| | | /// <summary> |
| | | /// MES鎴愬搧鍑哄簱鎺ュ彛璋冪敤 |
| | | /// MWMS鍚屾鎴愬搧鍑哄簱淇℃伅鑷矼ES |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("ShipmentOrderSync"), AllowAnonymous] |
| | |
| | | return _taskService.ShipmentOrderSync(model); |
| | | } |
| | | /// <summary> |
| | | /// MES鎴愬搧鍑哄簱鎺ュ彛璋冪敤 |
| | | /// WMS鍚屾鎴愬搧鍑哄簱淇℃伅鑷矼ES澶栧寘瑁呮満 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("ShipmentOrderMESSync"), AllowAnonymous] |
| | |
| | | { |
| | | return MesResponseContent.Instance.Error(responseContent.Message); |
| | | } |
| | | model.Content.CreatorCode = "QMS"; |
| | | string content = _invokeERPService.InvokeCheckOrderApi(model.Content); |
| | | ErpRequestContent requestContent = content.DeserializeObject<ErpRequestContent>(); |
| | | if (requestContent.res != 1) |