|
|
|
@ -218,7 +218,7 @@ public class ProductionIssueController { |
|
|
|
/** |
|
|
|
* 扫描材料是否存在 |
|
|
|
*/ |
|
|
|
@PostMapping("/scanMaterialLabel") |
|
|
|
@PostMapping("/scanMaterialLabelIssue") |
|
|
|
public R scanMaterialLabel(@RequestBody DirectIssueDto dto) throws Exception{ |
|
|
|
MaterialLabelInfo labelInfo = productionIssueService.scanMaterialLabel(dto.getScannedLabel(), dto.getSite(),dto.getComponentPartNo()); |
|
|
|
if (labelInfo == null) { |
|
|
|
|