添加国际化
This commit is contained in:
parent
6fd65fc61d
commit
c19b32cae3
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"dotnet.preferCSharpExtension": true
|
||||
}
|
|
@ -0,0 +1,63 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Resources {
|
||||
using System;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
||||
/// </summary>
|
||||
// 此类是由 StronglyTypedResourceBuilder
|
||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||
// (以 /str 作为命令选项),或重新生成 Visual Studio 项目。
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "17.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Lan {
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Lan() {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 返回此类使用的缓存的 ResourceManager 实例。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.ReferenceEquals(resourceMan, null)) {
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Resources.Lan", global::System.Reflection.Assembly.Load("App_GlobalResources"));
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 重写当前线程的 CurrentUICulture 属性,对
|
||||
/// 使用此强类型资源类的所有资源查找执行重写。
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture {
|
||||
get {
|
||||
return resourceCulture;
|
||||
}
|
||||
set {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Title" xml:space="preserve">
|
||||
<value>Digital Construction Management Information Platform</value>
|
||||
</data>
|
||||
<data name="Username" xml:space="preserve">
|
||||
<value>Username</value>
|
||||
</data>
|
||||
<data name="Password" xml:space="preserve">
|
||||
<value>Password</value>
|
||||
</data>
|
||||
<data name="RememberMe" xml:space="preserve">
|
||||
<value>Remember me for 7 days</value>
|
||||
</data>
|
||||
<data name="Login" xml:space="preserve">
|
||||
<value>Login</value>
|
||||
</data>
|
||||
<data name="LoginError" xml:space="preserve">
|
||||
<value>Incorrect username or password!</value>
|
||||
</data>
|
||||
</root>
|
|
@ -0,0 +1,125 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
|
||||
<xsd:schema id="root"
|
||||
xmlns=""
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Title" xml:space="preserve">
|
||||
<value>数字化施工管理信息平台</value>
|
||||
</data>
|
||||
<data name="Username" xml:space="preserve">
|
||||
<value>用户名</value>
|
||||
</data>
|
||||
<data name="Password" xml:space="preserve">
|
||||
<value>密码</value>
|
||||
</data>
|
||||
<data name="RememberMe" xml:space="preserve">
|
||||
<value>一周内自动登录</value>
|
||||
</data>
|
||||
<data name="Login" xml:space="preserve">
|
||||
<value>登 录</value>
|
||||
</data>
|
||||
<data name="LoginError" xml:space="preserve">
|
||||
<value>账号密码不正确!</value>
|
||||
</data>
|
||||
<data name="RememberMeText" xml:space="preserve">
|
||||
<value>一周内自动登录</value>
|
||||
</data>
|
||||
</root>
|
|
@ -0,0 +1,125 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 1.3
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">1.3</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1">this is my long string</data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
[base64 mime encoded serialized .NET Framework object]
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
[base64 mime encoded string representing a byte array form of the .NET Framework object]
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
|
||||
<xsd:schema id="root"
|
||||
xmlns=""
|
||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>1.3</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="Title" xml:space="preserve">
|
||||
<value>数字化施工管理信息平台</value>
|
||||
</data>
|
||||
<data name="Username" xml:space="preserve">
|
||||
<value>用户名</value>
|
||||
</data>
|
||||
<data name="Password" xml:space="preserve">
|
||||
<value>密码</value>
|
||||
</data>
|
||||
<data name="RememberMe" xml:space="preserve">
|
||||
<value>一周内自动登录</value>
|
||||
</data>
|
||||
<data name="Login" xml:space="preserve">
|
||||
<value>登 录</value>
|
||||
</data>
|
||||
<data name="LoginError" xml:space="preserve">
|
||||
<value>账号密码不正确!</value>
|
||||
</data>
|
||||
<data name="RememberMeText" xml:space="preserve">
|
||||
<value>一周内自动登录</value>
|
||||
</data>
|
||||
</root>
|
|
@ -2630,3 +2630,533 @@ IP地址:::1
|
|||
|
||||
出错时间:11/10/2024 12:12:45
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:NullReferenceException
|
||||
错误信息:未将对象引用设置到对象的实例。
|
||||
错误堆栈:
|
||||
在 (PageManager )
|
||||
在 FineUIPro.ControlBase.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.Component.OnFirstPreRender()
|
||||
在 (Component )
|
||||
在 FineUIPro.BoxComponent.OnFirstPreRender()
|
||||
在 (BoxComponent )
|
||||
在 FineUIPro.Container.OnFirstPreRender()
|
||||
在 (Container )
|
||||
在 FineUIPro.PanelBase.OnFirstPreRender()
|
||||
在 (PanelBase )
|
||||
在 FineUIPro.CollapsablePanel.OnFirstPreRender()
|
||||
在 (CollapsablePanel )
|
||||
在 FineUIPro.Window.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.ControlBase.jcLvABeDsHQyyAbZhsfaLCMRNprM()
|
||||
在 (ControlBase )
|
||||
在 xCmAQBtUiwmKoGvxhPONMYvYbMln.jcLvABeDsHQyyAbZhsfaLCMRNprM(Object , EventArgs )
|
||||
在 System.Web.UI.Page.OnPreRenderComplete(EventArgs e)
|
||||
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
||||
出错时间:11/11/2024 15:32:45
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
操作人员:JT
|
||||
|
||||
出错时间:11/11/2024 15:32:45
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:NullReferenceException
|
||||
错误信息:未将对象引用设置到对象的实例。
|
||||
错误堆栈:
|
||||
在 (PageManager )
|
||||
在 FineUIPro.ControlBase.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.Component.OnFirstPreRender()
|
||||
在 (Component )
|
||||
在 FineUIPro.BoxComponent.OnFirstPreRender()
|
||||
在 (BoxComponent )
|
||||
在 FineUIPro.Container.OnFirstPreRender()
|
||||
在 (Container )
|
||||
在 FineUIPro.PanelBase.OnFirstPreRender()
|
||||
在 (PanelBase )
|
||||
在 FineUIPro.CollapsablePanel.OnFirstPreRender()
|
||||
在 (CollapsablePanel )
|
||||
在 FineUIPro.Window.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.ControlBase.jcLvABeDsHQyyAbZhsfaLCMRNprM()
|
||||
在 (ControlBase )
|
||||
在 xCmAQBtUiwmKoGvxhPONMYvYbMln.jcLvABeDsHQyyAbZhsfaLCMRNprM(Object , EventArgs )
|
||||
在 System.Web.UI.Page.OnPreRenderComplete(EventArgs e)
|
||||
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
||||
出错时间:11/11/2024 15:32:53
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
操作人员:JT
|
||||
|
||||
出错时间:11/11/2024 15:32:53
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:NullReferenceException
|
||||
错误信息:未将对象引用设置到对象的实例。
|
||||
错误堆栈:
|
||||
在 (PageManager )
|
||||
在 FineUIPro.ControlBase.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.Component.OnFirstPreRender()
|
||||
在 (Component )
|
||||
在 FineUIPro.BoxComponent.OnFirstPreRender()
|
||||
在 (BoxComponent )
|
||||
在 FineUIPro.Container.OnFirstPreRender()
|
||||
在 (Container )
|
||||
在 FineUIPro.PanelBase.OnFirstPreRender()
|
||||
在 (PanelBase )
|
||||
在 FineUIPro.CollapsablePanel.OnFirstPreRender()
|
||||
在 (CollapsablePanel )
|
||||
在 FineUIPro.Window.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.ControlBase.jcLvABeDsHQyyAbZhsfaLCMRNprM()
|
||||
在 (ControlBase )
|
||||
在 xCmAQBtUiwmKoGvxhPONMYvYbMln.jcLvABeDsHQyyAbZhsfaLCMRNprM(Object , EventArgs )
|
||||
在 System.Web.UI.Page.OnPreRenderComplete(EventArgs e)
|
||||
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
||||
出错时间:11/11/2024 15:43:36
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
操作人员:JT
|
||||
|
||||
出错时间:11/11/2024 15:43:36
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:NullReferenceException
|
||||
错误信息:未将对象引用设置到对象的实例。
|
||||
错误堆栈:
|
||||
在 (PageManager )
|
||||
在 FineUIPro.ControlBase.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.Component.OnFirstPreRender()
|
||||
在 (Component )
|
||||
在 FineUIPro.BoxComponent.OnFirstPreRender()
|
||||
在 (BoxComponent )
|
||||
在 FineUIPro.Container.OnFirstPreRender()
|
||||
在 (Container )
|
||||
在 FineUIPro.PanelBase.OnFirstPreRender()
|
||||
在 (PanelBase )
|
||||
在 FineUIPro.CollapsablePanel.OnFirstPreRender()
|
||||
在 (CollapsablePanel )
|
||||
在 FineUIPro.Window.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.ControlBase.jcLvABeDsHQyyAbZhsfaLCMRNprM()
|
||||
在 (ControlBase )
|
||||
在 xCmAQBtUiwmKoGvxhPONMYvYbMln.jcLvABeDsHQyyAbZhsfaLCMRNprM(Object , EventArgs )
|
||||
在 System.Web.UI.Page.OnPreRenderComplete(EventArgs e)
|
||||
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
||||
出错时间:11/11/2024 15:43:53
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
操作人员:JT
|
||||
|
||||
出错时间:11/11/2024 15:43:53
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:NullReferenceException
|
||||
错误信息:未将对象引用设置到对象的实例。
|
||||
错误堆栈:
|
||||
在 (PageManager )
|
||||
在 FineUIPro.ControlBase.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.Component.OnFirstPreRender()
|
||||
在 (Component )
|
||||
在 FineUIPro.BoxComponent.OnFirstPreRender()
|
||||
在 (BoxComponent )
|
||||
在 FineUIPro.Container.OnFirstPreRender()
|
||||
在 (Container )
|
||||
在 FineUIPro.PanelBase.OnFirstPreRender()
|
||||
在 (PanelBase )
|
||||
在 FineUIPro.CollapsablePanel.OnFirstPreRender()
|
||||
在 (CollapsablePanel )
|
||||
在 FineUIPro.Window.OnFirstPreRender()
|
||||
在 (ControlBase )
|
||||
在 FineUIPro.ControlBase.jcLvABeDsHQyyAbZhsfaLCMRNprM()
|
||||
在 (ControlBase )
|
||||
在 xCmAQBtUiwmKoGvxhPONMYvYbMln.jcLvABeDsHQyyAbZhsfaLCMRNprM(Object , EventArgs )
|
||||
在 System.Web.UI.Page.OnPreRenderComplete(EventArgs e)
|
||||
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
||||
出错时间:11/11/2024 15:43:58
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
操作人员:JT
|
||||
|
||||
出错时间:11/11/2024 15:43:58
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpParseException
|
||||
错误信息:“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
|
||||
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
|
||||
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
|
||||
----错误类型:HttpException
|
||||
----错误信息:
|
||||
----“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
----错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessError(String message)
|
||||
在 System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
|
||||
在 System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
|
||||
出错时间:11/11/2024 21:54:59
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/11/2024 21:55:00
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpParseException
|
||||
错误信息:“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
|
||||
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
|
||||
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
|
||||
----错误类型:HttpException
|
||||
----错误信息:
|
||||
----“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
----错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessError(String message)
|
||||
在 System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
|
||||
在 System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
|
||||
出错时间:11/11/2024 21:57:02
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/11/2024 21:57:02
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpParseException
|
||||
错误信息:“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
|
||||
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
|
||||
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
|
||||
----错误类型:HttpException
|
||||
----错误信息:
|
||||
----“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
----错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessError(String message)
|
||||
在 System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
|
||||
在 System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
|
||||
出错时间:11/11/2024 21:57:10
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/11/2024 21:57:10
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpParseException
|
||||
错误信息:“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
|
||||
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
|
||||
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
|
||||
----错误类型:HttpException
|
||||
----错误信息:
|
||||
----“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
----错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessError(String message)
|
||||
在 System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
|
||||
在 System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
|
||||
出错时间:11/11/2024 22:02:36
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/11/2024 22:02:36
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpParseException
|
||||
错误信息:“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
|
||||
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
|
||||
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
|
||||
----错误类型:HttpException
|
||||
----错误信息:
|
||||
----“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
----错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessError(String message)
|
||||
在 System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
|
||||
在 System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
|
||||
出错时间:11/11/2024 22:44:47
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/11/2024 22:44:47
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpParseException
|
||||
错误信息:“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
|
||||
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
|
||||
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
|
||||
----错误类型:HttpException
|
||||
----错误信息:
|
||||
----“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
----错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessError(String message)
|
||||
在 System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
|
||||
在 System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
|
||||
出错时间:11/11/2024 22:45:39
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/11/2024 22:45:39
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpCompileException
|
||||
错误信息:e:\work\project\成达\sggl_cd\SGGL\FineUIPro.Web\ZHGL\FirstArticalInspaction\LLM.aspx(15): error CS0123: “btnHello_Click”的重载均与委托“System.EventHandler”不匹配
|
||||
错误堆栈:
|
||||
在 System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath)
|
||||
在 System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
|
||||
在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
|
||||
在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
|
||||
在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
|
||||
在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
|
||||
出错时间:11/11/2024 22:45:41
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/LLM.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/11/2024 22:45:41
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpCompileException
|
||||
错误信息:e:\work\project\成达\sggl_cd\SGGL\FineUIPro.Web\ZHGL\FirstArticalInspaction\LLM.aspx(15): error CS0123: “btnHello_Click”的重载均与委托“System.EventHandler”不匹配
|
||||
错误堆栈:
|
||||
在 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
|
||||
在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
|
||||
在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
|
||||
在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
|
||||
在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
|
||||
出错时间:11/11/2024 22:46:58
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/LLM.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/11/2024 22:46:58
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpCompileException
|
||||
错误信息:e:\work\project\成达\sggl_cd\SGGL\FineUIPro.Web\ZHGL\FirstArticalInspaction\LLM.aspx(29): error CS1061: “ASP.zhgl_firstarticalinspaction_llm_aspx”不包含“TextBox2_TextChanged”的定义,并且找不到可接受类型为“ASP.zhgl_firstarticalinspaction_llm_aspx”的第一个参数的扩展方法“TextBox2_TextChanged”(是否缺少 using 指令或程序集引用?)
|
||||
错误堆栈:
|
||||
在 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
|
||||
在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
|
||||
在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
|
||||
在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
|
||||
在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
|
||||
出错时间:11/16/2024 22:44:36
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/LLM.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/16/2024 22:44:36
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpCompileException
|
||||
错误信息:e:\work\project\成达\sggl_cd\SGGL\FineUIPro.Web\ZHGL\FirstArticalInspaction\LLM.aspx(29): error CS1061: “ASP.zhgl_firstarticalinspaction_llm_aspx”不包含“TextBox2_TextChanged”的定义,并且找不到可接受类型为“ASP.zhgl_firstarticalinspaction_llm_aspx”的第一个参数的扩展方法“TextBox2_TextChanged”(是否缺少 using 指令或程序集引用?)
|
||||
错误堆栈:
|
||||
在 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
|
||||
在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
|
||||
在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
|
||||
在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
|
||||
在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
|
||||
出错时间:11/16/2024 22:46:48
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/LLM.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/16/2024 22:46:48
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpParseException
|
||||
错误信息:“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
|
||||
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
|
||||
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
|
||||
----错误类型:HttpException
|
||||
----错误信息:
|
||||
----“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
----错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessError(String message)
|
||||
在 System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
|
||||
在 System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
|
||||
出错时间:11/16/2024 22:47:55
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/16/2024 22:47:55
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:InvalidOperationException
|
||||
错误信息:此上下文中不允许异步操作。启动异步操作的页必须将 Async 特性设置为 true,并且异步操作只能在 PreRenderComplete 事件之前的页上启动。
|
||||
错误堆栈:
|
||||
在 System.Web.LegacyAspNetSynchronizationContext.OperationStarted()
|
||||
在 System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Create()
|
||||
在 FineUIPro.Web.ZHGL.FirstArticalInspaction.LLM.OnButtonClick(Object sender, EventArgs e)
|
||||
在 FineUIPro.Button.OnClick(EventArgs e)
|
||||
在 (Button , EventArgs )
|
||||
在 FineUIPro.Button.RaisePostBackEvent(String eventArgument)
|
||||
在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
|
||||
在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
|
||||
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
||||
出错时间:11/23/2024 15:17:50
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/LLM.aspx
|
||||
IP地址:::1
|
||||
操作人员:JT
|
||||
|
||||
出错时间:11/23/2024 15:17:50
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpCompileException
|
||||
错误信息:e:\work\project\成达\sggl_cd\SGGL\FineUIPro.Web\ZHGL\FirstArticalInspaction\LLM.aspx(33): error CS1061: “ASP.zhgl_firstarticalinspaction_llm_aspx”不包含“OnButtonClick”的定义,并且找不到可接受类型为“ASP.zhgl_firstarticalinspaction_llm_aspx”的第一个参数的扩展方法“OnButtonClick”(是否缺少 using 指令或程序集引用?)
|
||||
错误堆栈:
|
||||
在 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
|
||||
在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
|
||||
在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
|
||||
在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)
|
||||
在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
|
||||
在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
|
||||
在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
|
||||
出错时间:11/23/2024 15:19:34
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/LLM.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/23/2024 15:19:34
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:InvalidOperationException
|
||||
错误信息:此上下文中不允许异步操作。启动异步操作的页必须将 Async 特性设置为 true,并且异步操作只能在 PreRenderComplete 事件之前的页上启动。
|
||||
错误堆栈:
|
||||
在 System.Web.LegacyAspNetSynchronizationContext.OperationStarted()
|
||||
在 System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Create()
|
||||
在 FineUIPro.Web.ZHGL.FirstArticalInspaction.LLM.TextBox2_TextChanged(Object sender, EventArgs e)
|
||||
在 FineUIPro.RealTextField.OnTextChanged(EventArgs e)
|
||||
在 (RealTextField , EventArgs )
|
||||
在 FineUIPro.RealTextField.RaisePostDataChangedEvent()
|
||||
在 System.Web.UI.Page.RaiseChangedEvents()
|
||||
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
||||
出错时间:11/23/2024 15:20:58
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/LLM.aspx
|
||||
IP地址:::1
|
||||
操作人员:JT
|
||||
|
||||
出错时间:11/23/2024 15:20:58
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:InvalidOperationException
|
||||
错误信息:此上下文中不允许异步操作。启动异步操作的页必须将 Async 特性设置为 true,并且异步操作只能在 PreRenderComplete 事件之前的页上启动。
|
||||
错误堆栈:
|
||||
在 System.Web.LegacyAspNetSynchronizationContext.OperationStarted()
|
||||
在 System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Create()
|
||||
在 FineUIPro.Web.ZHGL.FirstArticalInspaction.LLM.TextBox2_TextChanged(Object sender, EventArgs e)
|
||||
在 FineUIPro.RealTextField.OnTextChanged(EventArgs e)
|
||||
在 (RealTextField , EventArgs )
|
||||
在 FineUIPro.RealTextField.RaisePostDataChangedEvent()
|
||||
在 System.Web.UI.Page.RaiseChangedEvents()
|
||||
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
|
||||
出错时间:11/23/2024 15:21:02
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/LLM.aspx
|
||||
IP地址:::1
|
||||
操作人员:JT
|
||||
|
||||
出错时间:11/23/2024 15:21:02
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:JsonReaderException
|
||||
错误信息:Unexpected character encountered while parsing value: 远. Path '', line 0, position 0.
|
||||
错误堆栈:
|
||||
在 Newtonsoft.Json.JsonTextReader.ParseValue()
|
||||
在 Newtonsoft.Json.JsonTextReader.Read()
|
||||
在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
|
||||
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
|
||||
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
|
||||
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
|
||||
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
|
||||
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
|
||||
在 BLL.WeatherService.GetWeather(String projectId) 位置 E:\work\project\成达\sggl_cd\SGGL\BLL\Common\WeatherService.cs:行号 96
|
||||
出错时间:11/26/2024 20:30:20
|
||||
出错时间:11/26/2024 20:30:20
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:JsonReaderException
|
||||
错误信息:Unexpected character encountered while parsing value: 远. Path '', line 0, position 0.
|
||||
错误堆栈:
|
||||
在 Newtonsoft.Json.JsonTextReader.ParseValue()
|
||||
在 Newtonsoft.Json.JsonTextReader.Read()
|
||||
在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
|
||||
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
|
||||
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
|
||||
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
|
||||
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
|
||||
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
|
||||
在 BLL.WeatherService.GetWeather(String projectId) 位置 E:\work\project\成达\sggl_cd\SGGL\BLL\Common\WeatherService.cs:行号 96
|
||||
出错时间:11/26/2024 20:31:16
|
||||
出错时间:11/26/2024 20:31:16
|
||||
|
||||
|
||||
错误信息开始=====>
|
||||
错误类型:HttpParseException
|
||||
错误信息:“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
|
||||
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
|
||||
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
|
||||
----错误类型:HttpException
|
||||
----错误信息:
|
||||
----“FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST”不扩展类“System.Web.UI.Page”,因此此处不允许。
|
||||
----错误堆栈:
|
||||
在 System.Web.UI.TemplateParser.ProcessError(String message)
|
||||
在 System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)
|
||||
在 System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)
|
||||
出错时间:11/27/2024 19:32:54
|
||||
出错文件:http://localhost:1295/ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx
|
||||
IP地址:::1
|
||||
|
||||
出错时间:11/27/2024 19:32:54
|
||||
|
||||
|
|
|
@ -100,6 +100,12 @@
|
|||
<HintPath>..\FineUIPro\Reference BLL\Interop.WIA.dll</HintPath>
|
||||
<EmbedInteropTypes>False</EmbedInteropTypes>
|
||||
</Reference>
|
||||
<Reference Include="Markdown, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1b320cc08ad5aa89, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Markdown.2.2.1\lib\net451\Markdown.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="Microsoft.JScript" />
|
||||
<Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
||||
|
@ -128,15 +134,55 @@
|
|||
<Reference Include="RestSharp, Version=106.15.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Data.Linq" />
|
||||
<Reference Include="System.DirectoryServices" />
|
||||
<Reference Include="System.IO.Compression" />
|
||||
<Reference Include="System.IO.Compression.FileSystem" />
|
||||
<Reference Include="System.IO.Pipelines, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.IO.Pipelines.9.0.0\lib\netstandard2.0\System.IO.Pipelines.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Management" />
|
||||
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Net.Http, Version=4.1.1.3, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Numerics" />
|
||||
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.Security" />
|
||||
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.ServiceModel" />
|
||||
<Reference Include="System.Text.Encodings.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Text.Encodings.Web.9.0.0\lib\netstandard2.0\System.Text.Encodings.Web.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Text.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Text.Json.9.0.0\lib\netstandard2.0\System.Text.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Transactions" />
|
||||
<Reference Include="System.Web.DataVisualization" />
|
||||
<Reference Include="System.Web.DynamicData" />
|
||||
|
@ -6176,6 +6222,21 @@
|
|||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="App_GlobalResources\Lan.en-US.designer.cs">
|
||||
<DependentUpon>Lan.en-US.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="App_GlobalResources\Lan.zh-CN.designer.cs">
|
||||
<DependentUpon>Lan.zh-CN.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="App_GlobalResources\Lan.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Lan.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="AttachFile\fileupload.ashx.cs">
|
||||
<DependentUpon>fileupload.ashx</DependentUpon>
|
||||
</Compile>
|
||||
|
@ -17413,6 +17474,24 @@
|
|||
<ItemGroup>
|
||||
<WCFMetadata Include="Service References\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="App_GlobalResources\Lan.resx">
|
||||
<Generator>GlobalResourceProxyGenerator</Generator>
|
||||
<LastGenOutput>Lan.Designer.cs</LastGenOutput>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="App_GlobalResources\Lan.zh-CN.resx">
|
||||
<Generator>GlobalResourceProxyGenerator</Generator>
|
||||
<LastGenOutput>Lan.zh-CN.designer.cs</LastGenOutput>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="App_GlobalResources\Lan.en-US.resx">
|
||||
<Generator>GlobalResourceProxyGenerator</Generator>
|
||||
<LastGenOutput>Lan.en-US.designer.cs</LastGenOutput>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<ProjectExtensions>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<%@ Page Language="C#" AutoEventWireup="True" CodeBehind="Login.aspx.cs" Inherits="FineUIPro.Web.Login" %>
|
||||
<%@ Page Language="C#" AutoEventWireup="True" CodeBehind="Login.aspx.cs"
|
||||
Inherits="FineUIPro.Web.Login" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
@ -10,156 +11,544 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="wrapper" class="dec-login bi-absolute-layout dec-login-fresh">
|
||||
<img alt="" class="bi-single bi-img display-block"
|
||||
<img
|
||||
alt=""
|
||||
class="bi-single bi-img display-block"
|
||||
src="./images/login.png"
|
||||
style="height: 100%; left: 0px; top: 0px; bottom: 0px; position: absolute; display: none;" />
|
||||
<img alt="" src="res/index/images/iconlogo.png"
|
||||
style="height: auto;width:420px; left: 80px; top: 65px; position: absolute;" />
|
||||
<div class="bi-flex-center-adapt-layout login-area"
|
||||
style="width: 23%; right: 10%; top: 0px; bottom: 0px; position: absolute;">
|
||||
style="
|
||||
height: 100%;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
position: absolute;
|
||||
display: none;
|
||||
"
|
||||
/>
|
||||
<img
|
||||
alt=""
|
||||
src="res/index/images/iconlogo.png"
|
||||
style="
|
||||
height: auto;
|
||||
width: 420px;
|
||||
left: 80px;
|
||||
top: 65px;
|
||||
position: absolute;
|
||||
"
|
||||
/>
|
||||
<div
|
||||
class="bi-flex-center-adapt-layout login-area"
|
||||
style="
|
||||
width: 23%;
|
||||
right: 10%;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
position: absolute;
|
||||
"
|
||||
>
|
||||
<!-- <div class="bi-absolute-layout edit-area" height: 440px;-->
|
||||
<div class="bi-absolute-layout "
|
||||
style="width: 100%; height: 420px; position: relative; flex-shrink: 0; margin: 0px;">
|
||||
<div class="bi-horizon-auto-layout"
|
||||
style="height: 100px; left: 0px; right: 0px; top: 40px; position: absolute;">
|
||||
<div class="bi-flex-center-adapt-layout" style="position: relative; margin: 0px auto;">
|
||||
<%-- <img
|
||||
<div
|
||||
class="bi-absolute-layout"
|
||||
style="
|
||||
width: 100%;
|
||||
height: 420px;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
margin: 0px;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bi-horizon-auto-layout"
|
||||
style="
|
||||
height: 100px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
top: 40px;
|
||||
position: absolute;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bi-flex-center-adapt-layout"
|
||||
style="position: relative; margin: 0px auto"
|
||||
>
|
||||
<%--
|
||||
<img
|
||||
class="bi-single bi-img display-block"
|
||||
src="res/index/images/logo.png"
|
||||
style="width: auto; height: 50px; position: relative; flex-shrink: 0; margin: 0px 10px;">--%>
|
||||
style="
|
||||
width: auto;
|
||||
height: 50px;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
margin: 0px 10px;
|
||||
"
|
||||
/>--%>
|
||||
</div>
|
||||
<div class="bi-single bi-label dec-login-visual-title bi-text"
|
||||
style="height: 30px; line-height: 30px; text-align: center; white-space: nowrap; text-overflow: ellipsis;
|
||||
position: relative; margin: 5px auto 0px 5px;font-family:'Microsoft YaHei';font-size:26px;letter-spacing:2px;
|
||||
font-weight:600">数字化施工管理信息平台</div>
|
||||
<div
|
||||
class="bi-single bi-label dec-login-visual-title bi-text"
|
||||
style="
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
margin: 5px auto 0px 5px;
|
||||
font-family: 'Microsoft YaHei';
|
||||
font-size: 26px;
|
||||
letter-spacing: 2px;
|
||||
font-weight: 600;
|
||||
"
|
||||
>
|
||||
数字化施工管理信息平台
|
||||
</div>
|
||||
<div class="dec-login-index bi-tab bi-v-tape-layout edit-area"
|
||||
style="left: 0px; right: 0px; top: 90px; bottom: 0px; position: absolute;">
|
||||
<div class="bi-card-layout" style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px;">
|
||||
<div class="dec-login-login bi-absolute-layout"
|
||||
style="position: relative; top: 0px; left: 0px; width: 100%; height: 100%;">
|
||||
</div>
|
||||
<div
|
||||
class="dec-login-index bi-tab bi-v-tape-layout edit-area"
|
||||
style="
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
top: 90px;
|
||||
bottom: 0px;
|
||||
position: absolute;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bi-card-layout"
|
||||
style="
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="dec-login-login bi-absolute-layout"
|
||||
style="
|
||||
position: relative;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
"
|
||||
>
|
||||
<div class="bg-login">
|
||||
<img
|
||||
class="bi-single bi-img display-block"
|
||||
src="res/index/images/loginBg.jpg"
|
||||
style="width: auto; height: 335px;width:355px; position: absolute; flex-shrink: 0; margin: 0px;border-radius:10px;box-shadow:0px 20px 20px #1b1b2a">
|
||||
style="
|
||||
width: auto;
|
||||
height: 335px;
|
||||
width: 355px;
|
||||
position: absolute;
|
||||
flex-shrink: 0;
|
||||
margin: 0px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0px 20px 20px #1b1b2a;
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
<div class="bi-vertical-layout"
|
||||
style="overflow: hidden auto; left: 40px; right: 40px; top: 0px; bottom: 0px; position: absolute;">
|
||||
<div class="bi-vertical-layout" style="overflow: hidden auto; position: relative; margin-top: 50px;border-color:#fff">
|
||||
<div class="dec-login-item bi-vertical-layout"
|
||||
style="overflow: hidden auto; position: relative; margin-bottom: 10px;">
|
||||
<div class="bi-h-tape-layout" style="height: 36px; position: relative;">
|
||||
<div
|
||||
class="bi-vertical-layout"
|
||||
style="
|
||||
overflow: hidden auto;
|
||||
left: 40px;
|
||||
right: 40px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
position: absolute;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bi-vertical-layout"
|
||||
style="
|
||||
overflow: hidden auto;
|
||||
position: relative;
|
||||
margin-top: 50px;
|
||||
border-color: #fff;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="dec-login-item bi-vertical-layout"
|
||||
style="
|
||||
overflow: hidden auto;
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bi-h-tape-layout"
|
||||
style="height: 36px; position: relative"
|
||||
>
|
||||
<div
|
||||
class="bi-flex-vertical-center-adapt-layout item-icon login-username-font bi-flex-horizontal-layout v-middle h-left"
|
||||
style="width: 26px; position: absolute; top: 0px; bottom: 0px; left: 0px;">
|
||||
<div class="bi-flex-center-adapt-layout" style="position: relative; flex-shrink: 0;">
|
||||
style="
|
||||
width: 26px;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bi-flex-center-adapt-layout"
|
||||
style="position: relative; flex-shrink: 0"
|
||||
>
|
||||
<i
|
||||
class="bi-single x-icon b-font horizon-center display-block"
|
||||
style="position: relative; flex-shrink: 0; margin: 0px;"></i>
|
||||
style="
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
margin: 0px;
|
||||
"
|
||||
></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-absolute-layout"
|
||||
style="position: absolute; top: 0px; bottom: 0px; left: 30px; right: 0px;">
|
||||
<input type="text" id="user"
|
||||
placeholder="用户名" class="bi-single bi-input display-block overflow-dot" autocomplete="off"
|
||||
style="left: 0px; right: 0px; top: 0px; bottom: 0px; position: absolute; font-size: 16px;" />
|
||||
<div
|
||||
class="bi-absolute-layout"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 30px;
|
||||
right: 0px;
|
||||
"
|
||||
>
|
||||
<input
|
||||
type="text"
|
||||
id="user"
|
||||
placeholder="用户名"
|
||||
class="bi-single bi-input display-block overflow-dot"
|
||||
autocomplete="off"
|
||||
style="
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
position: absolute;
|
||||
font-size: 16px;
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-single bi-label bi-border-top bi-text"
|
||||
style="height: 24px; line-height: 24px; text-align: center; white-space: nowrap; text-overflow: ellipsis; position: relative;">
|
||||
<div
|
||||
class="bi-single bi-label bi-border-top bi-text"
|
||||
style="
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
"
|
||||
></div>
|
||||
<div
|
||||
class="bi-single bi-label bi-border-top error bi-text"
|
||||
style="
|
||||
height: 24px;
|
||||
display: none;
|
||||
line-height: 24px;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
"
|
||||
></div>
|
||||
</div>
|
||||
<div class="bi-single bi-label bi-border-top error bi-text"
|
||||
style="height: 24px; display: none; line-height: 24px; text-align: left; white-space: nowrap; text-overflow: ellipsis; position: relative;">
|
||||
<div
|
||||
class="dec-login-item bi-vertical-layout"
|
||||
style="
|
||||
display: none;
|
||||
overflow: hidden auto;
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="dec-login-item bi-vertical-layout"
|
||||
style="display: none; overflow: hidden auto; position: relative; margin-bottom: 10px;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-vertical-layout" style="overflow: hidden auto; position: relative;">
|
||||
|
||||
<div class="dec-login-item bi-vertical-layout"
|
||||
style="overflow: hidden auto; position: relative; margin-bottom: 10px;">
|
||||
<div class="bi-h-tape-layout" style="height: 36px; position: relative;">
|
||||
<div
|
||||
class="bi-vertical-layout"
|
||||
style="overflow: hidden auto; position: relative"
|
||||
>
|
||||
<div
|
||||
class="dec-login-item bi-vertical-layout"
|
||||
style="
|
||||
overflow: hidden auto;
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bi-h-tape-layout"
|
||||
style="height: 36px; position: relative"
|
||||
>
|
||||
<div
|
||||
class="bi-flex-vertical-center-adapt-layout item-icon login-password-font bi-flex-horizontal-layout v-middle h-left"
|
||||
style="width: 26px; position: absolute; top: 0px; bottom: 0px; left: 0px;">
|
||||
<div class="bi-flex-center-adapt-layout" style="position: relative; flex-shrink: 0;">
|
||||
style="
|
||||
width: 26px;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bi-flex-center-adapt-layout"
|
||||
style="position: relative; flex-shrink: 0"
|
||||
>
|
||||
<i
|
||||
class="bi-single x-icon b-font horizon-center display-block"
|
||||
style="position: relative; flex-shrink: 0; margin: 0px;"></i>
|
||||
style="
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
margin: 0px;
|
||||
"
|
||||
></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-absolute-layout"
|
||||
style="position: absolute; top: 0px; bottom: 0px; left: 30px; right: 0px;">
|
||||
<input id="pwd" autocomplete="off"
|
||||
type="password" placeholder="密码" class="bi-single bi-input display-block overflow-dot"
|
||||
style="left: 0px; right: 0px; top: 0px; bottom: 0px; position: absolute; font-size: 16px;" />
|
||||
<div
|
||||
class="bi-absolute-layout"
|
||||
style="
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 30px;
|
||||
right: 0px;
|
||||
"
|
||||
>
|
||||
<input
|
||||
id="pwd"
|
||||
autocomplete="off"
|
||||
type="password"
|
||||
placeholder="密码"
|
||||
class="bi-single bi-input display-block overflow-dot"
|
||||
style="
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
position: absolute;
|
||||
font-size: 16px;
|
||||
"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-single bi-label bi-border-top bi-text"
|
||||
style="height: 24px; line-height: 24px; text-align: center; white-space: nowrap; text-overflow: ellipsis; position: relative;">
|
||||
<div
|
||||
class="bi-single bi-label bi-border-top bi-text"
|
||||
style="
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
"
|
||||
></div>
|
||||
<div
|
||||
class="bi-single bi-label bi-border-top error bi-text"
|
||||
style="
|
||||
height: 24px;
|
||||
display: none;
|
||||
line-height: 24px;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
"
|
||||
></div>
|
||||
</div>
|
||||
<div class="bi-single bi-label bi-border-top error bi-text"
|
||||
style="height: 24px; display: none; line-height: 24px; text-align: left; white-space: nowrap; text-overflow: ellipsis; position: relative;">
|
||||
<div
|
||||
class="dec-login-item bi-vertical-layout"
|
||||
style="
|
||||
display: none;
|
||||
overflow: hidden auto;
|
||||
position: relative;
|
||||
margin-bottom: 10px;
|
||||
"
|
||||
></div>
|
||||
</div>
|
||||
<div
|
||||
class="bi-horizon-auto-layout"
|
||||
style="position: relative"
|
||||
>
|
||||
<div
|
||||
class="dec-login-slider bi-absolute-layout"
|
||||
style="
|
||||
display: none;
|
||||
width: 190px;
|
||||
height: 26px;
|
||||
position: relative;
|
||||
margin: 0px auto;
|
||||
"
|
||||
></div>
|
||||
</div>
|
||||
<div class="dec-login-item bi-vertical-layout"
|
||||
style="display: none; overflow: hidden auto; position: relative; margin-bottom: 10px;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-horizon-auto-layout" style="position: relative;">
|
||||
<div class="dec-login-slider bi-absolute-layout"
|
||||
style="display: none; width: 190px; height: 26px; position: relative; margin: 0px auto;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-single bi-label login-error bi-text"
|
||||
style="height: 20px; display: none; line-height: 20px; text-align: left; white-space: nowrap; text-overflow: ellipsis; position: relative;">
|
||||
</div>
|
||||
<div class="bi-left-right-vertical-adapt-layout bi-float-left-layout clearfix bi-float-right-layout"
|
||||
style="position: relative; margin-bottom: 30px;">
|
||||
<div id='activewrap' class="bi-flex-vertical-center-adapt-layout bi-flex-horizontal-layout v-middle h-left active"
|
||||
style="height: 100%; position: relative; float: left;">
|
||||
<div
|
||||
class="bi-single bi-label login-error bi-text"
|
||||
style="
|
||||
height: 20px;
|
||||
display: none;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
"
|
||||
></div>
|
||||
<div
|
||||
class="bi-left-right-vertical-adapt-layout bi-float-left-layout clearfix bi-float-right-layout"
|
||||
style="position: relative; margin-bottom: 30px"
|
||||
>
|
||||
<div
|
||||
id="activewrap"
|
||||
class="bi-flex-vertical-center-adapt-layout bi-flex-horizontal-layout v-middle h-left active"
|
||||
style="height: 100%; position: relative; float: left"
|
||||
>
|
||||
<div
|
||||
class="bi-single bi-basic-button cursor-pointer bi-multi-select-item bi-flex-vertical-center-adapt-layout bi-flex-horizontal-layout v-middle h-left"
|
||||
style="height: 16px; position: relative; flex-shrink: 0; margin-left: -5px;">
|
||||
<div class="bi-flex-center-adapt-layout" style="width: 26px; position: relative; flex-shrink: 0;">
|
||||
<div id='active' class="bi-single bi-basic-button cursor-pointer bi-checkbox bi-flex-center-adapt-layout active"
|
||||
style="width: 16px; height: 16px; position: relative; flex-shrink: 0; margin: 0px;">
|
||||
<div class="checkbox-content"
|
||||
style="width: 14px; height: 14px; position: relative; flex-shrink: 0; margin: 0px;color:#fff">
|
||||
style="
|
||||
height: 16px;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
margin-left: -5px;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="bi-flex-center-adapt-layout"
|
||||
style="
|
||||
width: 26px;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
"
|
||||
>
|
||||
<div
|
||||
id="active"
|
||||
class="bi-single bi-basic-button cursor-pointer bi-checkbox bi-flex-center-adapt-layout active"
|
||||
style="
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
margin: 0px;
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="checkbox-content"
|
||||
style="
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
margin: 0px;
|
||||
color: #fff;
|
||||
"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-single bi-label list-item-text bi-text"
|
||||
style="height: 16px; line-height: 16px; text-align: left; white-space: nowrap; text-overflow: ellipsis; position: relative; flex-shrink: 0;">
|
||||
<div
|
||||
class="bi-single bi-label list-item-text bi-text"
|
||||
style="
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
"
|
||||
>
|
||||
一周内自动登录
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-flex-vertical-center-adapt-layout bi-flex-horizontal-layout v-middle h-left"
|
||||
style="height: 100%; position: relative; float: right;">
|
||||
<%-- <div
|
||||
|
||||
<!-- 添加语言切换下拉框 -->
|
||||
<div
|
||||
class="bi-horizon-auto-layout"
|
||||
style="position: relative; margin-bottom: 10px"
|
||||
>
|
||||
<select
|
||||
id="languageSelect"
|
||||
class="bi-single bi-input display-block overflow-dot"
|
||||
style="
|
||||
height: 30px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
margin: 8px;
|
||||
"
|
||||
>
|
||||
<option value="zh-CN" style="color: aliceblue">
|
||||
中文
|
||||
</option>
|
||||
<option value="en-US" style="color: aliceblue">
|
||||
English
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
<div
|
||||
class="bi-flex-vertical-center-adapt-layout bi-flex-horizontal-layout v-middle h-left"
|
||||
style="height: 100%; position: relative; float: right"
|
||||
>
|
||||
<%--
|
||||
<div
|
||||
class="bi-single bi-basic-button cursor-pointer bi-button button-common bi-label bi-flex-center-adapt-layout clear"
|
||||
style="height: 16px; line-height: 16px; position: relative; flex-shrink: 0; color:#fff">
|
||||
style="
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
color: #fff;
|
||||
"
|
||||
>
|
||||
忘记密码?
|
||||
</div>--%>
|
||||
</div>
|
||||
--%>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bi-horizon-auto-layout" style="position: relative;">
|
||||
|
||||
<div
|
||||
class="bi-horizon-auto-layout"
|
||||
style="position: relative"
|
||||
>
|
||||
<div
|
||||
class="bi-single bi-basic-button cursor-pointer bi-button login-button button-common bi-label bi-flex-center-adapt-layout"
|
||||
style="width: 190px; height: 40px; line-height: 38px; min-width: 80px; position: relative; margin: 0px auto;box-shadow:0px 10px 20px #2d2353">
|
||||
<div id="login" class="bi-single bi-text"
|
||||
style="padding-left: 10px; padding-right: 10px; max-width: 100%; text-align: left; white-space: nowrap; text-overflow: ellipsis; position: relative; flex-shrink: 0; margin: 0px;font-weight:bold">
|
||||
style="
|
||||
width: 190px;
|
||||
height: 40px;
|
||||
line-height: 38px;
|
||||
min-width: 80px;
|
||||
position: relative;
|
||||
margin: 0px auto;
|
||||
box-shadow: 0px 10px 20px #2d2353;
|
||||
"
|
||||
>
|
||||
<div
|
||||
id="login"
|
||||
class="bi-single bi-text"
|
||||
style="
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
max-width: 100%;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
margin: 0px;
|
||||
font-weight: bold;
|
||||
"
|
||||
>
|
||||
登 录
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="error" class="bi-vertical-layout login-error"
|
||||
style="display: none; position: relative; margin-top: 20px;">
|
||||
</div>
|
||||
<div
|
||||
id="error"
|
||||
class="bi-vertical-layout login-error"
|
||||
style="display: none; position: relative; margin-top: 20px"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -168,33 +557,53 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
<script type="text/javascript" src="res/index/js/jquery-3.4.1.min.js"></script>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="res/index/js/jquery-3.4.1.min.js"
|
||||
></script>
|
||||
<script type="text/javascript">
|
||||
var $activeWrap = document.getElementById('activewrap')
|
||||
var $active = document.getElementById('active')
|
||||
var $activeWrap = document.getElementById("activewrap");
|
||||
var $active = document.getElementById("active");
|
||||
$activeWrap.onclick = function () {
|
||||
if ($activeWrap.className.indexOf('active') !== -1) {
|
||||
$activeWrap.classList.remove("active")
|
||||
$active.classList.remove("active")
|
||||
if ($activeWrap.className.indexOf("active") !== -1) {
|
||||
$activeWrap.classList.remove("active");
|
||||
$active.classList.remove("active");
|
||||
} else {
|
||||
$activeWrap.classList.add("active")
|
||||
$active.classList.add("active")
|
||||
}
|
||||
$activeWrap.classList.add("active");
|
||||
$active.classList.add("active");
|
||||
}
|
||||
};
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
var user = getCookie("u") || "";
|
||||
var pwd = getCookie("p") || "";
|
||||
$("#user").val(user)
|
||||
$("#pwd").val(pwd)
|
||||
})
|
||||
$("#user").val(user);
|
||||
$("#pwd").val(pwd);
|
||||
|
||||
var currentLanguage = getCookie("language") || "zh-CN";
|
||||
setLanguage(currentLanguage);
|
||||
}); // 为下拉框添加事件监听器
|
||||
$("#languageSelect").change(function () {
|
||||
currentLanguage = $(this).val();
|
||||
setLanguage(currentLanguage);
|
||||
setCookie("language", currentLanguage);
|
||||
// 刷新页面以应用新的语言设置
|
||||
location.reload();
|
||||
});
|
||||
|
||||
// 设置页面语言
|
||||
function setLanguage(language) {
|
||||
// 这里可以添加逻辑来动态更新页面文本
|
||||
// 但由于ASP.NET的资源绑定是在服务器端完成的,刷新页面是必要的
|
||||
}
|
||||
$("#login").click(function () {
|
||||
login()
|
||||
})
|
||||
login();
|
||||
});
|
||||
|
||||
function login() {
|
||||
var user = $("#user").val()
|
||||
var pwd = $("#pwd").val()
|
||||
var user = $("#user").val();
|
||||
var pwd = $("#pwd").val();
|
||||
$.ajax({
|
||||
url: "Login.aspx/LoginPost",
|
||||
type: "POST",
|
||||
|
@ -202,38 +611,38 @@
|
|||
dataType: "json",
|
||||
data: JSON.stringify({
|
||||
user: user,
|
||||
pwd: pwd
|
||||
pwd: pwd,
|
||||
}),
|
||||
success: function (data) {
|
||||
if (data.d == '' || data.d == undefined) {
|
||||
if (data.d == "" || data.d == undefined) {
|
||||
alert("账号密码不正确!");
|
||||
} else {
|
||||
var $activeWrap = document.getElementById('activewrap')
|
||||
if ($activeWrap.className.indexOf('active') !== -1) {
|
||||
var $activeWrap = document.getElementById("activewrap");
|
||||
if ($activeWrap.className.indexOf("active") !== -1) {
|
||||
setCookie("u", user);
|
||||
setCookie("p", pwd);
|
||||
} else {
|
||||
setCookie("u", '');
|
||||
setCookie("p", '');
|
||||
setCookie("u", "");
|
||||
setCookie("p", "");
|
||||
}
|
||||
top.window.location.href = data.d;
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
function setCookie(name, value) {
|
||||
var Days = 7;
|
||||
var exp = new Date();
|
||||
exp.setTime(exp.getTime() + Days * 24 * 60 * 60 * 1000);
|
||||
document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString();
|
||||
document.cookie =
|
||||
name + "=" + escape(value) + ";expires=" + exp.toGMTString();
|
||||
}
|
||||
function getCookie(name) {
|
||||
var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if (arr = document.cookie.match(reg))
|
||||
return unescape(arr[2]);
|
||||
else
|
||||
return null;
|
||||
var arr,
|
||||
reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
||||
if ((arr = document.cookie.match(reg))) return unescape(arr[2]);
|
||||
else return null;
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
|
@ -174,7 +174,7 @@
|
|||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Configuration.ConfigurationManager" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
|
@ -189,6 +189,18 @@
|
|||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.0" newVersion="4.2.0.0" />
|
||||
</dependentAssembly>
|
||||
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.IO.Pipelines" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
|
@ -1,16 +1,30 @@
|
|||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="firstArticleInspection.aspx.cs" Inherits="FineUIPro.Web.ZHGL.FirstArticalInspaction.firstArticleInspection" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<html>
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>黑夜将至,而这一切都将消失!</title>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
</div>
|
||||
<f:PageManager ID="PageManager1" runat="server" />
|
||||
<f:SimpleForm ID="SimpleForm1" IsFluid="true" BodyPadding="10px" EnableCollapse="false"
|
||||
Title="登录表单" ShowHeader="true" runat="server">
|
||||
<Items>
|
||||
<f:TextBox runat="server" Label="用户名" EmptyText="请输入用户名" ID="tbxUserName" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
<f:TextBox runat="server" ID="tbxPassword" Label="密码" EmptyText="请输入密码" TextMode="Password" Required="true" ShowRedStar="true">
|
||||
</f:TextBox>
|
||||
<f:Button ID="btnSubmit" CssClass="marginr" runat="server" OnClick="btnSubmit_Click" ValidateForms="SimpleForm1"
|
||||
Text="登录">
|
||||
</f:Button>
|
||||
<f:Button ID="btnReset" runat="server" EnablePostBack="false" Text="重置">
|
||||
</f:Button>
|
||||
</Items>
|
||||
</f:SimpleForm>
|
||||
<br />
|
||||
<f:Label ID="labResult" ShowLabel="false" runat="server">
|
||||
</f:Label>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
|
@ -7,11 +7,22 @@ using System.Web.UI.WebControls;
|
|||
|
||||
namespace FineUIPro.Web.ZHGL.FirstArticalInspaction
|
||||
{
|
||||
public partial class firstArticleInspection : System.Web.UI.Page
|
||||
public partial class firstArticleInspection : PageBase
|
||||
{
|
||||
public firstArticleInspection()
|
||||
{
|
||||
}
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
if (!IsPostBack)
|
||||
{
|
||||
btnReset.OnClientClick = SimpleForm1.GetResetReference();
|
||||
}
|
||||
}
|
||||
protected void btnSubmit_Click(object sender, EventArgs e)
|
||||
{
|
||||
labResult.Text = "用户名:" + tbxUserName.Text + " 密码:" + tbxPassword.Text;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -22,5 +22,68 @@ namespace FineUIPro.Web.ZHGL.FirstArticalInspaction
|
|||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||
|
||||
/// <summary>
|
||||
/// PageManager1 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.PageManager PageManager1;
|
||||
|
||||
/// <summary>
|
||||
/// SimpleForm1 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.SimpleForm SimpleForm1;
|
||||
|
||||
/// <summary>
|
||||
/// tbxUserName 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox tbxUserName;
|
||||
|
||||
/// <summary>
|
||||
/// tbxPassword 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox tbxPassword;
|
||||
|
||||
/// <summary>
|
||||
/// btnSubmit 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnSubmit;
|
||||
|
||||
/// <summary>
|
||||
/// btnReset 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Button btnReset;
|
||||
|
||||
/// <summary>
|
||||
/// labResult 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Label labResult;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,12 +5,35 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<title>大模型测试!</title>
|
||||
<title></title>
|
||||
<link href="res/css/common.css" rel="stylesheet" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
</div>
|
||||
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel5" runat="server" />
|
||||
<f:Panel ID="Panel5" Margin="24px" runat="server" ShowBorder="true" EnableCollapse="true"
|
||||
Layout="VBox" AutoScroll="true"
|
||||
ShowHeader="true" Title="大模型提问"
|
||||
BoxConfigChildMargin="0 0 5 0" BodyPadding="5">
|
||||
<Items>
|
||||
<f:Panel ID="Panel1" Title="面板1" Height="350px" runat="server"
|
||||
BodyPadding="10px" ShowBorder="true" ShowHeader="false" AutoScroll="true">
|
||||
<Items>
|
||||
<f:Label ID="Label1" runat="server" EncodeText="false" Text="" AutoScroll="true">
|
||||
</f:Label>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</Items>
|
||||
<Items>
|
||||
<f:TextBox ID="TextBox2" runat="server" Label="请输入问题" OnTextChanged="TextBox2_TextChanged" EmptyText="输入问题后点击提交按钮">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
<Items>
|
||||
<f:Button runat="server" Text="提交"></f:Button>
|
||||
</Items>
|
||||
</f:Panel>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,14 +4,142 @@ using System.Linq;
|
|||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using System.Diagnostics;
|
||||
using System.Net.Http;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Text.Json.Serialization;
|
||||
using NPOI.Util;
|
||||
using HeyRed.MarkdownSharp;
|
||||
|
||||
namespace FineUIPro.Web.ZHGL.FirstArticalInspaction
|
||||
{
|
||||
public partial class LLM : System.Web.UI.Page
|
||||
public partial class LLM : PageBase
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
protected void TextBox2_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
var result = GetResult(TextBox2.Text);
|
||||
|
||||
var response = System.Text.Json.JsonSerializer.Deserialize<ResponseModel>(result);
|
||||
|
||||
var finalResult = response.Output.Text;
|
||||
|
||||
Markdown mark = new Markdown();
|
||||
string markdownResult = mark.Transform(finalResult);
|
||||
Label1.Text = markdownResult;
|
||||
}
|
||||
|
||||
private static readonly string API_KEY = "sk-Sbcnxh0YXz";
|
||||
//不返回资料来源接口
|
||||
private static readonly string URL = "https://dashscope.aliyuncs.com/api/v1/apps/7e0c1e47a6364f8e914982c99a1e00c5/completion";
|
||||
//返回原始资料来源
|
||||
private static readonly string URL2 = "https://dashscope.aliyuncs.com/api/v1/apps/d9461732646e49a38d7832d5c3eb8332/completion";
|
||||
private static readonly string URL3 = "https://dashscope.aliyuncs.com/api/v1/apps/7e0c1e47a6364f8e914982c99a1e00c5/completion";
|
||||
|
||||
static String GetResult(string question)
|
||||
{
|
||||
var client = new LLM();
|
||||
try
|
||||
{
|
||||
string result = client.GetCompletion(question);
|
||||
Debug.WriteLine(result);
|
||||
return result;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Debug.WriteLine($"发生错误: {ex.Message}");
|
||||
return $"发生错误: {ex.Message}";
|
||||
}
|
||||
}
|
||||
|
||||
public string GetCompletion(string question)
|
||||
{
|
||||
using (var client = new HttpClient())
|
||||
{
|
||||
// 设置请求头
|
||||
client.DefaultRequestHeaders.Add("Authorization", $"Bearer {API_KEY}");
|
||||
|
||||
// 构建请求体
|
||||
var requestBody = new
|
||||
{
|
||||
input = new
|
||||
{
|
||||
prompt = question
|
||||
},
|
||||
parameters = new { },
|
||||
debug = new { }
|
||||
};
|
||||
|
||||
// 将对象序列化为 JSON
|
||||
var jsonContent = System.Text.Json.JsonSerializer.Serialize(requestBody);
|
||||
var content = new StringContent(jsonContent, Encoding.UTF8, "application/json");
|
||||
|
||||
try
|
||||
{
|
||||
// 发送 POST 请求
|
||||
var response = client.PostAsync(URL, content).Result;
|
||||
|
||||
// 确保请求成功
|
||||
response.EnsureSuccessStatusCode();
|
||||
|
||||
// 读取响应内容
|
||||
return response.Content.ReadAsStringAsync().Result;
|
||||
}
|
||||
catch (HttpRequestException ex)
|
||||
{
|
||||
Console.WriteLine($"请求失败: {ex.Message}");
|
||||
throw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class ResponseModel
|
||||
{
|
||||
[JsonPropertyName("output")]
|
||||
public Output Output { get; set; }
|
||||
|
||||
[JsonPropertyName("usage")]
|
||||
public Usage Usage { get; set; }
|
||||
|
||||
[JsonPropertyName("request_id")]
|
||||
public string RequestId { get; set; }
|
||||
}
|
||||
|
||||
public class Output
|
||||
{
|
||||
[JsonPropertyName("finish_reason")]
|
||||
public string FinishReason { get; set; }
|
||||
|
||||
[JsonPropertyName("session_id")]
|
||||
public string SessionId { get; set; }
|
||||
|
||||
[JsonPropertyName("text")]
|
||||
public string Text { get; set; }
|
||||
}
|
||||
|
||||
public class Usage
|
||||
{
|
||||
[JsonPropertyName("models")]
|
||||
public List<Model> Models { get; set; }
|
||||
}
|
||||
|
||||
public class Model
|
||||
{
|
||||
[JsonPropertyName("output_tokens")]
|
||||
public int OutputTokens { get; set; }
|
||||
|
||||
[JsonPropertyName("model_id")]
|
||||
public string ModelId { get; set; }
|
||||
|
||||
[JsonPropertyName("input_tokens")]
|
||||
public int InputTokens { get; set; }
|
||||
}
|
||||
}
|
|
@ -22,5 +22,50 @@ namespace FineUIPro.Web.ZHGL.FirstArticalInspaction
|
|||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||
|
||||
/// <summary>
|
||||
/// PageManager1 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.PageManager PageManager1;
|
||||
|
||||
/// <summary>
|
||||
/// Panel5 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Panel Panel5;
|
||||
|
||||
/// <summary>
|
||||
/// Panel1 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Panel Panel1;
|
||||
|
||||
/// <summary>
|
||||
/// Label1 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.Label Label1;
|
||||
|
||||
/// <summary>
|
||||
/// TextBox2 控件。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 自动生成的字段。
|
||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||
/// </remarks>
|
||||
protected global::FineUIPro.TextBox TextBox2;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,68 @@
|
|||
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ZHJ_TEST.aspx.cs" Inherits="FineUIPro.Web.ZHGL.FirstArticalInspaction.ZHJ_TEST" %>
|
||||
|
||||
<!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>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div>
|
||||
<f:Image runat="server" ImageUrl="https://i.pximg.net/c/768x1200_80/img-master/img/2023/12/06/04/58/17/113989485_p0_master1200.jpg"></f:Image>
|
||||
</div>
|
||||
<f:PageManager ID="PageManager1" runat="server" AutoSizePanelID="Panel1" />
|
||||
<f:Panel ID="Panel1" runat="server" Margin="5px" BodyPadding="5px" ShowBorder="false"
|
||||
ShowHeader="false" Layout="VBox" BoxConfigAlign="Stretch">
|
||||
<Items>
|
||||
<f:Grid ID="Grid1" ShowBorder="true" EnableAjax="false" ShowHeader="false" Title="待办" EnableCollapse="true"
|
||||
runat="server" BoxFlex="1" DataKeyNames="DataId" AllowCellEditing="true" OnPageIndexChange="Grid1_PageIndexChange"
|
||||
ClicksToEdit="2" DataIDField="DataId" OnRowDoubleClick="Grid1_RowDoubleClick" AllowSorting="true" SortField="DocCode"
|
||||
SortDirection="DESC" EnableColumnLines="true" ForceFit="true" OnFilterChange="Grid1_FilterChange"
|
||||
AllowPaging="true" IsDatabasePaging="true" PageSize="10"
|
||||
EnableRowDoubleClickEvent="true" AllowFilters="true"
|
||||
EnableTextSelection="True">
|
||||
<Columns>
|
||||
<f:TemplateField ColumnID="tfPageIndex" Width="50px" HeaderText="序号" HeaderTextAlign="Center" TextAlign="Center"
|
||||
EnableLock="true" Locked="False">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblPageIndex" runat="server" Text='<%# Grid1.PageIndex * Grid1.PageSize + Container.DataItemIndex + 1 %>'></asp:Label>
|
||||
</ItemTemplate>
|
||||
</f:TemplateField>
|
||||
<f:RenderField ColumnID="MenuName" Width="100px" DataField="MenuName"
|
||||
SortField="MenuName" FieldType="String" HeaderText="菜单名称" TextAlign="Center"
|
||||
HeaderTextAlign="Center">
|
||||
</f:RenderField>
|
||||
<f:RenderField ColumnID="Content" Width="100px" DataField="Content"
|
||||
SortField="Content" FieldType="String" HeaderText="内容" TextAlign="Center"
|
||||
HeaderTextAlign="Center">
|
||||
</f:RenderField>
|
||||
<f:RenderField Width="100px" ColumnID="DataTime" DataField="DataTime" SortField="DataTime"
|
||||
FieldType="Date" Renderer="Date" RendererArgument="yyyy-MM-dd" HeaderText="日期" TextAlign="Center" HeaderTextAlign="Center">
|
||||
</f:RenderField>
|
||||
</Columns>
|
||||
<PageItems>
|
||||
<f:ToolbarSeparator ID="ToolbarSeparator1" runat="server">
|
||||
</f:ToolbarSeparator>
|
||||
<f:ToolbarText ID="ToolbarText1" runat="server" Text="每页记录数:">
|
||||
</f:ToolbarText>
|
||||
<f:DropDownList runat="server" ID="ddlPageSize" Width="80px" AutoPostBack="true"
|
||||
OnSelectedIndexChanged="ddlPageSize_SelectedIndexChanged">
|
||||
<f:ListItem Text="10" Value="10" />
|
||||
<f:ListItem Text="15" Value="15" />
|
||||
<f:ListItem Text="20" Value="20" />
|
||||
<f:ListItem Text="25" Value="25" />
|
||||
<f:ListItem Text="所有行" Value="100000" />
|
||||
</f:DropDownList>
|
||||
<f:ToolbarFill runat="server">
|
||||
</f:ToolbarFill>
|
||||
|
||||
</PageItems>
|
||||
</f:Grid>
|
||||
|
||||
</Items>
|
||||
</f:Panel>
|
||||
<f:Window ID="WindowAtt" Title="待办事项" Hidden="true" EnableIFrame="true" EnableMaximize="true" OnClose="WindowAtt_Close"
|
||||
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="1300px"
|
||||
Height="700px">
|
||||
</f:Window>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,17 +1,64 @@
|
|||
using System;
|
||||
using BLL;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace FineUIPro.Web.ZHGL.FirstArticalInspaction
|
||||
namespace FineUIPro.Web.ZHGL.HSSESystem
|
||||
{
|
||||
public partial class ZHJ_TEST : System.Web.UI.Page
|
||||
public partial class ZHJ_TEST : PageBase
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
BindGrid();
|
||||
}
|
||||
}
|
||||
void BindGrid()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 分页显示条数下拉框
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void ddlPageSize_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 过滤表头
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void Grid1_FilterChange(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
protected void Grid1_RowDoubleClick(object sender, GridRowClickEventArgs e)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
protected void WindowAtt_Close(object sender, WindowCloseEventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -23,9 +23,8 @@
|
|||
<TreeNode id="49b87812-c07d-4b0e-9909-960e5cd822c7" Text="压力管道管理" NavigateUrl="CQMS/Comprehensive/PressurePipe.aspx"></TreeNode>
|
||||
<TreeNode id="1da8fd71-f653-4764-bbfd-65e43f0220e5" Text="质量事故处理记录" NavigateUrl="CQMS/Comprehensive/QualityAccident.aspx"></TreeNode>
|
||||
<TreeNode id="B2086D3A-2384-487E-AFFB-6FACDD09B621" Text="质量数据" NavigateUrl="ZHGL/DataSync/ProjectDataSync/Project_CQMSData_CQMS.aspx"></TreeNode>
|
||||
<TreeNode id="B2086D3A-2384-487E-AFFB-6FACDD09B621" Text="质量首件制管理" NavigateUrl="ZHGL/FirstArticalInspaction/FirstArticleInspection.aspx"></TreeNode>
|
||||
<TreeNode id="B2086D3A-2384-487E-AFFB-6FACDD09B621" Text="大模型测试" NavigateUrl="ZHGL/FirstArticalInspaction/LLM.aspx"></TreeNode>
|
||||
<TreeNode id="B2086D3A-2384-487E-AFFB-6FACDD09B621" Text="学习测试" NavigateUrl="ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx"></TreeNode>
|
||||
<!--<TreeNode id="B2086D3A-2384-487E-AFFB-6FACDD09B621" Text="学习测试" NavigateUrl="ZHGL/FirstArticalInspaction/ZHJ_TEST.aspx"></TreeNode>-->
|
||||
|
||||
</TreeNode>
|
||||
<TreeNode id="149f1f1c-a925-412b-970e-e9b79d54e03f" Text="过程控制" NavigateUrl=""><TreeNode id="4781f467-35bf-4cf2-aaa4-7960a175eb61" Text="共检通知单" NavigateUrl="CQMS/ProcessControl/InspectionNotice.aspx"></TreeNode>
|
||||
|
|
|
@ -5,9 +5,24 @@
|
|||
<package id="BouncyCastle" version="1.8.9" targetFramework="net461" />
|
||||
<package id="FastReport.Compat" version="2021.3.0" targetFramework="net461" />
|
||||
<package id="FastReport.OpenSource" version="2022.1.9" targetFramework="net461" />
|
||||
<package id="Markdown" version="2.2.1" targetFramework="net461" />
|
||||
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.0" targetFramework="net461" />
|
||||
<package id="Microsoft.Office.Interop.Excel" version="15.0.4795.1001" targetFramework="net461" />
|
||||
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" />
|
||||
<package id="NPOI" version="2.5.5" targetFramework="net461" />
|
||||
<package id="Portable.BouncyCastle" version="1.8.9" targetFramework="net461" />
|
||||
<package id="SharpZipLib" version="1.3.2" targetFramework="net461" />
|
||||
<package id="System.Buffers" version="4.5.1" targetFramework="net461" />
|
||||
<package id="System.IO.Pipelines" version="9.0.0" targetFramework="net461" />
|
||||
<package id="System.Memory" version="4.5.5" targetFramework="net461" />
|
||||
<package id="System.Net.Http" version="4.3.4" targetFramework="net461" />
|
||||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" />
|
||||
<package id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" targetFramework="net461" />
|
||||
<package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net461" />
|
||||
<package id="System.Security.Cryptography.Encoding" version="4.3.0" targetFramework="net461" />
|
||||
<package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net461" />
|
||||
<package id="System.Security.Cryptography.X509Certificates" version="4.3.0" targetFramework="net461" />
|
||||
<package id="System.Text.Encodings.Web" version="9.0.0" targetFramework="net461" />
|
||||
<package id="System.Text.Json" version="9.0.0" targetFramework="net461" />
|
||||
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net461" />
|
||||
</packages>
|
Loading…
Reference in New Issue