| | |
| | | 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; |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 分页获取扦样数据 |
| | | * |
| | |
| | | public PageResponse<Page<InoutCheckData>> pageSampleData(@RequestBody InoutCheckParam param) { |
| | | return inoutManager.pageSampleData(param); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | public PageResponse<List<CheckItemData>> getCheckItem(@RequestBody InoutCheckParam param) { |
| | | return inoutManager.getCheckItemData(param); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |