2023-10-27

This commit is contained in:
2023-10-27 17:46:32 +08:00
parent e46a7ad179
commit 65a5fdae3e
16 changed files with 268 additions and 50 deletions
@@ -22,6 +22,10 @@
.f-grid-row.red {
background-color: Yellow;
}
.customlabel span {
color: red;
font-weight: bold;
}
</style>
</head>
<body>
@@ -45,6 +49,7 @@
LabelWidth="140px" OnSelectedIndexChanged="DropMainContractCode_SelectedIndexChanged">
</f:DropDownList>
<f:Label ID="txtContractName" runat="server" Label="合同名称" LabelAlign="Right" LabelWidth="140px"></f:Label>
<f:Label ID="lbTotalPrice" CssClass="customlabel" runat="server" Label="合价" LabelWidth="70px"></f:Label>
<f:ToolbarFill runat="server" />
<f:Button ID="btnNew" ToolTip="新增" Text="新增" Hidden="true" Icon="Add" runat="server"