This commit is contained in:
2025-02-26 09:25:10 +08:00
parent 4c9b837088
commit a82e87e8e8
10 changed files with 137 additions and 65 deletions
@@ -27,13 +27,14 @@
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Top" runat="server">
<Items>
<f:Label runat="server" Text="如焊材已有领用,则修改时不更新入库数量" Width="400px" CssClass="customlabel"></f:Label>
<f:TextBox runat="server" Label="焊材牌号" ID="txtWeldName" EmptyText="输入查询条件" AutoPostBack="true"
OnTextChanged="TextBox_TextChanged" Width="300px" LabelAlign="right">
<f:Label runat="server" Text="如焊材已有领用,则修改时不更新入库数量" Width="260px" CssClass="customlabel"></f:Label>
<f:TextBox runat="server" Label="焊材牌号" ID="txtWeldName" EmptyText="输入查询条件" Width="250px" LabelAlign="right">
</f:TextBox>
<f:DropDownList ID="drpWeldType" runat="server" Label="焊材类型" LabelAlign="Right" AutoPostBack="true" EnableEdit="true"
OnSelectedIndexChanged="drpWeldType_SelectedIndexChanged" LabelWidth="75px">
OnSelectedIndexChanged="drpWeldType_SelectedIndexChanged" Width="200px" LabelWidth="75px">
</f:DropDownList>
<f:TextBox ID="txtWarrantybook" runat="server" Label="质保书自编号" EmptyText="输入查询条件" Width="260px" LabelAlign="right"></f:TextBox>
<f:Button ID="btnSearch" runat="server" Icon="SystemSearch" Text="查询" OnClick="btnSearch_Click"></f:Button>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnNew" Text="增加" Icon="Add" runat="server" OnClick="btnNew_Click">