This commit is contained in:
PastSaid
2025-01-01 08:21:58 +08:00
parent 9725ab5376
commit 3d15fd4b7e
59 changed files with 3013 additions and 1324 deletions

View File

@@ -73,12 +73,12 @@ namespace GZ.LJY000.Enpower.STK_MISCELLANEOUS
}
}
public override void AfterCreateNewEntryRow(CreateNewEntryEventArgs e)
{
base.AfterCreateNewEntryRow(e);
}
private bool DoDetection()
{
var orgObj = this.View.Model.GetValue("FStockOrgId") as DynamicObject;