零部件最终检验
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user