| | |
| | | } |
| | | |
| | | /** |
| | | * 查询设备产品过程参数采集列表 |
| | | */ |
| | | @PostMapping("/sendIMesData") |
| | | public void sendIMesData(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | daParamCollectionService.pushGeelycvMesFeedback(daParamCollection.getSfcCode(),daParamCollection.getLocationCode()); |
| | | } |
| | | |
| | | /** |
| | | * 导出设备产品过程参数采集列表 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('main:paramCollection:export')") |
| | |
| | | /** |
| | | * 出战时间参数增加 |
| | | */ |
| | | @PostMapping("/addRepairTighteningData") |
| | | public AjaxResult addRepairTighteningData(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | return daParamCollectionService.addRepairTighteningData(daParamCollection); |
| | | } |
| | | |
| | | /** |
| | | * 出战时间参数增加 |
| | | */ |
| | | @PostMapping("/preInstallOut") |
| | | public void preInstallOut(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | daParamCollectionService.preInstallOut(daParamCollection); |
| | | } |
| | | |
| | | /** |
| | | * 出战时间参数增加 |
| | | */ |
| | | @PostMapping("/checkRecordDataDone") |
| | | public AjaxResult checkRecordDataDone(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | return daParamCollectionService.checkRecordDataDone(daParamCollection); |
| | | } |
| | | |
| | | /** |
| | | * 出战时间参数增加 |
| | | */ |
| | | @PostMapping("/jrmSaveCampaignTimeParameters") |
| | | public void jrmSaveCampaignTimeParameters(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | |
| | | } |
| | | |
| | | /** |
| | | * 更换总成号 |
| | | */ |
| | | @PostMapping("/enterWeighing") |
| | | public void enterWeighing(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | daParamCollectionService.enterWeighing(daParamCollection); |
| | | } |
| | | |
| | | /** |
| | | * 修改设备产品过程参数采集 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('main:paramCollection:edit')") |