cr,nr 하단 검색에서 po 도 되게 함

This commit is contained in:
chi
2025-03-04 11:17:05 +09:00
parent f7254511cc
commit 9a5e9fe030
12 changed files with 537 additions and 542 deletions

View File

@@ -242,9 +242,9 @@ namespace FPJ0000
FCOMMON.DBM.buyinfo sidinfo;
if (v_sid.isEmpty() == false && v_sid.Length == 9 && v_sid.StartsWith("10"))
{
if (v_sid == "109028759")
if (v_sid == "109017115")
{
System.Diagnostics.Debugger.Break();
}
if (sidlist.Contains(v_sid))
@@ -254,11 +254,8 @@ namespace FPJ0000
row.ForeColor = Color.Gray;
row.BackColor = Color.WhiteSmoke;
if (v_sid == "109028759")
{
}
sidinfo = FCOMMON.DBM.GetPartBuyInfo(project, v_sid);
fpSpread1.ActiveSheet.Cells[i, col_buyrq].Value = sidinfo.Request;