一、消防安全责任书管理:

二、分包及租赁安全管理
This commit is contained in:
2024-11-11 16:09:33 +08:00
parent bcef47d5cc
commit 3cd809f30f
10 changed files with 124 additions and 120 deletions
+13 -4
View File
@@ -30,7 +30,10 @@
<f:TextBox ID="txtSubsystem" runat="server" Label="Sub-System"
LabelAlign="Right" LabelWidth="180px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestPackage" runat="server" Label="Turnover System Code"
LabelAlign="Right" LabelWidth="180px">
</f:TextBox>
@@ -146,15 +149,21 @@
<Items>
<f:GroupPanel Layout="Anchor" Title="焊接信息" runat="server">
<Items>
<f:TextBox ID="txtTotalFactor" runat="server" Label="总达因数"
<f:NumberBox ID="txtTotalFactor" NoDecimal="true" NoNegative="true" MinValue="0" runat="server" Label="总达因数" LabelWidth="180px">
</f:NumberBox>
<f:NumberBox ID="txtCompleteFactor" NoDecimal="true" NoNegative="true" MinValue="0" runat="server" Label="完成达因数" LabelWidth="180px">
</f:NumberBox>
<f:NumberBox ID="txtCompleteProportion" NoDecimal="false" NoNegative="true" MinValue="0" MaxValue="100" runat="server" Label="完成比例(%" LabelWidth="180px">
</f:NumberBox>
<%-- <f:TextBox ID="txtTotalFactor" runat="server" Label="总达因数"
LabelAlign="Right" LabelWidth="180px">
</f:TextBox>
<f:TextBox ID="txtCompleteFactor" runat="server" Label="完成达因数"
LabelAlign="Right" LabelWidth="180px">
</f:TextBox>
<f:TextBox ID="txtCompleteProportion" runat="server" Label="完成比例"
<f:TextBox ID="txtCompleteProportion" runat="server" Label="完成比例%"
LabelAlign="Right" LabelWidth="180px">
</f:TextBox>
</f:TextBox>--%>
</Items>
</f:GroupPanel>
</Items>