bug
This commit is contained in:
@@ -108,6 +108,7 @@ namespace Tnb.QcMgr
|
||||
mo_task_code = a.mo_task_code,
|
||||
batch = a.batch,
|
||||
qty = a.qty,
|
||||
rqty = a.rqty,
|
||||
material_standard = b.material_standard,
|
||||
material_specification = b.material_specification,
|
||||
equip_name = h.name,
|
||||
@@ -344,6 +345,7 @@ namespace Tnb.QcMgr
|
||||
}
|
||||
await db.Ado.BeginTranAsync();
|
||||
QcCheckExecH.qty = int.Parse(CheckTaskInput.checknum) - rqty;
|
||||
QcCheckExecH.rqty = rqty;
|
||||
_ = await db.Updateable(QcCheckExecH).ExecuteCommandAsync();
|
||||
_ = await db.Deleteable(QcCheckExecDdel).ExecuteCommandAsync();
|
||||
_ = await db.Insertable(QcCheckExecDinsert).ExecuteCommandAsync();
|
||||
|
||||
Reference in New Issue
Block a user