This commit is contained in:
2024-06-27 17:01:31 +08:00
parent fb887d6578
commit 0f6e072684
18 changed files with 219 additions and 103 deletions
@@ -47,14 +47,24 @@
<f:ListItem Value="2" Text="已处理" />
</f:DropDownList>
</Items>
</f:Toolbar>
<f:Toolbar ID="Toolbar7" Position="Top" runat="server" ToolbarAlign="Left">
<Items>
<f:DropDownList ID="drpTrustState" runat="server" Label="委托状态" LabelWidth="90px" Width="300px" LabelAlign="Right"
AutoPostBack="true" OnSelectedIndexChanged="Tree_TextChanged">
<f:ListItem Value="0" Text="待委托" Selected="true" />
<f:ListItem Value="1" Text="全部" />
</f:DropDownList>
</Items>
</f:Toolbar>
<f:Toolbar ID="Toolbar3" Position="Top" runat="server" ToolbarAlign="Left">
<Items>
<f:DropDownList ID="drpNde" runat="server" Label="检测类型" LabelWidth="100px" Width="265px" LabelAlign="Right"
<f:DropDownList ID="drpNde" runat="server" Label="检测类型" LabelWidth="90px" Width="300px" LabelAlign="Right"
AutoPostBack="true" OnSelectedIndexChanged="Tree_TextChanged">
</f:DropDownList>
</Items>
</f:Toolbar>
<%-- <f:Toolbar ID="Toolbar4" Position="Top" runat="server" ToolbarAlign="Left">
<Items>
<f:TextBox ID="txtWelderCode" runat="server" EmptyText="<%$ Resources:Lan,EnterQueryConditions %>"