휴가 승인자 정보 추적
This commit is contained in:
@@ -12,10 +12,11 @@ using NetOffice;
|
||||
using Outlook = NetOffice.OutlookApi;
|
||||
using NetOffice.OutlookApi.Enums;
|
||||
using System.Security.Cryptography.X509Certificates;
|
||||
using FCOMMON;
|
||||
|
||||
namespace FEQ0000
|
||||
{
|
||||
public partial class fItemin : Form
|
||||
public partial class fItemin : fBase
|
||||
{
|
||||
public fItemin()
|
||||
{
|
||||
@@ -186,7 +187,7 @@ namespace FEQ0000
|
||||
|
||||
private void fItemin_Load(object sender, EventArgs e)
|
||||
{
|
||||
//구매담당자목록
|
||||
EnsureVisibleAndUsableSize();
|
||||
using (var tauser = new dsPurchaseTableAdapters.Purchase_ManagerlistTableAdapter())
|
||||
{
|
||||
var lst_man = tauser.GetByManager(FCOMMON.info.Login.gcode);
|
||||
|
||||
Reference in New Issue
Block a user