零部件最终检验

This commit is contained in:
2024-08-12 11:50:34 +08:00
parent 3c47cd5450
commit 4a88b242bb
6 changed files with 62 additions and 53 deletions

View File

@@ -675,8 +675,8 @@ namespace Tnb.ProductionMgr
input.reported_qty = num;
input.station = "";
input.material_box_code = carryCode;
await _prdMoTaskService.PrdReport(input);
return "true";
return await _prdMoTaskService.PrdReport(input);
}
[HttpGet]
@@ -704,7 +704,7 @@ namespace Tnb.ProductionMgr
input.station = "";
input.material_box_code = carryCode;
await _prdMoTaskService.PrdReport(input);
return "true";
return await _prdMoTaskService.PrdReport(input);
}
[HttpGet]