2011-10-19 焊接修改
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpJointAttribute" Label="焊口属性" runat="server"
|
||||
<f:DropDownList ID="drpJointAttribute" Label="焊口属性" runat="server" Hidden="true"
|
||||
LabelWidth="100px" LabelAlign="Right">
|
||||
</f:DropDownList>
|
||||
<%-- <f:DropDownList ID="drpComponent1" Label="组件1号" runat="server"
|
||||
@@ -112,7 +112,7 @@
|
||||
<f:DropDownList ID="drpComponent2" Label="组件2号" runat="server"
|
||||
LabelWidth="100px" LabelAlign="Right">
|
||||
</f:DropDownList>--%>
|
||||
<f:DropDownList ID="drpDesignIsHotProess" runat="server" Label="是否热处理" LabelAlign="Right"
|
||||
<f:DropDownList ID="drpDesignIsHotProess" runat="server" Label="是否热处理" LabelAlign="Right" Hidden="true"
|
||||
LabelWidth="100px" AutoPostBack="true" OnSelectedIndexChanged="drpDesignIsHotProess_SelectedIndexChanged">
|
||||
<f:ListItem Value="False" Text="否" Selected="true" />
|
||||
<f:ListItem Value="True" Text="是" />
|
||||
|
||||
Reference in New Issue
Block a user