휴가 승인자 정보 추적
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user