提交代码
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:DropDownList ID="drpLicenseDes" runat="server" EnableEdit="true" Readonly="true" Label="作业风险描述" EnableMultiSelect="true" LabelWidth="140px" ShowRedStar="true">
|
||||
<f:ListItem Value="物体打击" Text="物体打击" />
|
||||
<%--<f:ListItem Value="物体打击" Text="物体打击" />
|
||||
<f:ListItem Value="车辆伤害" Text="车辆伤害" />
|
||||
<f:ListItem Value="机械伤害" Text="机械伤害" />
|
||||
<f:ListItem Value="起重伤害" Text="起重伤害" />
|
||||
@@ -81,7 +81,7 @@
|
||||
<f:ListItem Value="容器爆炸" Text="容器爆炸" />
|
||||
<f:ListItem Value="其他爆炸" Text="其他爆炸" />
|
||||
<f:ListItem Value="中毒和窒息" Text="中毒和窒息" />
|
||||
<f:ListItem Value="其他伤害" Text="其他伤害" />
|
||||
<f:ListItem Value="其他伤害" Text="其他伤害" />--%>
|
||||
</f:DropDownList>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
@@ -117,6 +117,12 @@
|
||||
</f:Grid>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow >
|
||||
<Items>
|
||||
<f:TextBox runat="server" ID="txtMainUnitDutyPerson" LabelWidth="140px" Label="总包责任人" Readonly="true"></f:TextBox>
|
||||
<f:TextBox runat="server" ID="txtMainUnitCheckPerson" LabelWidth="140px" Label="总包核查人" Readonly="true"></f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow ID="plApprove2">
|
||||
<Items>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user