SGGL_SHJ/SGGL/FineUIPro.Web/CQMS/Material/ConstructionTestView.aspx

114 lines
6.8 KiB
Plaintext
Raw Normal View History

2022-09-05 16:36:31 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ConstructionTestView.aspx.cs" Inherits="FineUIPro.Web.CQMS.Material.ConstructionTestView" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>施工试验</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<script src="../../Controls/My97DatePicker/WdatePicker.js" type="text/javascript"></script>
<style type="text/css">
.labcenter {
text-align: center;
}
.f-grid-row .f-grid-cell-inner {
white-space: normal;
word-break: break-all;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel2" Title="施工试验" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
<Rows>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnit" runat="server" Label="分包单位" LabelAlign="Right" EnableEdit="true" ShowRedStar="true" Required="true" LabelWidth="120px" Readonly="true">
</f:DropDownList>
<f:TextBox ID="txtConstructionTestName" runat="server" LabelWidth="120px" Required="true" ShowRedStar="true" Label="施工试验名称" LabelAlign="Right" Readonly="true"
MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpConstructionTestType" runat="server" Label="施工试验类型" LabelAlign="Right" EnableEdit="true" LabelWidth="120px" Readonly="true">
</f:DropDownList>
<f:TextBox ID="txtSpotCheckRate" runat="server" LabelWidth="120px" Label="抽检比例" LabelAlign="Right" Readonly="true"
MaxLength="50">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSpotCheckNum" runat="server" LabelWidth="120px" Label="抽检数量" LabelAlign="Right" Readonly="true"
MaxLength="50">
</f:TextBox>
<f:DropDownList ID="drpWitness" runat="server" Label="见证人" LabelAlign="Right" EnableEdit="true" LabelWidth="120px" EnableMultiSelect="true" Readonly="true" EnableCheckBoxSelect="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList runat="server" ID="rblCheckResult" Label="检验结果" ShowRedStar="true" Required="true" LabelAlign="Right" LabelWidth="120px" Readonly="true">
<f:RadioItem Text="合格" Value="True" />
<f:RadioItem Text="不合格" Value="False" />
</f:RadioButtonList>
<f:DropDownList ID="drpCheckUnit" runat="server" Label="检验单位" LabelAlign="Right" EnableEdit="true" LabelWidth="120px" Readonly="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Panel ID="Panel1" ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
<Items>
<f:Label runat="server" Text="附件:" CssStyle="padding-left:65px" Width="120px" CssClass="marginr" ShowLabel="false"></f:Label>
<f:Button ID="imgBtnFile" Text="附件" ToolTip="上传及查看" Icon="TableCell" runat="server"
OnClick="imgBtnFile_Click">
</f:Button>
</Items>
</f:Panel>
</Items>
</f:FormRow>
</Rows>
</f:Form>
</f:ContentPanel>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Label runat="server" ID="lbTemp">
</f:Label>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:HiddenField ID="hdId" runat="server">
</f:HiddenField>
<f:HiddenField ID="hdAttachUrl" runat="server">
</f:HiddenField>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" OnClose="WindowAtt_Close" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>
</form>
</body>
</html>