This commit is contained in:
2023-12-11 09:36:29 +08:00
parent 7a9820e7b7
commit 67206206e4

View File

@@ -66,6 +66,8 @@ namespace Tnb.WarehouseMgr
var blFlag = true;
try
{
await _db.Ado.BeginTranAsync();
WmsInstockH? instock = null;
var purchaseDs = await PurchaseAndSaleUpdate(input);