2023-10-15

This commit is contained in:
2023-10-25 10:03:27 +08:00
parent cbb2b0c571
commit 69138c9b08
8 changed files with 146 additions and 56 deletions
@@ -27,13 +27,13 @@ namespace FineUIPro.Web.HJGL.BaseInfo
{
this.txtOutSizeDia.Text = DNCompare.OutSizeDia.ToString();
}
if (DNCompare.Sch5S.HasValue)
if (DNCompare.SCH5S.HasValue)
{
this.txtSCH5S.Text = DNCompare.Sch5S.ToString();
this.txtSCH5S.Text = DNCompare.SCH5S.ToString();
}
if (DNCompare.Sch10S.HasValue)
if (DNCompare.SCH10S.HasValue)
{
this.txtSCH10S.Text = DNCompare.Sch10S.ToString();
this.txtSCH10S.Text = DNCompare.SCH10S.ToString();
}
if (DNCompare.SCH10.HasValue)
{