数据治理

This commit is contained in:
2026-07-20 15:43:27 +08:00
parent 28fc3247f5
commit 2ce12bd85a
26 changed files with 2787 additions and 466 deletions
@@ -25,6 +25,12 @@
color: #FF7575;
background-image: none;
}
.customlabel span {
margin-left: 40px;
color: red;
font-weight: bold;
}
</style>
</head>
<body>
@@ -63,6 +69,7 @@
<f:RadioItem Text="已关联" Value="1" />
<f:RadioItem Text="未关联" Value="0" />
</f:RadioButtonList>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>
<%--<f:FormRow>
@@ -71,17 +78,29 @@
<f:RadioItem Text="已使用" Value="1" />
<f:RadioItem Text="未使用" Value="0" />
</f:RadioButtonList>
<f:Label runat="server"></f:Label>
</Items>
</f:FormRow>--%>
<%--<f:FormRow>
<Items>
<f:RadioButtonList runat="server" ID="rblReasonType" Label="原因类型" LabelWidth="120px" LabelAlign="Right" Required="true" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="rblReasonType_SelectedIndexChanged">
<f:RadioItem Text="已完工" Value="已完工" />
<f:RadioItem Text="停缓建" Value="停缓建" />
<f:RadioItem Text="EP项目" Value="EP项目" />
<f:RadioItem Text="工期短/规模小" Value="工期短/规模小" />
<f:RadioItem Text="业主统筹" Value="业主统筹" />
<f:RadioItem Text="网络受限" Value="网络受限" />
<f:RadioItem Text="其他原因" Value="其他原因" />
</f:RadioButtonList>
</Items>
</f:FormRow>--%>
<f:FormRow>
<Items>
<f:RadioButtonList runat="server" ID="rblReasonType" Label="原因类型" LabelWidth="120px" LabelAlign="Right" Required="true" ShowRedStar="true">
<f:RadioItem Text="已完工" Value="已完工" />
<f:RadioItem Text="业主统筹" Value="业主统筹" />
<f:RadioItem Text="工期短/规模小" Value="工期短/规模小" />
<f:RadioItem Text="网络受限" Value="网络受限" />
<f:RadioButtonList runat="server" ID="rblReasonType" Label="原因类型" LabelWidth="120px" LabelAlign="Right" Required="true" ShowRedStar="true" AutoPostBack="true" OnSelectedIndexChanged="rblReasonType_SelectedIndexChanged">
<f:RadioItem Text="已完工/撤场" Value="已完工/撤场" />
<f:RadioItem Text="不适用" Value="不适用" />
<f:RadioItem Text="停缓建" Value="停缓建" />
<f:RadioItem Text="其他原因" Value="其他原因" />
<f:RadioItem Text="条件受限" Value="条件受限" />
</f:RadioButtonList>
</Items>
</f:FormRow>
@@ -161,6 +180,21 @@
<f:Label runat="server" ID="Label1"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label2" runat="server" Text="原因类型说明:" CssClass="customlabel"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label3" runat="server" Text="1、不适用:包括无施工现场项目、保密项目、延续或重复项目,等其他原因;" CssClass="customlabel"></f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Label ID="Label4" runat="server" Text="2、条件受限:包括工期短规模小、海外网络受限、业主统筹,等其他原因;" CssClass="customlabel"></f:Label>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
@@ -175,7 +209,6 @@
</Toolbars>
</f:Form>
</form>
</body>
</html>