2023-10-15
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user