20240410 开车会议管理

This commit is contained in:
2024-04-10 14:37:59 +08:00
parent 00a325ba3a
commit 9bb7f02b83
135 changed files with 5027 additions and 552 deletions
@@ -36,7 +36,7 @@
<Items>
<f:TextBox ID="txtMeetingName" runat="server" Label="会议名称" LabelAlign="Right" LabelWidth="100px" MaxLength="50" Required="true" ShowRedStar="true">
</f:TextBox>
<f:DatePicker runat="server" Required="true" DateFormatString="yyyy-MM-dd HH:mm" Label="起止时间" ID="txtStartTime" ShowRedStar="true" ShowTime="true" ShowSecond="false"></f:DatePicker>
<f:DatePicker runat="server" Required="true" DateFormatString="yyyy-MM-dd HH:mm" Label="会议时间" ID="txtStartTime" ShowRedStar="true" ShowTime="true" ShowSecond="false"></f:DatePicker>
<f:Label ID="Label1" runat="server" Text="-"></f:Label>
<f:DatePicker runat="server" Required="true" DateFormatString="yyyy-MM-dd HH:mm" ID="txtEndTime" ShowRedStar="true" ShowTime="true" ShowSecond="false"></f:DatePicker>
</Items>