手动打卡
This commit is contained in:
@@ -81,11 +81,11 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpType" runat="server" Label="进出时间" ShowRedStar="true">
|
||||
<f:ListItem Value="1" Text="入场时间" />
|
||||
<f:DropDownList ID="drpType" runat="server" Label="进出时间" ShowRedStar="true" Hidden="true">
|
||||
<f:ListItem Value="1" Text="入场时间" Selected="true"/>
|
||||
<f:ListItem Value="0" Text="出场时间" />
|
||||
</f:DropDownList>
|
||||
<f:DatePicker ID="txtTime" runat="server">
|
||||
<f:DatePicker ID="txtTime" runat="server" Label="进出时间" ShowRedStar="true">
|
||||
</f:DatePicker>
|
||||
<f:TextBox ID="txtTime2" runat="server">
|
||||
</f:TextBox>
|
||||
|
||||
Reference in New Issue
Block a user