修改设备报验

This commit is contained in:
2023-05-15 10:45:14 +08:00
parent c6979e492f
commit 1a33f115fd
11 changed files with 111 additions and 66 deletions
@@ -31,16 +31,17 @@
<f:TextBox ID="txtSpecifications" runat="server" Label="规格" MaxLength="300" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<f:FormRow ColumnWidths="50% 30% 20%">
<Items>
<f:TextBox ID="txtSupplier" runat="server" Label="供货厂商" MaxLength="300" LabelAlign="Right" LabelWidth="120px"></f:TextBox>
<f:NumberBox ID="txtCounts" Label="本次数量" runat="server" NoDecimal="true" NoNegative="true" LabelAlign="Right" LabelWidth="120px">
<f:NumberBox ID="txtCounts" Label="本次数量" runat="server" NoDecimal="false" DecimalPrecision="3" NoNegative="true" LabelAlign="Right" LabelWidth="120px">
</f:NumberBox>
<f:TextBox ID="txtUnit" runat="server" Label="单位" MaxLength="50" LabelAlign="Right" LabelWidth="70px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtSamplingCount" Label="本次抽检数量" runat="server" NoDecimal="true" NoNegative="true" LabelAlign="Right" LabelWidth="120px">
<f:NumberBox ID="txtSamplingCount" Label="本次抽检数量" runat="server" DecimalPrecision="3" NoDecimal="false" NoNegative="true" LabelAlign="Right" LabelWidth="120px">
</f:NumberBox>
<f:DropDownList ID="drpSamplingResult" runat="server" CssClass="textboxStyle" Height="22px" Label="本次抽检结果" LabelAlign="Right" LabelWidth="120px">
<f:ListItem Text="-请选择-"></f:ListItem>