휴가 승인자 정보 추적

This commit is contained in:
chi
2024-05-08 14:53:55 +09:00
parent 7eb2dbd2cd
commit e4f8981491
201 changed files with 1355 additions and 3219 deletions

View File

@@ -13,7 +13,7 @@ using System.Windows.Forms;
namespace FEQ0000
{
public partial class fPurchase_Add : Form
public partial class fPurchase_Add : fBase
{
BindingSource bsManu;
BindingSource bsModel;
@@ -83,6 +83,7 @@ namespace FEQ0000
Boolean advInput = false;
private void __Load(object sender, EventArgs e)
{
EnsureVisibleAndUsableSize();
advInput = FCOMMON.Util.getBit(FCOMMON.info.Login.gpermission, (int)FCOMMON.eGroupPermission.purchase_adv);
tbPumName.ImeMode = ImeMode.Alpha;