提交代码
This commit is contained in:
parent
5e5eb11407
commit
1fed4dc3fa
|
@ -27,7 +27,7 @@ REM --------------
|
||||||
@echo.
|
@echo.
|
||||||
@call "%VS150%"
|
@call "%VS150%"
|
||||||
|
|
||||||
SqlMetal /views /server:DESKTOP-1QITK9E\MSSQLSERVER2 /user:sa /password:123 /database:SGGLDB_WH /code:%Model_ROOT%\Model.cs /namespace:Model
|
SqlMetal /views /server:. /user:sa /password:1111 /database:SGGLDB_WH /code:%Model_ROOT%\Model.cs /namespace:Model
|
||||||
|
|
||||||
@ECHO 完成
|
@ECHO 完成
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -26,7 +26,22 @@ namespace FineUIPro.Web.CLGL
|
||||||
this.btnGetAll.Hidden = false;
|
this.btnGetAll.Hidden = false;
|
||||||
}
|
}
|
||||||
this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
|
this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
|
||||||
BLL.MCSWebService.GetCLData(null, null);
|
var project = BLL.ProjectService.GetProjectByProjectId(this.CurrUser.LoginProjectId);
|
||||||
|
if (project.CLProjectCode != null)
|
||||||
|
{
|
||||||
|
MCSWebService.getShelvesNo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getSubcontractor(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getMTODetailInfo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getContractListInfo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getContractListSumInfo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getPipelineMaterialListInfo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getPipelineMaterialCodeListInfo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getPipelineSupplierListInfo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getArrivalDetailListInfo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getCheckOutDetailListInfo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getPipelineMaterialSumListInfo(project.CLProjectCode ?? 0);
|
||||||
|
MCSWebService.getRequestDetailListInfo(project.CLProjectCode ?? 0);
|
||||||
|
}
|
||||||
// 绑定表格
|
// 绑定表格
|
||||||
this.BindGrid();
|
this.BindGrid();
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>Debug|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress>false</Use64BitIISExpress>
|
<Use64BitIISExpress>false</Use64BitIISExpress>
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
1963
SGGL/Model/Model.cs
1963
SGGL/Model/Model.cs
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>Debug|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
Loading…
Reference in New Issue