优化共检通知单加载wbs

This commit is contained in:
2023-10-22 18:11:29 +08:00
parent f8a2745bf7
commit aa4f2bbe25
4 changed files with 178 additions and 55 deletions
@@ -16,8 +16,8 @@
RegionPercent="20%" Title="项目工序质量控制点" TitleToolTip="项目工序质量控制点" ShowBorder="true" ShowHeader="false"
BodyPadding="10px">
<Items>
<f:Tree ID="tvControlItem" EnableCollapse="true" ShowHeader="true" AutoLeafIdentification="true"
runat="server" OnNodeCommand="tvControlItem_NodeCommand" >
<f:Tree ID="trWBS" EnableCollapse="true" ShowHeader="true" AutoLeafIdentification="true"
runat="server" OnNodeCommand="trWBS_NodeCommand" OnNodeExpand="trWBS_NodeExpand">
</f:Tree>
</Items>
</f:Panel>