2023-07-07

This commit is contained in:
2023-07-07 16:19:46 +08:00
parent baafb69b65
commit a8b2ae27c3
9 changed files with 227 additions and 764 deletions
@@ -1,5 +1,6 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ActionPlanListEdit.aspx.cs" Inherits="FineUIPro.Mobile.ZHGL.Plan.ActionPlanListEdit" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -159,7 +160,7 @@
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="ActionPlanListApproveId" EnableColumnLines="true" OnRowCommand="gvApprove_RowCommand" ForceFit="true">
DataKeyNames="ActionPlanListApproveId" EnableColumnLines="true" OnRowCommand="gvApprove_RowCommand">
<Columns>
<f:RowNumberField Width="40px" HeaderText="序号" HeaderTextAlign="Center" TextAlign="Center" />
<f:TemplateField ColumnID="ApproveType" Width="150px" HeaderText="办理类型" HeaderTextAlign="Center" TextAlign="Center"
@@ -246,4 +247,3 @@
</script>
</body>
</html>
@@ -8,7 +8,7 @@ using System.Web.UI.WebControls;
namespace FineUIPro.Mobile.ZHGL.Plan
{
public partial class ActionPlanListEdit : PageBase
public partial class ActionPlanListEdit : PageBaseMobile
{
#region
/// <summary>