移交管理
This commit is contained in:
@@ -149,11 +149,11 @@
|
||||
<Items>
|
||||
<f:GroupPanel Layout="Anchor" Title="焊接信息" runat="server">
|
||||
<Items>
|
||||
<f:NumberBox ID="txtTotalFactor" NoDecimal="true" NoNegative="true" MinValue="0" runat="server" Label="总达因数" LabelWidth="180px">
|
||||
<f:NumberBox ID="txtTotalFactor" NoDecimal="false" NoNegative="true" MinValue="0" runat="server" AutoPostBack="true" OnTextChanged="TextBox_OnTextChanged" Label="总达因数" LabelWidth="180px">
|
||||
</f:NumberBox>
|
||||
<f:NumberBox ID="txtCompleteFactor" NoDecimal="true" NoNegative="true" MinValue="0" runat="server" Label="完成达因数" LabelWidth="180px">
|
||||
<f:NumberBox ID="txtCompleteFactor" NoDecimal="false" NoNegative="true" MinValue="0" runat="server" Label="完成达因数" AutoPostBack="true" OnTextChanged="TextBox_OnTextChanged" LabelWidth="180px">
|
||||
</f:NumberBox>
|
||||
<f:NumberBox ID="txtCompleteProportion" NoDecimal="false" NoNegative="true" MinValue="0" MaxValue="100" runat="server" Label="完成比例(%)" LabelWidth="180px">
|
||||
<f:NumberBox ID="txtCompleteProportion" NoDecimal="false" NoNegative="true" MinValue="0" MaxValue="100" runat="server" Label="完成比例(%)" Readonly="true" LabelWidth="180px">
|
||||
</f:NumberBox>
|
||||
<%-- <f:TextBox ID="txtTotalFactor" runat="server" Label="总达因数"
|
||||
LabelAlign="Right" LabelWidth="180px">
|
||||
|
||||
Reference in New Issue
Block a user