提交代码

This commit is contained in:
高飞 2024-04-08 10:44:46 +08:00
parent 5e5eb11407
commit 1fed4dc3fa
5 changed files with 842 additions and 1144 deletions

View File

@ -27,7 +27,7 @@ REM --------------
@echo.
@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 完成
pause

View File

@ -26,7 +26,22 @@ namespace FineUIPro.Web.CLGL
this.btnGetAll.Hidden = false;
}
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();
}

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress>false</Use64BitIISExpress>
<IISExpressSSLPort />

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />