1
This commit is contained in:
@@ -362,7 +362,7 @@ namespace Tnb.QcMgr
|
|||||||
.Where(x => x.carry_code == prdReport.material_box_code)
|
.Where(x => x.carry_code == prdReport.material_box_code)
|
||||||
.ExecuteCommandAsync();
|
.ExecuteCommandAsync();
|
||||||
|
|
||||||
_prdMoTaskService.ReportInstock(new CheckCompleteInput()
|
await _prdMoTaskService.ReportInstock(new CheckCompleteInput()
|
||||||
{
|
{
|
||||||
report_id = QcCheckExecH.report_id,
|
report_id = QcCheckExecH.report_id,
|
||||||
pqty = pqty,
|
pqty = pqty,
|
||||||
|
|||||||
Reference in New Issue
Block a user