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
@@ -32,25 +32,36 @@
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<f:FormRow ColumnWidths="50% 31% 1% 18%">
<Items>
<f:TextBox ID="txtMeetingCode" runat="server" Label="编号" LabelAlign="Right" LabelWidth="100px">
<f:TextBox ID="txtMeetingName" runat="server" Label="会议名称" LabelAlign="Right" LabelWidth="100px" MaxLength="50" Readonly="true">
</f:TextBox>
<f:DatePicker ID="txtMeetingDate" runat="server" Label="会议日期" LabelAlign="Right" LabelWidth="100px"></f:DatePicker>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd HH:mm" Label="会议时间" ID="txtStartTime" Readonly="true" ShowTime="true" ShowSecond="false"></f:DatePicker>
<f:Label ID="Label2" runat="server" Text="-"></f:Label>
<f:DatePicker runat="server" DateFormatString="yyyy-MM-dd HH:mm" ID="txtEndTime" Readonly="true" ShowTime="true" ShowSecond="false"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtMeetingAddress" runat="server" Label="地点" LabelAlign="Right" LabelWidth="100px">
</f:TextBox>
<f:TextBox ID="txtMeetingUrl" runat="server" Label="会议链接" LabelAlign="Right" LabelWidth="100px">
<f:RadioButtonList ID="rblMeetingType" runat="server" Label="会议类别" LabelAlign="Right" LabelWidth="100px" Readonly="true">
<f:RadioItem Value="1" Text="开车专题会" Selected="true" />
<f:RadioItem Value="2" Text="生产调度会" />
<f:RadioItem Value="3" Text="开车周例会" />
</f:RadioButtonList>
<f:TextBox ID="txtMeetingAddress" runat="server" Label="地点" LabelAlign="Right" LabelWidth="100px" MaxLength="100" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpCompileMan" runat="server" Label="发起人" LabelAlign="Right" LabelWidth="100px"></f:DropDownList>
<f:DatePicker ID="txtCompileDate" runat="server" Label="发起日期" LabelAlign="Right" LabelWidth="100px"></f:DatePicker>
<f:TextBox ID="txtMeetingUrl" runat="server" Label="链接" LabelAlign="Right" LabelWidth="100px" MaxLength="1000" Readonly="true">
</f:TextBox>
<f:DatePicker ID="txtInitiationDate" runat="server" Label="发起日期" LabelAlign="Right" LabelWidth="100px" Readonly="true"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtMeetingContent" runat="server" Label="会议内容" LabelAlign="Right" LabelWidth="100px" Readonly="true"></f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>