危害因素调整

This commit is contained in:
2026-04-28 17:06:01 +08:00
parent 1dd8189661
commit d170dd6603
37 changed files with 2883 additions and 30 deletions
@@ -19,6 +19,12 @@
</f:DatePicker>
<f:DatePicker ID="txtCompileDate" runat="server" DateFormatString="yyyy-MM-dd HH:mm" Label="上报时间" Readonly="true">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtUnitProjectName" runat="server" Label="单位项目" MaxLength="100" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtCompileManName" runat="server" Label="上报人" MaxLength="50" Readonly="true">
</f:TextBox>
</Items>