This commit is contained in:
parent
82f4d9a425
commit
a4cae8fa4d
|
|
@ -11,7 +11,7 @@
|
||||||
<FineUIPro DebugMode="false" Theme="Cupertino"/>
|
<FineUIPro DebugMode="false" Theme="Cupertino"/>
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<!--连接字符串-->
|
<!--连接字符串-->
|
||||||
<add key="ConnectionString" value="Server=.\sql2016;Database=HJGLDB_ZH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
<add key="ConnectionString" value="Server=.\MSSQLSERVER01;Database=HJGLDB_ZH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200"/>
|
||||||
<!--系统名称-->
|
<!--系统名称-->
|
||||||
<add key="SystemName" value="诺必达焊接管理系统"/>
|
<add key="SystemName" value="诺必达焊接管理系统"/>
|
||||||
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
|
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;"/>
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ namespace FineUIPro.Web.WeldMat.Stock
|
||||||
|
|
||||||
this.drpMaterialman.DataValueField = "UserId";
|
this.drpMaterialman.DataValueField = "UserId";
|
||||||
this.drpMaterialman.DataTextField = "UserName";
|
this.drpMaterialman.DataTextField = "UserName";
|
||||||
this.drpMaterialman.DataSource = BLL.Project_UserService.Sys_UserService.GetUserList();
|
this.drpMaterialman.DataSource = BLL.Sys_UserService.GetUserList();
|
||||||
this.drpMaterialman.DataBind();
|
this.drpMaterialman.DataBind();
|
||||||
|
|
||||||
if (CurrUser.Account != Const.Gly)
|
if (CurrUser.Account != Const.Gly)
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue