大数据数据绑定

This commit is contained in:
2023-09-18 13:47:38 +08:00
parent 9dc9075142
commit 338b874e85
14 changed files with 278 additions and 203 deletions
+4 -14
View File
@@ -51,7 +51,7 @@
</Items>
</f:GroupPanel>
<f:GroupPanel runat="server" ID="gpHSSE" Title="安全数据" Layout="VBox" Hidden="true"
Height="100px" AutoScroll="true">
Height="120px" AutoScroll="true">
<Items>
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="180px">
@@ -71,7 +71,7 @@
</Items>
</f:GroupPanel>
<f:GroupPanel runat="server" ID="gpCQMS" Title="质量数据" Layout="VBox" Hidden="true"
Height="150px" AutoScroll="true">
Height="120px" AutoScroll="true">
<Items>
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right" LabelWidth="180px">
@@ -86,18 +86,8 @@
</f:Label>
<f:Label ID="lbSpotCheckDataRate" runat="server" Label="施工资料同步率">
</f:Label>
<f:Label ID="Label2" runat="server" Label="质量问题数">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="lbControlItemRate" runat="server" Label="控制点完成率">
</f:Label>
<f:Label ID="Label1" runat="server" Label="质量检查问题整改率">
</f:Label>
<f:Label ID="lbSpotCheckOkRate" runat="server" Label="质量验收问题整改率">
</f:Label>
<f:Label ID="lbCheckControlCount" runat="server" Label="质量检查问题数">
</f:Label>
</Items>
</f:FormRow>
</Rows>