集成人员同步,专项检查同步
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user