| | |
| | | |
| | | ApiInoutService inoutApiService = apiInoutManager.getApiService(conf.getProtocol()); |
| | | |
| | | // return inoutApiService.noticeWeightDone(apiData); TODO |
| | | // return inoutApiService.noticeWeightDone(apiData); TODO |
| | | return null; |
| | | } |
| | | |
| | |
| | | for (InoutConf conf : list) { |
| | | apiData = new ApiInoutData(conf); |
| | | apiData.setPlateNum(imgDto.getPlateNum()); |
| | | // inoutApiService.addWhitePlate(apiData); |
| | | // inoutApiService.addWhitePlate(apiData); |
| | | } |
| | | } |
| | | |
| | |
| | | apiData = new ApiInoutData(conf); |
| | | apiData.setPlateNum(data.getPlateNum()); |
| | | |
| | | // inoutApiService.delWhitePlate(apiData); TODO |
| | | // inoutApiService.delWhitePlate(apiData); TODO |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 根据出入库信息,控制出入库控制器 |
| | | * |
| | | * @param data |
| | | * @param curProgress |
| | | * @param nextProgress |
| | | */ |
| | | public void controlWeight(InoutData data, String curProgress, String nextProgress) { |
| | | |
| | | //TODO |
| | | |
| | | } |
| | | } |