移交管理

This commit is contained in:
2024-11-18 15:14:57 +08:00
parent 6c7bb34357
commit 9d4672a210
53 changed files with 4021 additions and 2409 deletions
+3 -3
View File
@@ -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">