feat(hjgl): 完善焊接任务与质量管理流程
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user