1123-003-gaofei-优化焊接首页
This commit is contained in:
parent
e9cc8d9914
commit
77a1316da5
|
@ -159,7 +159,7 @@ namespace FineUIPro.Web
|
|||
Model.BusinessColumn businessColumn = new Model.BusinessColumn();
|
||||
List<string> listCategories = new List<string>();
|
||||
businessColumn.title = "焊接完成量";
|
||||
businessColumn.xFontNum = 18;
|
||||
businessColumn.xFontNum = 7;
|
||||
var views = (from x in Funs.DB.HJGL_FinishRate where x.ProjectId == this.CurrUser.LoginProjectId && x.Type == "unit" orderby x.Code select x).ToList();
|
||||
Model.SingleSerie s = new Model.SingleSerie();
|
||||
Model.SingleSerie s2 = new Model.SingleSerie();
|
||||
|
@ -189,7 +189,7 @@ namespace FineUIPro.Web
|
|||
Model.BusinessColumn businessColumn = new Model.BusinessColumn();
|
||||
List<string> listCategories = new List<string>();
|
||||
businessColumn.title = "焊接完成量";
|
||||
businessColumn.xFontNum = 18;
|
||||
businessColumn.xFontNum = 7;
|
||||
var views = (from x in Funs.DB.HJGL_FinishRate where x.ProjectId == this.CurrUser.LoginProjectId && x.Type == "device" orderby x.Code select x).ToList();
|
||||
Model.SingleSerie s = new Model.SingleSerie();
|
||||
Model.SingleSerie s2 = new Model.SingleSerie();
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<HintPath>..\FineUIPro\Reference BLL\AipSdk.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="AOP.Common">
|
||||
<HintPath>bin\AOP.Common.dll</HintPath>
|
||||
<HintPath>bin\Debug\AOP.Common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
|
|
Loading…
Reference in New Issue