| | |
| | | { |
| | | private readonly MesOqcItemsDetect02Manager m = new(); |
| | | |
| | | [HttpPost("SetQSItemDetail")] |
| | | public ResponseResult SetQSItemDetail( |
| | | [FromBody] MesOqcItemsDetectDetail12 detail) |
| | | { |
| | | try |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | var detail021 = m.SetQSItemDetail(detail); |
| | | resultInfos.tbBillList = detail021; |
| | | return new ResponseResult |
| | | { |
| | | status = 0, |
| | | message = "OK", |
| | | data = resultInfos |
| | | }; |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | |
| | | //saveRemarksGid 主表添加不合格描述 |
| | | [HttpPost("saveRemarksGid")] |
| | | public ResponseResult saveRemarksGid([FromBody] LLJDto rkjDto) |
| | |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | |
| | | //IqcQaSubmit |
| | | [HttpPost("IqcQaSubmit")] |
| | | public ResponseResult IqcQaSubmit(LLJDto rkjDto) |