2025-06-06 16:00:39 +08:00

48 lines
929 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@*
*Authorjxx
*Contact283591387@qq.com
* 此代码由框架生成,请勿随意更改
*@
@{
Layout = "~/Views/Shared/ManagerLayout.cshtml";
}
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div style=" padding: 0px 5px 0px 2px; height: 100%;">
<div id="lay-search-panel" class="panel lay-panel" style=" margin-bottom: 5px;border:0px;">
</div>
<div id="lay-reslut" class=" lay-reslut ">
<table id="dataGrid"></table>
</div>
</div>
</body>
</html>
{#uploader}
{#ueditor}
<script>
{#dropDownIds}
var searchData = {#searchHtml};
var editData = {#editSource};
var gridParameters = {#gridParameters};
var $elementGrid;
window.onload = function () {
$elementGrid = $('#dataGrid').datagrid(gridParameters);
}
var $elementDetailGrid;
var gridDetailParameters = {#gridDetailParameters};
</script>