2022-12-09 焊接修改
This commit is contained in:
parent
ce763f6a52
commit
b80cb47621
Binary file not shown.
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue