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