1
huangxiaoqiang
2025-05-10 163223131e6c7f372588d48f3b18c94f15901b96
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()