This commit is contained in:
夏菊 2026-01-12 10:40:15 +08:00
parent 24fffc5678
commit e8f73350eb
2 changed files with 1 additions and 126 deletions

View File

@ -63,7 +63,7 @@
<f:Panel ID="Panel4" CssClass="blockpanel" runat="server" EnableCollapse="false" <f:Panel ID="Panel4" CssClass="blockpanel" runat="server" EnableCollapse="false"
BodyPadding="10px" ShowBorder="true" ShowHeader="false"> BodyPadding="10px" ShowBorder="true" ShowHeader="false">
<Items> <Items>
<f:TabStrip ID="TabStrip1" CssClass="f-tabstrip-theme-simple" Height="360px" ShowBorder="true" <f:TabStrip ID="TabStrip1" CssClass="f-tabstrip-theme-simple" Height="480px" ShowBorder="true"
TabPosition="Top" MarginBottom="5px" EnableTabCloseMenu="false" runat="server"> TabPosition="Top" MarginBottom="5px" EnableTabCloseMenu="false" runat="server">
<Tabs> <Tabs>
<f:Tab ID="Tab2" Title="统计结果" BodyPadding="5px" Layout="Fit" IconFont="Bookmark" runat="server" <f:Tab ID="Tab2" Title="统计结果" BodyPadding="5px" Layout="Fit" IconFont="Bookmark" runat="server"

View File

@ -10256,14 +10256,6 @@ namespace Model
} }
} }
public System.Data.Linq.Table<View_EmployInOutRecord> View_EmployInOutRecord
{
get
{
return this.GetTable<View_EmployInOutRecord>();
}
}
public System.Data.Linq.Table<View_Environmental_ArchitectureReport> View_Environmental_ArchitectureReport public System.Data.Linq.Table<View_Environmental_ArchitectureReport> View_Environmental_ArchitectureReport
{ {
get get
@ -432357,123 +432349,6 @@ namespace Model
} }
} }
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_EmployInOutRecord")]
public partial class View_EmployInOutRecord
{
private string _ProjectId;
private string _UnitId;
private string _PostId;
private System.Nullable<System.DateTime> _RecordDate;
private string _UnitWorkId;
private System.Nullable<int> _ActualQuantity;
public View_EmployInOutRecord()
{
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
public string ProjectId
{
get
{
return this._ProjectId;
}
set
{
if ((this._ProjectId != value))
{
this._ProjectId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitId", DbType="VarChar(100)")]
public string UnitId
{
get
{
return this._UnitId;
}
set
{
if ((this._UnitId != value))
{
this._UnitId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PostId", DbType="NVarChar(50)")]
public string PostId
{
get
{
return this._PostId;
}
set
{
if ((this._PostId != value))
{
this._PostId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_RecordDate", DbType="DateTime")]
public System.Nullable<System.DateTime> RecordDate
{
get
{
return this._RecordDate;
}
set
{
if ((this._RecordDate != value))
{
this._RecordDate = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitWorkId", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string UnitWorkId
{
get
{
return this._UnitWorkId;
}
set
{
if ((this._UnitWorkId != value))
{
this._UnitWorkId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ActualQuantity", DbType="Int")]
public System.Nullable<int> ActualQuantity
{
get
{
return this._ActualQuantity;
}
set
{
if ((this._ActualQuantity != value))
{
this._ActualQuantity = value;
}
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Environmental_ArchitectureReport")] [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Environmental_ArchitectureReport")]
public partial class View_Environmental_ArchitectureReport public partial class View_Environmental_ArchitectureReport
{ {