휴가 승인자 정보 추적

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

@@ -12,7 +12,7 @@ using System.Windows.Forms;
namespace FEQ0000
{
public partial class fPurchase_excelimport : Form
public partial class fPurchase_excelimport : fBase
{
BindingSource bsModel;
eImporttype crmode;
@@ -76,6 +76,7 @@ namespace FEQ0000
private void __Load(object sender, EventArgs e)
{
EnsureVisibleAndUsableSize();
//상태
var stateList = FCOMMON.DBM.getCodeTable("04");
this.cmbState.DisplayMember = "Value";