This commit is contained in:
chi
2022-05-01 21:17:45 +09:00
parent ff32598e85
commit bf40e0ee7b
33 changed files with 4249 additions and 2737 deletions

View File

@@ -28,8 +28,6 @@ namespace FPJ0000.OtConfirm
{
curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.holyreq));
button1.Enabled = curLevel >= 5;
binit = true;
}
@@ -45,11 +43,11 @@ namespace FPJ0000.OtConfirm
this.Validate();
foreach (var row in this.dr)
{
row.otwuid = FCOMMON.info.Login.no; //220501
row.ottime = DateTime.Now;
row.EndEdit();
}
DialogResult = DialogResult.OK;
}