initProject
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Depart.aspx.cs" Inherits="FineUIPro.Web.BaseInfo.Depart" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<f:PageManager ID="PageManager1" runat="server" />
|
||||
<f:Grid ID="Grid1" IsFluid="true" CssClass="blockpanel" Title="表格" EnableCollapse="false" ShowBorder="true" ShowHeader="true"
|
||||
runat="server" DataKeyNames="DepartId">
|
||||
<Columns>
|
||||
<f:RowNumberField />
|
||||
<f:BoundField DataField="DepartCode" DataSimulateTreeLevelField="SupCheckItem" DataFormatString="{0}"
|
||||
HeaderText="Bu.Code" Width="200px"/>
|
||||
<f:BoundField DataField="DepartName" HeaderText="Bu.Name" Width="200px"/>
|
||||
</Columns>
|
||||
</f:Grid>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user