This commit is contained in:
		
							parent
							
								
									923b3a1513
								
							
						
					
					
						commit
						f5e0d8eae7
					
				| 
						 | 
				
			
			@ -162,7 +162,7 @@
 | 
			
		|||
            </site>
 | 
			
		||||
            <site name="WebApi" id="2">
 | 
			
		||||
                <application path="/" applicationPool="Clr4IntegratedAppPool">
 | 
			
		||||
                    <virtualDirectory path="/" physicalPath="E:\湛江巴斯夫\Basf_TCC7\HJGL\WebApi" />
 | 
			
		||||
                    <virtualDirectory path="/" physicalPath="E:\MyProject\ZJ_BSF\Basf_TCC7\HJGL\WebApi" />
 | 
			
		||||
                </application>
 | 
			
		||||
                <bindings>
 | 
			
		||||
                    <binding protocol="http" bindingInformation="*:3862:localhost" />
 | 
			
		||||
| 
						 | 
				
			
			@ -250,7 +250,7 @@
 | 
			
		|||
            </site>
 | 
			
		||||
            <site name="FineUIPro.Web(10)" id="13">
 | 
			
		||||
                <application path="/" applicationPool="Clr4IntegratedAppPool">
 | 
			
		||||
                    <virtualDirectory path="/" physicalPath="E:\湛江巴斯夫\Basf_TCC7\HJGL\FineUIPro.Web" />
 | 
			
		||||
                    <virtualDirectory path="/" physicalPath="E:\MyProject\ZJ_BSF\Basf_TCC7\HJGL\FineUIPro.Web" />
 | 
			
		||||
                </application>
 | 
			
		||||
                <bindings>
 | 
			
		||||
                    <binding protocol="http" bindingInformation="*:13960:localhost" />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											Binary file not shown.
										
									
								
							| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <ProjectView>ProjectFiles</ProjectView>
 | 
			
		||||
    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
 | 
			
		||||
    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
 | 
			
		||||
    <UseIISExpress>true</UseIISExpress>
 | 
			
		||||
    <Use64BitIISExpress />
 | 
			
		||||
    <IISExpressSSLPort />
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,7 @@
 | 
			
		|||
    <section name="FineUIPro" type="FineUIPro.ConfigSection, FineUIPro" requirePermission="false"/>
 | 
			
		||||
  </configSections>
 | 
			
		||||
  <connectionStrings>
 | 
			
		||||
    <add name="HJGLDBConnectionString" connectionString="Data Source=.;Initial Catalog=HJGLDB_ZJBSF;uid=sa;pwd=Sh@nghai9;"/>
 | 
			
		||||
    <add name="HJGLDBConnectionString" connectionString="Data Source=.\sql2016;Initial Catalog=HJGLDB_ZJBSF;uid=sa;pwd=1111;"/>
 | 
			
		||||
    <!--<add name="HJGLDBConnectionString" connectionString="Data Source=.;Initial Catalog=HJGLDB;Integrated Security=True"
 | 
			
		||||
      providerName="System.Data.SqlClient" />-->
 | 
			
		||||
  </connectionStrings>
 | 
			
		||||
| 
						 | 
				
			
			@ -51,7 +51,7 @@
 | 
			
		|||
      <add path="ChartImg.axd" verb="GET,POST,HEAD" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
 | 
			
		||||
      <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" validate="false"/>
 | 
			
		||||
    </httpHandlers>
 | 
			
		||||
    <compilation debug="false" targetFramework="4.8">
 | 
			
		||||
    <compilation debug="true" targetFramework="4.8">
 | 
			
		||||
      <assemblies>
 | 
			
		||||
        <!--<add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />-->
 | 
			
		||||
        <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,10 +29,6 @@ namespace Model
 | 
			
		|||
		
 | 
			
		||||
    #region 可扩展性方法定义
 | 
			
		||||
    partial void OnCreated();
 | 
			
		||||
		partial void OnCreated()
 | 
			
		||||
		{
 | 
			
		||||
			this.CommandTimeout = 600;
 | 
			
		||||
		}
 | 
			
		||||
    partial void InsertAttachFile(AttachFile instance);
 | 
			
		||||
    partial void UpdateAttachFile(AttachFile instance);
 | 
			
		||||
    partial void DeleteAttachFile(AttachFile instance);
 | 
			
		||||
