20241112 合同管理

This commit is contained in:
2024-11-12 14:52:33 +08:00
parent 80e534050e
commit 6bee3ffa04
46 changed files with 6562 additions and 81 deletions
@@ -36,8 +36,8 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtSupplementedBudget" runat="server" Label="Supplemented budget" LabelWidth="140px" NoNegative="true"></f:NumberBox>
<f:NumberBox ID="txtTotalBudget" runat="server" Label="Total budget" LabelWidth="140px" NoNegative="true"></f:NumberBox>
<f:NumberBox ID="txtSupplementedBudget" runat="server" Label="Supplemented budget" LabelWidth="140px" NoNegative="true" AutoPostBack="true" OnTextChanged="txtSupplementedBudget_TextChanged"></f:NumberBox>
<f:NumberBox ID="txtTotalBudget" runat="server" Label="Total budget" LabelWidth="140px" NoNegative="true" Readonly="true"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>