2023-11-01
This commit is contained in:
@@ -86,21 +86,24 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtTotalCostFixedComprehensiveUnitPrice" runat="server" Label="全费用固定综合单价(元)" MaxLength="200">
|
||||
</f:TextBox>
|
||||
<f:NumberBox ID="txtTotalCostFixedComprehensiveUnitPrice" runat="server" Label="全费用固定综合单价(元)"
|
||||
NoDecimal="false" DecimalPrecision="2" Increment="0.01">
|
||||
</f:NumberBox>
|
||||
<f:NumberBox ID="txtMainMaterialCost" runat="server" Label="其中:主材费(元)"
|
||||
NoDecimal="false" DecimalPrecision="2" Increment="0.01">
|
||||
</f:NumberBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
||||
<f:TextBox ID="txtMainMaterialCost" runat="server" Label="其中:主材费(元)" MaxLength="200">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtTotalPrice" runat="server" Label="合价(元)" MaxLength="200">
|
||||
</f:TextBox>
|
||||
<f:NumberBox ID="txtTotalPrice" runat="server" Label="合价(元)"
|
||||
NoDecimal="false" DecimalPrecision="2" Increment="0.01">
|
||||
</f:NumberBox>
|
||||
|
||||
<f:TextBox ID="txtCalculationRule" runat="server" Label="计算规则" MaxLength="200">
|
||||
</f:TextBox>
|
||||
|
||||
Reference in New Issue
Block a user