This commit is contained in:
chi
2023-07-17 08:29:27 +09:00
parent 503fa8312b
commit 4a6bf3d0f0
10 changed files with 557 additions and 483 deletions

View File

@@ -135,6 +135,8 @@ namespace FEQ0000.Purchase
if (dt.Complete)
{
dr.sitecnt = $"{dt.Result.Rows.Count}";
var f = new fSIDListSelect(sid, dt.Result);
f.ShowDialog();
}
else
{
@@ -177,5 +179,11 @@ namespace FEQ0000.Purchase
foreach (var dr in this.dsPurchase.PurchaseCheck)
dr.chk2 = false;
}
private void toolStripButton5_Click(object sender, EventArgs e)
{
var url = @"https://atknet.amkor.co.kr/#/department/ee/spm";
FCOMMON.Util.RunExplorer(url);
}
}
}