| | |
| | | InoutConf conf = inoutCommonManager.getInoutConf(listInoutConf, sort, InoutConstant.CONF_TYPE_10, InoutConstant.PROGRESS_REGISTER, 1); |
| | | view.addObject("lprDto", conf); |
| | | |
| | | //初始化车牌识别 |
| | | inoutManager.initLpr(conf); |
| | | //登记初始化 |
| | | inoutManager.initInoutRegister(conf); |
| | | |
| | | view.setViewName("admin/inout/in-register"); |
| | | return view; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 扦样页面 |
| | | * |
| | |
| | | view.addObject("lprDto", conf); |
| | | |
| | | //初始化车牌识别 |
| | | inoutManager.initLpr(conf); |
| | | inoutManager.initInoutRegister(conf); |
| | | |
| | | view.setViewName("admin/inout/out-register"); |
| | | return view; |
| | |
| | | @RequestMapping("/submit-handle") |
| | | @Transactional |
| | | public PageResponse<InoutData> submitHandle(@RequestBody InoutData data) throws Exception { |
| | | |
| | | log.debug("-------------submitHandle------------------"); |
| | | |
| | | log.debug("-------------submitHandle------------------"); |
| | | return inoutManager.submitHandle(data); |
| | | } |
| | | |
| | |
| | | */ |
| | | @RequestMapping("/submit-check") |
| | | @Transactional |
| | | public PageResponse<InoutCheckData> submitCheck(@RequestBody InoutCheckData data)throws Exception { |
| | | public PageResponse<InoutCheckData> submitCheck(@RequestBody InoutCheckData data) throws Exception { |
| | | return inoutManager.submitCheck(data); |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 分页获取扦样数据 |
| | | * |
| | |
| | | public PageResponse<Page<InoutCheckData>> pageSampleData(@RequestBody InoutCheckParam param) { |
| | | return inoutManager.pageSampleData(param); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | public PageResponse<List<CheckItemData>> getCheckItem(@RequestBody InoutCheckParam param) { |
| | | return inoutManager.getCheckItemData(param); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |