feat(hjgl): 完善焊接任务与质量管理流程

This commit is contained in:
2026-08-19 17:13:33 +08:00
parent 08792e0dc8
commit 679e9f6cec
68 changed files with 2481 additions and 1170 deletions
@@ -28,6 +28,24 @@
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="numWeldReinforcement" runat="server" Label="焊缝余高" DecimalPrecision="2" LabelWidth="130px" />
<f:NumberBox ID="numWeldHeight" runat="server" Label="焊缝高度" DecimalPrecision="2" LabelWidth="130px" />
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="numWeldWidth" runat="server" Label="焊缝宽度" DecimalPrecision="2" LabelWidth="130px" />
<f:TextBox ID="txtSurfaceDefect" runat="server" Label="表面缺陷" LabelWidth="130px" />
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="numPreheatTemperature" runat="server" Label="预热温度" DecimalPrecision="2" LabelWidth="130px" />
<f:NumberBox ID="numInterpassTemperature" runat="server" Label="层间温度" DecimalPrecision="2" LabelWidth="130px" />
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="ddlCheckPerson" runat="server" Label="检测人" Required="true"