2、五环,预试车管理,生成工作包检查表和检查表会签逻辑优化;

3、五环,项目级补充待办
This commit is contained in:
2025-01-08 14:51:16 +08:00
parent f7396815a0
commit f002af50a7
17 changed files with 732 additions and 59 deletions
@@ -10,10 +10,26 @@
white-space: normal;
word-break: break-all;
}
.customlabel span {
color: red;
font-weight: bold;
}
.unconfirm span {
color: gray;
font-weight: bold;
}
.notpass span {
color: red;
font-weight: bold;
}
.pass span {
color: green;
font-weight: bold;
}
</style>
</head>
<body>
@@ -107,15 +123,24 @@
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Bottom" runat="server">
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:DropDownList ID="ddlfbs" Required="true" EnableEdit="true" Label="施工分包商" LabelAlign="Right" AutoSelectFirstItem="false" LabelWidth="120px" runat="server">
</f:DropDownList>
<f:Label runat="server" ID="labSubcontractor" Hidden="true"></f:Label>
<f:ToolbarFill ID="ToolbarFill1" runat="server"></f:ToolbarFill>
<f:DropDownList ID="ddlcbs" Required="true" EnableEdit="true" Label="承包商" LabelAlign="Right" AutoSelectFirstItem="false" LabelWidth="120px" runat="server">
</f:DropDownList>
<f:Label runat="server" ID="labContractor" Hidden="true"></f:Label>
</Items>
</f:Toolbar>
<f:Toolbar ID="Toolbar4" Position="Bottom" runat="server">
<Items>
<f:DropDownList ID="ddljl" Required="true" EnableEdit="true" Label="监理" LabelAlign="Right" AutoSelectFirstItem="false" LabelWidth="120px" runat="server">
</f:DropDownList>
<f:Label runat="server" ID="labSupervision" Hidden="true"></f:Label>
<f:ToolbarFill ID="ToolbarFill2" runat="server"></f:ToolbarFill>
<f:DropDownList ID="ddlyz" Required="true" EnableEdit="true" Label="业主" LabelAlign="Right" AutoSelectFirstItem="false" LabelWidth="120px" runat="server">
</f:DropDownList>
<f:Label runat="server" ID="labOwner" Hidden="true"></f:Label>
</Items>
</f:Toolbar>
</Toolbars>