This commit is contained in:
chi
2020-04-20 09:23:41 +09:00
parent e77831329c
commit 315d6f6bef
5 changed files with 258 additions and 225 deletions

View File

@@ -164,6 +164,7 @@ namespace FEQ0000
if (btViewDel.Checked == false)
cmd.CommandText += " and isnull(isdel,0) = 0";
if (tbRequest.Text.Trim() != "")
{
cmd.CommandText += " and (isnull(dbo.getusername(request),'') like @req or isnull(dbo.getusername(receive),'') like @req)";
@@ -865,5 +866,11 @@ namespace FEQ0000
}
}
private void toolStripButton3_Click(object sender, EventArgs e)
{
string path = "\\\\k4fs3201n\\ee1t$\\1. 장비기술1파트\\24_Project & Overhaul 예산 사용 실적\\구매 견적서\\" + DateTime.Now.Year.ToString("0000") + "년";
FCOMMON.Util.RunExplorer(path);
}
}
}