Wms/Wms/Controllers/PdaAsnController.cs
@@ -24,6 +24,30 @@ } #endregion #region MyRegion /// <summary> /// 获取单据明细显示的物料 /// </summary> /// <param name="model">Type:单据类型</param> /// <returns></returns> [HttpPost] public IActionResult GetArrivalNoticesInfo(ArrivalNoticeVm model) { try { var models = _PdaAsnSvc.GetArrivalNoticesInfo(model); return Ok(new { code = 0, msg = "入库单信息", data = models }); } catch (Exception e) { return Ok(new { code = 1, msg = e.Message }); } } #endregion #region 公用方法 /// <summary> /// 获取单据列表