| | |
| | | try |
| | | { |
| | | dynamic resultInfos = new ExpandoObject(); |
| | | (List<LtsLlj> item, int TotalCount) valueTuple = new LljService().GetPage(queryObj); |
| | | var valueTuple = new LljService().GetPage(queryObj); |
| | | resultInfos.tbBillList = valueTuple.item; |
| | | return new ResponseResult |
| | | { |
| | |
| | | |
| | | |
| | | [HttpPost("SetQSItemDetail")] |
| | | public ResponseResult SetQSItemDetail([FromBody] MesQaItemsDetectDetail12 detail) |
| | | public ResponseResult SetQSItemDetail( |
| | | [FromBody] MesQaItemsDetectDetail12 detail) |
| | | { |
| | | try |
| | | { |
| | |
| | | } |
| | | |
| | | [HttpPost("UpdateQSItemDetail")] |
| | | public ResponseResult UpdateQSItemDetail([FromBody] MesQaItemsDetectDetail12 detail) |
| | | public ResponseResult UpdateQSItemDetail( |
| | | [FromBody] MesQaItemsDetectDetail12 detail) |
| | | { |
| | | try |
| | | { |
| | |
| | | return ResponseResult.ResponseError(ex); |
| | | } |
| | | } |
| | | |
| | | |
| | | [HttpPost("getSearchPage")] |
| | | public ResponseResult getSearchPage([FromBody] XJPageResult queryObj) |
| | | { |