| | |
| | | |
| | | /// <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>() |
| | | //{ |