This commit is contained in:
2024-11-28 10:25:29 +08:00
parent 089ab7603b
commit 85668372fa
4 changed files with 5 additions and 3 deletions
@@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />
@@ -37,7 +37,7 @@ namespace FineUIPro.Web.WeldMat.Stock
this.drpMaterialman.DataValueField = "UserId";
this.drpMaterialman.DataTextField = "UserName";
this.drpMaterialman.DataSource = BLL.Sys_UserService.GetUserList();
this.drpMaterialman.DataSource = BLL.Project_UserService.Sys_UserService.GetUserList();
this.drpMaterialman.DataBind();
if (CurrUser.Account != Const.Gly)