wxw
2025-04-29 62f6435ffed439deb76093ec0aceac7f3bbd6549
Wms/Wms/Controllers/SysController.cs
@@ -1701,16 +1701,14 @@
        /// <summary>
        /// 根据仓库 排
        /// </summary>
        /// <param name="wareHouseNo">仓库</param>
        /// <param name="row">排</param>
        /// <param name="depth">深度</param>
        /// </summary>
        /// <param name="row">排</param>
        /// <returns></returns>
        [HttpGet]
        public IActionResult GetFlatLibraryLegend(string wareHouseNo, string row)
        public IActionResult GetFlatLibraryLegend(string row)
        {
            //获取储位信息
            List<SysStorageLocat> storagelist = _locatSvc.GetFlatLibraryLegend(wareHouseNo, row);
            List<LocatDto> storagelist = _locatSvc.GetFlatLibraryLegend(row);
            //Dictionary<string, int> dic = new Dictionary<string, int>()
            //{