日志管理提交

This commit is contained in:
2024-04-22 00:57:39 +08:00
parent 1fe9772110
commit 38aed111c5
3 changed files with 85 additions and 178 deletions
@@ -33,7 +33,7 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtJobNo" runat="server" Label="工号" LabelAlign="Right" LabelWidth="150px" MaxLength="50" Required="true" ShowRedStar="true">
<f:TextBox ID="txtJobNo" runat="server" Label="工号" LabelAlign="Right" LabelWidth="150px" MaxLength="50" Required="true" ShowRedStar="true">
</f:TextBox>
<f:DropDownList ID="ddlShiftType" runat="server" Label="轮班类型" LabelAlign="Right" EnableEdit="true" ShowRedStar="true">
<f:ListItem Text="白班" Value="1" />