| 
						 | 
				
			
			@ -21304,7 +21300,7 @@ namespace Model
 | 
			
		|||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
 | 
			
		||||
		public string ProjectId
 | 
			
		||||
		{
 | 
			
		||||
			get
 | 
			
		||||
| 
						 | 
				
			
			@ -21481,10 +21477,10 @@ namespace Model
 | 
			
		|||
		
 | 
			
		||||
		private string _Acceptance;
 | 
			
		||||
		
 | 
			
		||||
		private System.Nullable<System.DateTime> _CreatedTime;
 | 
			
		||||
		
 | 
			
		||||
		private int _Status;
 | 
			
		||||
		
 | 
			
		||||
		private System.Nullable<System.DateTime> _CreatedTime;
 | 
			
		||||
		
 | 
			
		||||
		private string _ReportNo;
 | 
			
		||||
		
 | 
			
		||||
    #region 可扩展性方法定义
 | 
			
		||||
| 
						 | 
				
			
			@ -21501,10 +21497,10 @@ namespace Model
 | 
			
		|||
    partial void OnQualityNoChanged();
 | 
			
		||||
    partial void OnAcceptanceChanging(string value);
 | 
			
		||||
    partial void OnAcceptanceChanged();
 | 
			
		||||
    partial void OnCreatedTimeChanging(System.Nullable<System.DateTime> value);
 | 
			
		||||
    partial void OnCreatedTimeChanged();
 | 
			
		||||
    partial void OnStatusChanging(int value);
 | 
			
		||||
    partial void OnStatusChanged();
 | 
			
		||||
    partial void OnCreatedTimeChanging(System.Nullable<System.DateTime> value);
 | 
			
		||||
    partial void OnCreatedTimeChanged();
 | 
			
		||||
    partial void OnReportNoChanging(string value);
 | 
			
		||||
    partial void OnReportNoChanged();
 | 
			
		||||
    #endregion
 | 
			
		||||
| 
						 | 
				
			
			@ -21614,6 +21610,26 @@ namespace Model
 | 
			
		|||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Status", DbType="Int NOT NULL")]
 | 
			
		||||
		public int Status
 | 
			
		||||
		{
 | 
			
		||||
			get
 | 
			
		||||
			{
 | 
			
		||||
				return this._Status;
 | 
			
		||||
			}
 | 
			
		||||
			set
 | 
			
		||||
			{
 | 
			
		||||
				if ((this._Status != value))
 | 
			
		||||
				{
 | 
			
		||||
					this.OnStatusChanging(value);
 | 
			
		||||
					this.SendPropertyChanging();
 | 
			
		||||
					this._Status = value;
 | 
			
		||||
					this.SendPropertyChanged("Status");
 | 
			
		||||
					this.OnStatusChanged();
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CreatedTime", DbType="DateTime")]
 | 
			
		||||
		public System.Nullable<System.DateTime> CreatedTime
 | 
			
		||||
		{
 | 
			
		||||
| 
						 | 
				
			
			@ -21634,26 +21650,6 @@ namespace Model
 | 
			
		|||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Name="status", Storage="_Status", DbType="Int NOT NULL")]
 | 
			
		||||
		public int Status
 | 
			
		||||
		{
 | 
			
		||||
			get
 | 
			
		||||
			{
 | 
			
		||||
				return this._Status;
 | 
			
		||||
			}
 | 
			
		||||
			set
 | 
			
		||||
			{
 | 
			
		||||
				if ((this._Status != value))
 | 
			
		||||
				{
 | 
			
		||||
					this.OnStatusChanging(value);
 | 
			
		||||
					this.SendPropertyChanging();
 | 
			
		||||
					this._Status = value;
 | 
			
		||||
					this.SendPropertyChanged("Status");
 | 
			
		||||
					this.OnStatusChanged();
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Name="reportNo", Storage="_ReportNo", DbType="NVarChar(50)")]
 | 
			
		||||
		public string ReportNo
 | 
			
		||||
		{
 | 
			
		||||
| 
						 | 
				
			
			@ -37294,8 +37290,6 @@ namespace Model
 | 
			
		|||
		
 | 
			
		||||
		private string _ProjectId;
 | 
			
		||||
		
 | 
			
		||||
		private System.Nullable<bool> _IsPMI;
 | 
			
		||||
		
 | 
			
		||||
		private string _PipelineCode;
 | 
			
		||||
		
 | 
			
		||||
		private string _PipelineId;
 | 
			
		||||
| 
						 | 
				
			
			@ -37426,22 +37420,6 @@ namespace Model
 | 
			
		|||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Name="isPMI", Storage="_IsPMI", DbType="Bit")]
 | 
			
		||||
		public System.Nullable<bool> IsPMI
 | 
			
		||||
		{
 | 
			
		||||
			get
 | 
			
		||||
			{
 | 
			
		||||
				return this._IsPMI;
 | 
			
		||||
			}
 | 
			
		||||
			set
 | 
			
		||||
			{
 | 
			
		||||
				if ((this._IsPMI != value))
 | 
			
		||||
				{
 | 
			
		||||
					this._IsPMI = value;
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipelineCode", DbType="NVarChar(100)")]
 | 
			
		||||
		public string PipelineCode
 | 
			
		||||
		{
 | 
			
		||||
| 
						 | 
				
			
			@ -39450,6 +39428,8 @@ namespace Model
 | 
			
		|||
		
 | 
			
		||||
		private string _PipingClassCode;
 | 
			
		||||
		
 | 
			
		||||
		private string _PIPClassCode;
 | 
			
		||||
		
 | 
			
		||||
		private string _WeldingDate;
 | 
			
		||||
		
 | 
			
		||||
		private System.Nullable<bool> _IsCancel;
 | 
			
		||||
| 
						 | 
				
			
			@ -40558,6 +40538,22 @@ namespace Model
 | 
			
		|||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PIPClassCode", DbType="NVarChar(50)")]
 | 
			
		||||
		public string PIPClassCode
 | 
			
		||||
		{
 | 
			
		||||
			get
 | 
			
		||||
			{
 | 
			
		||||
				return this._PIPClassCode;
 | 
			
		||||
			}
 | 
			
		||||
			set
 | 
			
		||||
			{
 | 
			
		||||
				if ((this._PIPClassCode != value))
 | 
			
		||||
				{
 | 
			
		||||
					this._PIPClassCode = value;
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldingDate", DbType="VarChar(100)")]
 | 
			
		||||
		public string WeldingDate
 | 
			
		||||
		{
 | 
			
		||||
| 
						 | 
				
			
			@ -40711,6 +40707,8 @@ namespace Model
 | 
			
		|||
		
 | 
			
		||||
		private System.Nullable<System.DateTime> _DelegationDate;
 | 
			
		||||
		
 | 
			
		||||
		private string _ReportNo;
 | 
			
		||||
		
 | 
			
		||||
		private string _WeldJointCode;
 | 
			
		||||
		
 | 
			
		||||
		private string _PipelineCode;
 | 
			
		||||
| 
						 | 
				
			
			@ -40885,6 +40883,22 @@ namespace Model
 | 
			
		|||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Name="reportNo", Storage="_ReportNo", DbType="NVarChar(50)")]
 | 
			
		||||
		public string ReportNo
 | 
			
		||||
		{
 | 
			
		||||
			get
 | 
			
		||||
			{
 | 
			
		||||
				return this._ReportNo;
 | 
			
		||||
			}
 | 
			
		||||
			set
 | 
			
		||||
			{
 | 
			
		||||
				if ((this._ReportNo != value))
 | 
			
		||||
				{
 | 
			
		||||
					this._ReportNo = value;
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
		
 | 
			
		||||
		[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WeldJointCode", DbType="NVarChar(50)")]
 | 
			
		||||
		public string WeldJointCode
 | 
			
		||||
		{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@
 | 
			
		|||
    <IISExpressWindowsAuthentication />
 | 
			
		||||
    <IISExpressUseClassicPipelineMode />
 | 
			
		||||
    <UseGlobalApplicationHostFile />
 | 
			
		||||
    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
 | 
			
		||||
    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
 | 
			
		||||
    <NameOfLastUsedPublishProfile>FolderProfile</NameOfLastUsedPublishProfile>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <ProjectExtensions>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue