This commit is contained in:
chi
2023-10-19 00:49:41 +09:00
parent 06b0699bf7
commit 2f66e3cca1
37 changed files with 14907 additions and 834 deletions

View File

@@ -477,7 +477,7 @@ namespace Project
{
string formkey = "PUCHASENR";
if (!ShowForm(formkey))
AddForm(formkey, new FEQ0000.fPurchaseNR(), "NR구매");
AddForm(formkey, new FEQ0000.fPurchaseNR(), "일반구매");
}
void menu_crpurchase()
{
@@ -488,10 +488,15 @@ namespace Project
}
void menu_sprpurchase()
{
FCOMMON.Util.MsgE("SPR구매현황은 신규 개발 기능으로 아직 open 되지 않았습니다");
//string formkey = "PUCHASESPR";
//if (!ShowForm(formkey))
// AddForm(formkey, new FEQ0000.fPurchase(), "SPR구매");
if(System.Diagnostics.Debugger.IsAttached==false)
{
FCOMMON.Util.MsgE("SPR구매현황은 신규 개발 기능으로 아직 open 되지 않았습니다");
return;
}
string formkey = "PUCHASEEB";
if (!ShowForm(formkey))
AddForm(formkey, new FEQ0000.fPurchaseEB(), "전자실구매");
}
private void nRPurchaseToolStripMenuItem_Click(object sender, EventArgs e)