11
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user