提交代码
This commit is contained in:
		
							parent
							
								
									0948804eb2
								
							
						
					
					
						commit
						60dfd8ee8d
					
				| 
						 | 
					@ -0,0 +1,2 @@
 | 
				
			||||||
 | 
					alter table Transfer_PunchlistFrom alter column DESCRIPTION nvarchar(500) null
 | 
				
			||||||
 | 
					GO
 | 
				
			||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					<?xml version="1.0" encoding="utf-8"?>
 | 
				
			||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
					<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
				
			||||||
  <PropertyGroup>
 | 
					  <PropertyGroup>
 | 
				
			||||||
    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
 | 
					    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
 | 
				
			||||||
    <UseIISExpress>true</UseIISExpress>
 | 
					    <UseIISExpress>true</UseIISExpress>
 | 
				
			||||||
    <Use64BitIISExpress>false</Use64BitIISExpress>
 | 
					    <Use64BitIISExpress>false</Use64BitIISExpress>
 | 
				
			||||||
    <IISExpressSSLPort />
 | 
					    <IISExpressSSLPort />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12,7 +12,7 @@
 | 
				
			||||||
  <appSettings>
 | 
					  <appSettings>
 | 
				
			||||||
    <!--连接字符串-->
 | 
					    <!--连接字符串-->
 | 
				
			||||||
    <add key="ConnectionString" value="Server=.;Database=SGGLDB_WH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Connect Timeout=1200"/>
 | 
					    <add key="ConnectionString" value="Server=.;Database=SGGLDB_WH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Connect Timeout=1200"/>
 | 
				
			||||||
   <!--<add key="ConnectionString" value="Server=.;Database=SGGLDB_WH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Connect Timeout=1200"/>-->
 | 
					    <!--<add key="ConnectionString" value="Server=.;Database=SGGLDB_WH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Connect Timeout=1200"/>-->
 | 
				
			||||||
    <!--系统名称-->
 | 
					    <!--系统名称-->
 | 
				
			||||||
    <add key="SystemName" value="智慧施工管理信息系统V1.0"/>
 | 
					    <add key="SystemName" value="智慧施工管理信息系统V1.0"/>
 | 
				
			||||||
    <add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
 | 
					    <add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
 | 
				
			||||||
| 
						 | 
					@ -77,7 +77,7 @@
 | 
				
			||||||
      <add verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" validate="false"/>
 | 
					      <add verb="GET" path="res.axd" type="FineUIPro.ResourceHandler, FineUIPro" validate="false"/>
 | 
				
			||||||
      <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="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"/>
 | 
				
			||||||
    </httpHandlers>
 | 
					    </httpHandlers>
 | 
				
			||||||
    <compilation debug="false" targetFramework="4.6.1"/>
 | 
					    <compilation debug="true" targetFramework="4.6.1"/>
 | 
				
			||||||
    <httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000"/>
 | 
					    <httpRuntime requestValidationMode="2.0" maxRequestLength="2147483647" executionTimeout="36000"/>
 | 
				
			||||||
    <authentication mode="Forms">
 | 
					    <authentication mode="Forms">
 | 
				
			||||||
      <forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/"/>
 | 
					      <forms loginUrl="Login.aspx" name="PUBLISHERCOOKIE" protection="All" timeout="1440" path="/"/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
<?xml version="1.0" encoding="utf-8"?>
 | 
					<?xml version="1.0" encoding="utf-8"?>
 | 
				
			||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
					<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
				
			||||||
  <PropertyGroup>
 | 
					  <PropertyGroup>
 | 
				
			||||||
    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
 | 
					    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
 | 
				
			||||||
    <UseIISExpress>true</UseIISExpress>
 | 
					    <UseIISExpress>true</UseIISExpress>
 | 
				
			||||||
    <Use64BitIISExpress />
 | 
					    <Use64BitIISExpress />
 | 
				
			||||||
    <IISExpressSSLPort />
 | 
					    <IISExpressSSLPort />
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue