|
|
|
@ -131,8 +131,8 @@ public class WmsRawOrderInController extends BaseController {
|
|
|
|
|
* 报检报表
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@PostMapping("/listZJ")
|
|
|
|
|
public TableDataInfo listInspectionReport(@RequestBody WmsRawOrderIn wmsRawOrderIn) {
|
|
|
|
|
@GetMapping("/listZJ")
|
|
|
|
|
public TableDataInfo listInspectionReport(WmsRawOrderIn wmsRawOrderIn) {
|
|
|
|
|
startPage();
|
|
|
|
|
List<WmsRawOrderIn> list = wmsRawOrderInService.listInspectionReport(wmsRawOrderIn);
|
|
|
|
|
return getDataTable(list);
|
|
|
|
|