提交试车代码

This commit is contained in:
2023-10-30 08:26:04 +08:00
parent 11e609340b
commit 31cf6d6508
25 changed files with 3038 additions and 26 deletions
@@ -47,7 +47,7 @@
<f:RenderField ExpandUnusedSpace="true" MinWidth="150px" ColumnID="InspectionResults" DataField="InspectionResults"
HeaderText="检查结果" RendererFunction="renderInspectionResults">
<Editor>
<f:DropDownList ID="ddlInspectionResults" Required="true" EnableEdit="true" ForceSelection="false" runat="server">
<f:DropDownList ID="ddlInspectionResults" Required="true" EnableEdit="false" ForceSelection="false" runat="server">
<f:ListItem Value="1" Text="通过" />
<f:ListItem Value="0" Text="未通过" />
</f:DropDownList>