20231115优化制定计划编辑页面打开速度

This commit is contained in:
2023-11-15 10:21:13 +08:00
parent 352f8bff23
commit 46752f3351
4 changed files with 68 additions and 54 deletions
@@ -48,8 +48,9 @@
<f:DatePicker ID="txtPlanDate" runat="server" Label="制定日期" LabelWidth="90px"
EnableEdit="true">
</f:DatePicker>
<f:DropDownList ID="drpPlanMan" runat="server" Label="制定人" EnableEdit="true" LabelWidth="90px">
</f:DropDownList>
<f:TextBox ID="PlanManName" runat="server" Label="制定人" LabelWidth="90px">
</f:TextBox>
<f:TextBox ID="PlanManId" runat="server" Hidden="true"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>