プロジェクト

全般

プロフィール

リビジョン 459

堀内約6年前に追加

工事詳細台帳:管理費表示バグ修正

差分を表示:

trunk/src/ProcessManagement/ProcessManagement/Forms/DataEntry/ConstructionLedger/FrmConstructionLedgerAuxiliary.cs
1989 1989
                    nRetVal = CommonMotions.cnvInt(curRec[0]);
1990 1990
                }
1991 1991

  
1992
                int nSetRow = m_CostsRowCount[(int)CostsRowLine.ExpensesRowLine];
1992
                int nSetRow = m_CostsRowCount[(int)CostsRowLine.ExpensesRowLine] - 1;
1993
                if (nSetRow < 0) nSetRow = 0; ;
1993 1994
                dgvAllDisplay.Rows[nSetRow].Cells[(int)GridColumn.EstimatePrice].Value = nRetVal.ToString("#,#");
1994 1995
                dgvAllDisplay.Rows[nSetRow].Cells[(int)GridColumn.EstimatePrice].ToolTipText = "一 般 管 理 費";
1995 1996
            }
......
2049 2050

  
2050 2051
                int nSetRow = 0;
2051 2052
                if (m_CostsRowCount[(int)CostsRowLine.InstructorRowLine] > 0)           // 8:指導員給料行
2052
                    nSetRow = m_CostsRowCount[(int)CostsRowLine.AssistantRowLine] - 1;
2053
                    nSetRow = (m_CostsRowCount[(int)CostsRowLine.InstructorRowLine] - 1);
2053 2054
                else if (m_CostsRowCount[(int)CostsRowLine.AssistantRowLine] > 0)       // 9:副担当者給料行
2054
                    nSetRow = m_CostsRowCount[(int)CostsRowLine.AssistantRowLine] - 1;
2055
                    nSetRow = (m_CostsRowCount[(int)CostsRowLine.AssistantRowLine] - 1);
2055 2056
                else if (m_CostsRowCount[(int)CostsRowLine.PayrollRowLine] > 0)         // 10:給料行
2056
                    nSetRow = m_CostsRowCount[(int)CostsRowLine.PayrollRowLine] - 1;
2057
                    nSetRow = (m_CostsRowCount[(int)CostsRowLine.PayrollRowLine] - 1);
2057 2058

  
2058 2059
                // 現場管理費を人件費タイトルへセットする
2059 2060
                dgvAllDisplay.Rows[nSetRow].Cells[(int)GridColumn.EstimatePrice].Value = nRetVal.ToString("#,#");

他の形式にエクスポート: Unified diff