20210720
This commit is contained in:
@@ -70,12 +70,12 @@
|
||||
</f:Grid>
|
||||
</PopPanel>
|
||||
</f:DropDownBox>
|
||||
<f:TextBox ID="txtIdCard" Label="身份证号码" Readonly="true" runat="server" ></f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow ColumnWidths="40% 25% 35%">
|
||||
<Items>
|
||||
<f:TextBox ID="txtWorkArea" runat="server" Label="单位工程" MaxLength="100" ShowRedStar="true"
|
||||
Required="true" LabelAlign="Right">
|
||||
<f:TextBox ID="txtWorkArea" runat="server" Label="单位工程" MaxLength="100" LabelAlign="Right">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpWorkArea" runat="server" AutoPostBack="true" OnSelectedIndexChanged="drpWorkArea_SelectedIndexChanged">
|
||||
</f:DropDownList>
|
||||
@@ -95,7 +95,7 @@
|
||||
</f:Label>--%>
|
||||
<f:DropDownList ID="drpType" runat="server" Label="进出时间">
|
||||
<f:ListItem Value="1" Text="入场时间" />
|
||||
<f:ListItem Value="2" Text="出场时间" />
|
||||
<f:ListItem Value="0" Text="出场时间" />
|
||||
</f:DropDownList>
|
||||
<f:DatePicker ID="txtTime" runat="server" >
|
||||
</f:DatePicker>
|
||||
|
||||
Reference in New Issue
Block a user