...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user