| | |
| | | } |
| | | |
| | | /** |
| | | * 查询设备产品过程参数采集列表 |
| | | */ |
| | | @PostMapping("/sendIMesData") |
| | | public void sendIMesData(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | daParamCollectionService.pushGeelycvMesFeedback(daParamCollection.getSfcCode(),daParamCollection.getLocationCode()); |
| | | } |
| | | |
| | | /** |
| | | * 导出设备产品过程参数采集列表 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('main:paramCollection:export')") |
| | |
| | | } |
| | | |
| | | /** |
| | | * 基础参数增加 |
| | | */ |
| | | @PostMapping("/yzAddBasicParameters") |
| | | public void yzAddBasicParameters(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | daParamCollectionService.yzAddBasicParameters(daParamCollection); |
| | | } |
| | | |
| | | /** |
| | | * 拧紧参数增加 |
| | | */ |
| | | @PostMapping("/addTighteningParameters") |
| | | public void addTighteningParameters(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | daParamCollectionService.addTighteningParameters(daParamCollection); |
| | | } |
| | | |
| | | /** |
| | | * 出战时间参数增加 |
| | | */ |
| | | @PostMapping("/saveCampaignTimeParameters") |
| | | public void saveCampaignTimeParameters(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | daParamCollectionService.saveCampaignTimeParameters(daParamCollection); |
| | | } |
| | | |
| | | /** |
| | | * 出战时间参数增加 |
| | | */ |
| | | @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) |
| | | { |
| | | daParamCollectionService.jrmSaveCampaignTimeParameters(daParamCollection); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 更换总成号 |
| | | */ |
| | | @PostMapping("/replaceAssemblyCode") |
| | | public void replaceAssemblyCode(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | daParamCollectionService.replaceAssemblyCode(daParamCollection); |
| | | } |
| | | |
| | | /** |
| | | * 更换总成号 |
| | | */ |
| | | @PostMapping("/enterWeighing") |
| | | public void enterWeighing(@RequestBody DaParamCollection daParamCollection) |
| | | { |
| | | daParamCollectionService.enterWeighing(daParamCollection); |
| | | } |
| | | |
| | | /** |
| | | * 修改设备产品过程参数采集 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('main:paramCollection:edit')") |
| | |
| | | { |
| | | return toAjax(daParamCollectionService.deleteDaParamCollectionByIds(ids)); |
| | | } |
| | | |
| | | } |