lx
2025-11-18 e81cbb4c978bec283c58629156c07106aaa46943
update 1.3.1
已修改3个文件
4 ■■■■ 文件已修改
ErrorAnalysis.Service/Template/JobPlanReportTemp.docx 补丁 | 查看 | 原始文档 | blame | 历史
ErrorAnalysis.UI/ErrorAnalysis.UI.csproj 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ErrorAnalysis.UI/FrmMain.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ErrorAnalysis.Service/Template/JobPlanReportTemp.docx
Binary files differ
ErrorAnalysis.UI/ErrorAnalysis.UI.csproj
@@ -10,7 +10,7 @@
        <Authors>Casing Research Insitute</Authors>
        <Product>JobPlanner</Product>
        <Copyright>COSL</Copyright>
        <Version>1.3.0</Version>
        <Version>1.3.1</Version>
    </PropertyGroup>
    <ItemGroup>
ErrorAnalysis.UI/FrmMain.cs
@@ -187,7 +187,7 @@
                AppendText(txtAnalysisResult, $"{errorRate}%", ColorTranslator.FromHtml("#8B0000"));
                txtAnalysisResult.AppendText(" error rate. With the tool operating at ");
                AppendText(txtAnalysisResult, $"{speed} {cmbSpeedUnit.Text}", ColorTranslator.FromHtml("#8B0000"));
                txtAnalysisResult.AppendText(" the estimated total job duration is ");
                txtAnalysisResult.AppendText(" the estimated one pass duration is ");
                AppendText(txtAnalysisResult, $"{totalTime} hours.", ColorTranslator.FromHtml("#8B0000"));
                _reportModel = CreateReportModel(totalTime.ToString(), result.ErrorRatios.Count.ToString(), Math.Round(UnitConvert.MS2FtHr(calcSpeed), 2).ToString(), errorRate.ToString());