| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 生产领料点击物料明细获取相关条码信息 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost("GetBarKwByItemCK")] |
| | | public ResponseResult GetBarKwByItemCK(dynamic unity) |
| | | { |
| | | try |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | resultInfos.tbBillList = m.GetBarKwByItemCK(unity); |
| | | return new ResponseResult |
| | | { |
| | | status = 0, |
| | | message = "OK", |
| | | data = resultInfos |
| | | }; |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 获取所有 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | |
| | | try |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | resultInfos.tbBillList = m.GetXcslDaa(query); |
| | | resultInfos.tbBillList = m.GetXcslDaa(query, RequestInfo); |
| | | return new ResponseResult |
| | | { |
| | | status = 0, |