2022-12-09 焊接修改

This commit is contained in:
李鹏飞 2022-12-09 14:46:31 +08:00
parent ce763f6a52
commit b80cb47621
4 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@ -34,7 +34,7 @@
<Items>
<f:Tree ID="tvControlItem" ShowHeader="false" Height="560px" Title="单位工程"
OnNodeCommand="tvControlItem_NodeCommand" runat="server" ShowBorder="false" EnableCollapse="true"
EnableSingleClickExpand="true" AutoLeafIdentification="true"
AutoLeafIdentification="true"
EnableTextSelection="true" OnNodeExpand="tvControlItem_TreeNodeExpanded">
</f:Tree>
</Items>

View File

@ -33,7 +33,7 @@
<Items>
<f:Tree ID="tvControlItem" ShowHeader="false" Height="560px" Title="单位工程"
OnNodeCommand="tvControlItem_NodeCommand" runat="server" ShowBorder="false" EnableCollapse="true"
EnableSingleClickExpand="true" AutoLeafIdentification="true"
AutoLeafIdentification="true"
EnableTextSelection="true" OnNodeExpand="tvControlItem_TreeNodeExpanded">
</f:Tree>
</Items>

View File

@ -768,7 +768,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage
{
NewItem.WeldingWireCode = values.Value<string>("WeldingWireCode").ToString();
}
if (!string.IsNullOrEmpty(values.Value<int>("Size").ToString()))
if (!string.IsNullOrEmpty(values.Value<string>("Size"))&&!string.IsNullOrEmpty(values.Value<int>("Size").ToString()))
{
NewItem.Size = values.Value<int>("Size");
}