구매 sid 검사 기능 추가

This commit is contained in:
chi
2023-07-12 17:22:24 +09:00
parent 2e484b04e0
commit e4d9011d2f
36 changed files with 961 additions and 689 deletions

View File

@@ -13,7 +13,7 @@ namespace FPJ0000.OtConfirm
public partial class fOTConfirmOK : Form
{
dsPRJ.JobReportRow[] dr;
Boolean binit = false;
//Boolean binit = false;
public fOTConfirmOK(dsPRJ.JobReportRow[] dr_)
{
@@ -28,7 +28,7 @@ namespace FPJ0000.OtConfirm
{
curLevel = Math.Max(FCOMMON.info.Login.level, FCOMMON.DBM.getAuth(FCOMMON.DBM.eAuthType.holyreq));
button1.Enabled = curLevel >= 5;
binit = true;
//binit = true;
}
private void button1_Click(object sender, EventArgs e)