This commit is contained in:
chi
2023-04-27 11:14:32 +09:00
parent db1a6abff4
commit 5a899c2d1b
19 changed files with 3096 additions and 440 deletions

View File

@@ -256,6 +256,10 @@ namespace Project
{
Menu_InventoryList();
}
else if(Pub.setting.startForm == eFormList.)
{
menu_itemin();
}
else if (Pub.setting.startForm == eFormList.)
{
Menu_WorkTable();
@@ -456,7 +460,12 @@ namespace Project
AddForm(formkey, new FCM0000.fRequestItem());
}
void menu_itemin()
{
string formkey = "ITEMIPKO";
if (!ShowForm(formkey))
AddForm(formkey, new FEQ0000.fItemin(), "품목입고");
}
void menu_nrpurchase()
{
string formkey = "PUCHASENR";
@@ -1408,5 +1417,10 @@ namespace Project
FCOMMON.Util.MsgI("complete");
}
private void ToolStripMenuItem_Click(object sender, EventArgs e)
{
menu_itemin();
}
}
}