| | |
| | | |
| | | #region 储位图例 |
| | | |
| | | #region 立库 |
| | | /// <summary> |
| | | /// 根据仓库 排 |
| | | /// </summary> |
| | |
| | | }); |
| | | } |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 平库 |
| | | |
| | | /// <summary> |
| | | /// 根据仓库 排 |
| | | /// </summary> |
| | | /// <param name="wareHouseNo">仓库</param> |
| | | /// <param name="row">排</param> |
| | | /// <param name="depth">深度</param> |
| | | /// <returns></returns> |
| | | [HttpGet] |
| | | public IActionResult GetFlatLibraryLegend(string wareHouseNo, string row) |
| | | { |
| | | //获取储位信息 |
| | | List<SysStorageLocat> storagelist = _locatSvc.GetFlatLibraryLegend(wareHouseNo, row); |
| | | |
| | | //Dictionary<string, int> dic = new Dictionary<string, int>() |
| | | //{ |
| | | // "B01" |
| | | //}; |
| | | |
| | | return Ok(new |
| | | { |
| | | data = storagelist, |
| | | //dic, |
| | | code = 0, |
| | | msg = "" |
| | | }); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | /// <summary> |
| | | /// 根据储位地址获取储位上的托盘和物品信息 |
| | | /// </summary> |