CodeManagement/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/TaskController.cs
@@ -227,6 +227,15 @@ return await Service.QueryStockInfoForRealTrayJZAsync(ProductLine,PalletCode); } /// <summary> /// 静置查询空闲库位 /// </summary> /// <returns></returns> [HttpPost, AllowAnonymous, Route("QueryLocationFreeJZ")] public WebResponseContent QueryLocationFreeJZ(string RoadwayNo) { return Service.QueryLocationFreeJZ(RoadwayNo); } [HttpPost, AllowAnonymous, Route("GetTaskInfo")] public WebResponseContent GetTaskInfo()