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
@@ -24,6 +24,15 @@
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList ID="rblInOutState" runat="server" Label="在场状态" LabelAlign="Right" Readonly="true" LabelWidth="120px">
<f:RadioItem Value="1" Text="在场" Selected="true"/>
<f:RadioItem Value="0" Text="已退场"/>
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCarModel" runat="server" Label="车型" LabelAlign="Right" Readonly="true"