2022-12-20 09:32:32 +08:00
|
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CheckFineListView.aspx.cs" Inherits="FineUIPro.Web.CQMS.Check.CheckFineListView" %>
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head runat="server">
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,CheckList_Window2_Title%>"/></title>
|
2022-12-20 09:32:32 +08:00
|
|
|
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.labcenter {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f-grid-row .f-grid-cell-inner {
|
|
|
|
|
white-space: normal;
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.f-grid-row.red {
|
|
|
|
|
background-color: #FF7575;
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fontred {
|
|
|
|
|
color: #FF7575;
|
|
|
|
|
background-image: none;
|
|
|
|
|
}
|
|
|
|
|
</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:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
|
|
|
<Rows>
|
|
|
|
|
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:TextBox ID="txtProjectName" runat="server" Readonly="true" Label="<%$ Resources:Lan,EditConstructSolution_txtProjectName_Label%>" LabelAlign="Right"
|
2022-12-20 09:32:32 +08:00
|
|
|
|
MaxLength="50">
|
|
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:TextBox ID="txtDocCode" runat="server" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,DataReceiving_FileCode_Label%>" LabelAlign="Right" Readonly="true"
|
2022-12-20 09:32:32 +08:00
|
|
|
|
MaxLength="50">
|
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:DropDownList ID="drpUnit" ShowRedStar="true" runat="server" Required="true" Label="<%$ Resources:Lan,CheckFineListView_drpUnit_Label%>" LabelAlign="Right" Readonly="true" EmptyText="<%$ Resources:Lan,DesignDrawingsEdit_SelectOption%>" AutoSelectFirstItem="false" EnableEdit="true">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:DropDownList>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:TextArea ID="txtQuestionDef" ShowRedStar="true" Required="true" runat="server" Label="<%$ Resources:Lan,CheckFineListView_txtQuestionDef_Label%>" MaxLength="500" Readonly="true">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:TextArea>
|
|
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:TextBox ID="txtCheckMan" runat="server" Readonly="true" Label="<%$ Resources:Lan,CheckFineListView_txtCheckMan_Label%>" LabelAlign="Right"
|
2022-12-20 09:32:32 +08:00
|
|
|
|
MaxLength="50">
|
|
|
|
|
</f:TextBox>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:DatePicker ID="txtCheckDate" ShowRedStar="true" runat="server" Label="<%$ Resources:Lan,CheckFineListView_txtCheckDate_Label%>" Required="true" LabelAlign="Right" Readonly="true"
|
2022-12-20 09:32:32 +08:00
|
|
|
|
EnableEdit="true">
|
|
|
|
|
</f:DatePicker>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow ID="plApprove2">
|
|
|
|
|
<Items>
|
|
|
|
|
|
|
|
|
|
<f:ContentPanel Title="质量罚款单审批列表" ShowBorder="true"
|
|
|
|
|
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
|
|
|
|
|
runat="server">
|
|
|
|
|
<f:Grid ID="gvApprove" IsFluid="true" CssClass="blockpanel" ShowBorder="true" ShowHeader="false" runat="server" EnableCollapse="false"
|
|
|
|
|
DataKeyNames="CheckFineApproveId" EnableColumnLines="true" ForceFit="true">
|
|
|
|
|
<Columns>
|
|
|
|
|
<f:RowNumberField Width="20px" />
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:TemplateField ColumnID="State" Width="250px" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveType_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center"
|
2022-12-20 09:32:32 +08:00
|
|
|
|
EnableLock="true" Locked="False">
|
|
|
|
|
<ItemTemplate>
|
|
|
|
|
<asp:Label ID="lbtype" runat="server" Text='<%# ConvertState(Eval("ApproveType")) %>'></asp:Label>
|
|
|
|
|
</ItemTemplate>
|
|
|
|
|
</f:TemplateField>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:BoundField Width="180px" DataField="ApproveMan" HeaderTextAlign="Center" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveMan_HeaderText%>" TextAlign="Center" />
|
|
|
|
|
<f:BoundField Width="200px" DataField="ApproveDate" HeaderTextAlign="Center" TextAlign="Center" DataFormatString="{0:yyyy-MM-dd}" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveDate_HeaderText%>" />
|
|
|
|
|
<f:BoundField Width="180px" DataField="ApproveIdea" HeaderTextAlign="Center" TextAlign="Center" HeaderText="<%$ Resources:Lan,EditConstructSolution_gvApprove_ApproveIdea_HeaderText%>" />
|
2022-12-20 09:32:32 +08:00
|
|
|
|
|
|
|
|
|
</Columns>
|
|
|
|
|
</f:Grid>
|
|
|
|
|
</f:ContentPanel>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
</Rows>
|
|
|
|
|
</f:Form>
|
|
|
|
|
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
</Rows>
|
|
|
|
|
<Toolbars>
|
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:HiddenField ID="hdCheckControlCode" runat="server"></f:HiddenField>
|
|
|
|
|
<f:ToolbarFill ID="ToolbarFill1" runat="server">
|
|
|
|
|
</f:ToolbarFill>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:Button ID="btnSaveAndDownLoad" OnClick="btnDown_Click" EnableAjax="false" DisableControlBeforePostBack="false" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,CheckFineListView_btnSaveAndDownLoad_ToolTip%>" Text="<%$ Resources:Lan,CheckFineListView_btnSaveAndDownLoad_ToolTip%>" Hidden="true">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:Button>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<%-- <f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ZlgltxEdit_btnClose_ToolTip%>" OnClick="btnClose_Click" runat="server" Icon="SystemClose">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:Button>--%>
|
|
|
|
|
<f:HiddenField ID="hdId" runat="server">
|
|
|
|
|
</f:HiddenField>
|
|
|
|
|
<f:HiddenField ID="hdAttachUrl" runat="server">
|
|
|
|
|
</f:HiddenField>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Toolbar>
|
|
|
|
|
</Toolbars>
|
|
|
|
|
</f:Form>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:Window ID="Window1" Title="<%$ Resources:Lan,SpotDataCheckView_WindowTitle_EditDetail%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
2022-12-20 09:32:32 +08:00
|
|
|
|
Target="Parent" EnableResize="false" runat="server" IsModal="true"
|
|
|
|
|
Width="1100px" Height="520px">
|
|
|
|
|
</f:Window>
|
2025-02-22 14:06:48 +08:00
|
|
|
|
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ITPListProjectEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
|
2022-12-20 09:32:32 +08:00
|
|
|
|
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
|
|
|
|
|
Height="500px">
|
|
|
|
|
</f:Window>
|
|
|
|
|
<f:Menu ID="Menu1" runat="server">
|
|
|
|
|
<f:MenuButton ID="btnMenuEdit" EnablePostBack="true"
|
|
|
|
|
Icon="Pencil" runat="server" Text="">
|
|
|
|
|
</f:MenuButton>
|
|
|
|
|
<f:MenuButton ID="btnMenuDelete" EnablePostBack="true"
|
2025-02-22 14:06:48 +08:00
|
|
|
|
Icon="Delete" ConfirmText="<%$ Resources:Lan,ITPListProject_btnMenuDel_ConfirmText%>" ConfirmTarget="Parent" runat="server" Text="<%$ Resources:Lan,ITPListProject_btnMenuDel_Text%>">
|
2022-12-20 09:32:32 +08:00
|
|
|
|
</f:MenuButton>
|
|
|
|
|
</f:Menu>
|
|
|
|
|
</form>
|
|
|
|
|
<script>
|
|
|
|
|
var menuID = '<%= Menu1.ClientID %>';
|
|
|
|
|
|
|
|
|
|
// 返回false,来阻止浏览器右键菜单
|
|
|
|
|
function onRowContextMenu(event, rowId) {
|
|
|
|
|
F(menuID).show(); //showAt(event.pageX, event.pageY);
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function onGridDataLoad(event) {
|
|
|
|
|
this.mergeColumns(['CheckItemType']);
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|