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