员工信息补充维护邮箱

This commit is contained in:
2025-03-27 23:01:39 +08:00
parent 9f24bc296b
commit fac9a2c92e
3 changed files with 60 additions and 41 deletions
@@ -100,6 +100,12 @@
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtEmail" runat="server" Label="邮箱" RegexPattern="EMAIL" LabelAlign="Right" MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker runat="server" Label="进入项目时间" ID="txtIntoProjectDate" LabelWidth="110px" Readonly="true"></f:DatePicker>