天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
1.0 KiB

<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/AppMaster.Master" Inherits="System.Web.Mvc.ViewPage<QMAPP.Common.Web.Models.PerceptModel>" %>
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
<%=Html.QPList() %>
<%=Html.QDateGrid<QMAPP.Common.Web.Models.PerceptModel>(Model)%>
<%=Html.QPEnd() %>
<script language="javascript">
function selectItem(rowIndex, rowData) {
parent._setValueAutoComplete(rowData);
parent.closeAppWindow1();
return false;
}
</script>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ToolContent" runat="server">
<table cellpadding="0" cellspacing="0">
<tr>
<td><%=Html.QTButton("close", "close","close", "parent.closeAppWindow1();return false;", (s, f) => { return true; })%> </td>
<td></td>
</tr>
</table>
</asp:Content>