This commit is contained in:
chi
2024-11-13 17:21:49 +09:00
parent a1cb35070e
commit e6f2ce845f
12 changed files with 324 additions and 264 deletions

View File

@@ -231,7 +231,7 @@ namespace FPJ0000
FCOMMON.DBM.buyinfo sidinfo;
if (v_sid.isEmpty() == false && v_sid.Length == 9 && v_sid.StartsWith("10"))
{
if (v_sid == "109017815")
if (v_sid == "109028759")
{
}
@@ -244,7 +244,10 @@ namespace FPJ0000
row.BackColor = Color.WhiteSmoke;
if(v_sid == "109028759")
{
}
sidinfo = FCOMMON.DBM.GetPartBuyInfo(project, v_sid);
fpSpread1.ActiveSheet.Cells[i, col_buyrq].Value = sidinfo.Request;