admin
105 分钟以前 0d753084de2b9c50955fc387b1776a0d37a914c5
jcdm-main/src/main/java/com/jcdm/main/om/productionOrde/controller/OmProductionOrdeInfoController.java
@@ -78,6 +78,17 @@
        return getDataTable(list);
    }
    /**
     * 查询生产工单列表
     */
    @GetMapping("/listLoopLine")
    public TableDataInfo listLoopLine(OmProductionOrdeInfo omProductionOrdeInfo)
    {
        startPage();
        List<OmProductionOrdeInfo> list = omProductionOrdeInfoService.listLoopLine(omProductionOrdeInfo);
        return getDataTable(list);
    }
    @GetMapping("/checkCarCode")
    public AjaxResult checkCarCode(OmProductionOrdeInfo omProductionOrdeInfo)
    {
@@ -212,6 +223,13 @@
        return success(omProductionOrdeInfoService.selectOmProductionOrdeInfoById(id));
    }
    @PostMapping("/supplementaryReportingWork")
    public AjaxResult supplementaryReportingWork(@RequestBody OmProductionOrdeInfo omProductionOrdeInfo)
    {
        String workReportResultFeedback = RestfulService.getWorkReportResultFeedback(omProductionOrdeInfo.getProductNum(), omProductionOrdeInfo.getStationCode(), omProductionOrdeInfo.getConfirmTime());
        return AjaxResult.success(workReportResultFeedback);
    }
    /**
     * 新增生产工单
     */