This commit is contained in:
geh
2026-03-23 15:22:29 +08:00
parent 94584d242b
commit c38590add8
173 changed files with 19679 additions and 4413 deletions
@@ -61,6 +61,10 @@
<f:TextBox runat="server" Label="姓名" ID="txtPersonName" EmptyText="输入查询条件"
Width="200px" LabelWidth="70px" LabelAlign="right">
</f:TextBox>
<f:TextBox runat="server" Label="身份证" ID="txtIdentityCard" EmptyText="输入查询条件"
Width="200px" LabelWidth="70px"
LabelAlign="right">
</f:TextBox>
<f:TextBox runat="server" Label="卡号" ID="txtCardNo" EmptyText="输入查询条件"
Width="200px" LabelWidth="50px" LabelAlign="right" Hidden="true">
</f:TextBox>
@@ -70,10 +74,10 @@
<f:DropDownList ID="drpTreamGroup" runat="server" Label="班组" EnableEdit="true"
Width="200px" LabelWidth="50px" LabelAlign="right" ForceSelection="false">
</f:DropDownList>
<f:TextBox runat="server" Label="身份证" ID="txtIdentityCard" EmptyText="输入查询条件"
Width="200px" LabelWidth="70px"
LabelAlign="right">
</f:TextBox>
<f:Label runat="server" Text="提示:本项目如果人员档案存在,保存时请注意提示存在的所属单位"
LabelWidth="50px" CssStyle="color:red; font-weight:bold;" LabelAlign="right">
</f:Label>
</Items>
</f:Toolbar>
</Toolbars>