This commit is contained in:
2024-07-15 22:36:48 +08:00
parent d281b1d9c1
commit 20d7c09645
5 changed files with 150 additions and 5 deletions
@@ -44,7 +44,18 @@
</f:Label>
</Items>
</f:FormRow>
<f:FormRow runat="server" ID="three" Hidden="true">
<Items>
<f:Label ID="lblThreeDetectionItems" runat="server" Label="三级质量控制点检查、检测项" LabelAlign="Right" LabelWidth="200px">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow runat="server" ID="four" Hidden="true">
<Items>
<f:Label ID="lblFourDetectionItems" runat="server" Label="四级质量控制点检查、检测项" LabelAlign="Right" LabelWidth="200px">
</f:Label>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDetectionItems" runat="server" Label="质量控制点检查、检测项" LabelAlign="Right" Required="true" LabelWidth="200px">