| | |
| | | |
| | | //更新检验项目认证信息 |
| | | [HttpPost("updateIpqcRzxx")] |
| | | public ResponseResult updateIpqcRzxx(LLJDto ipqcDto) |
| | | public ResponseResult updateIpqcRzxx(dynamic ipqcDto) |
| | | { |
| | | try |
| | | { |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 现场收料获取可选工单信息 |
| | | /// </summary> |
| | | /// <param name="query"></param> |
| | | /// <returns></returns> |
| | | [HttpPost("GetIpqcXjDaa")] |
| | | public ResponseResult GetIpqcXjDaa([FromBody] dynamic query) |
| | | { |
| | | try |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | resultInfos.tbBillList = m.GetIpqcXjDaa(query); |
| | | return new ResponseResult |
| | | { |
| | | status = 0, |
| | | message = "OK", |
| | | data = resultInfos |
| | | }; |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | |
| | | } |