cr,nr 하단 검색에서 po 도 되게 함
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user