集成人员同步,专项检查同步

This commit is contained in:
2026-02-28 10:57:21 +08:00
parent 8f8f970ed5
commit 37ec112f65
51 changed files with 10342 additions and 20 deletions
@@ -239,6 +239,15 @@
<f:TextBox ID="txtProjPhase" runat="server" Label="控制软件项目阶段" LabelWidth="150px" MaxLength="50"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSubjectUnit" runat="server" Label="总包单位"
EnableEdit="true" AutoPostBack="true" OnSelectedIndexChanged="drpSubjectUnit_OnSelectedIndexChanged">
</f:DropDownList>
<f:DropDownList runat="server" ID="drpSubjectProject" LabelWidth="150px" Label="项目" EnableEdit="true" AutoSelectFirstItem="false" ForceSelection="false">
</f:DropDownList>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</f:ContentPanel>