This commit is contained in:
chi
2024-01-16 10:09:25 +09:00
parent d76b40ddf0
commit c2be3da94a
40 changed files with 3288 additions and 2627 deletions

View File

@@ -293,6 +293,16 @@ namespace FEQ0000
tbSearch.SelectAll();
}
}
else if (dr.source == "EB")
{
var f = new FEQ0000.Purchase.fPurchaseEB_Ipgo(dr.idx, po);
if (f.ShowDialog() == DialogResult.OK)
{
refreshData();
tbSearch.Focus();
tbSearch.SelectAll();
}
}
else
{
var f = new FEQ0000.Purchase.fPurchaseCR_Ipgo(dr.idx, po);