This commit is contained in:
alex
2023-08-15 14:58:55 +08:00
7 changed files with 69 additions and 10 deletions

View File

@@ -405,9 +405,9 @@ namespace Tnb.WarehouseMgr
await _db.Insertable(kittingOuts).ExecuteCommandAsync();
await _db.Insertable(kittingOutDs).ExecuteCommandAsync();
await _db.Ado.CommitTranAsync();
await KittingOutByAdd();
isSuccessFul = true;
}
catch (Exception ex)