一、消防安全责任书管理:
二、分包及租赁安全管理
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user