This commit is contained in:
2024-01-29 18:34:54 +08:00
parent 12ecb5309e
commit 7f67a750c8
27 changed files with 1217 additions and 404 deletions
@@ -22,7 +22,7 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtEquipmentInCode" runat="server" Label="编号" LabelAlign="Right" LabelWidth="70px"
<f:TextBox ID="txtEquipmentInCode" runat="server" Label="编号" LabelAlign="Right" LabelWidth="110px"
MaxLength="50" Readonly="true">
</f:TextBox>
<f:DropDownList ID="drpUnitId" runat="server" Label="单位" Required="true" ShowRedStar="true" LabelWidth="70px"
@@ -39,11 +39,15 @@
<Items>
<f:TextArea ID="txtContentDef" runat="server" Label="施工内容简述" LabelWidth="110px"
LabelAlign="Right" MaxLength="500"
Height="50px">
Height="100px">
</f:TextArea>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtOtherDef" runat="server" Label="其它情况简述" LabelWidth="110px"
LabelAlign="Right" MaxLength="500"
Height="50px">
Height="100px">
</f:TextArea>
</Items>
</f:FormRow>
@@ -116,8 +120,11 @@
TextAlign="Left">
</f:RenderField>
<f:CheckBoxField Width="60px" SortField="IsUsed" RenderAsStaticField="true" DataField="IsUsed"
HeaderText="在用" HeaderTextAlign="Center" TextAlign="Center">
</f:CheckBoxField>
HeaderText="在用" HeaderTextAlign="Center" TextAlign="Center">
</f:CheckBoxField>
<f:CheckBoxField Width="60px" SortField="IsIn" RenderAsStaticField="true" DataField="IsIn"
HeaderText="在场" HeaderTextAlign="Center" TextAlign="Center">
</f:CheckBoxField>
</Columns>
<Listeners>
<f:Listener Event="beforerowcontextmenu" Handler="onRowContextMenu" />
@@ -157,7 +164,7 @@
</f:Form>
<f:Window ID="Window1" Title="主要设备基本情况" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" OnClose="Window1_Close" IsModal="true"
Width="700px" Height="540px">
Width="700px" Height="600px">
</f:Window>
<f:Window ID="WindowAtt" Title="附件" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"