修改看板

This commit is contained in:
潘鸿锋 2024-09-12 14:14:08 +08:00
parent ed678050b4
commit 0732a5021c
8 changed files with 45 additions and 18 deletions

View File

@ -0,0 +1,5 @@
CREATE NONCLUSTERED INDEX [t_d_facerecord_Projectid_Index]
ON [dbo].[t_d_facerecord] ([ProjectId])
INCLUDE ([ID],[EmployName],[DepartmentID],[DepartName],[AreaID],[AreaName],[EmployNO],[CardID],[RoleID],[DateTimeRecord],[RecordDes],[FaceIP],[InOrOut],[Des1],[Des2],[Des3],[Des4])
;

View File

@ -19248,7 +19248,7 @@
</FlavorProperties> </FlavorProperties>
</VisualStudio> </VisualStudio>
</ProjectExtensions> </ProjectExtensions>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v16.0\WebApplications\Microsoft.WebApplication.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild"> <Target Name="BeforeBuild">

View File

@ -788,8 +788,8 @@ namespace FineUIPro.Web.ZHGL.InspectionSummary
model.CompileDateMonth = this.drpCompileDateMonth.Text.Trim(); model.CompileDateMonth = this.drpCompileDateMonth.Text.Trim();
model.InspectionSummaryId = Guid.NewGuid().ToString(); model.InspectionSummaryId = Guid.NewGuid().ToString();
model.InspectionSummaryMbId = "24"; model.InspectionSummaryMbId = "24";
var Rykq =db.T_d_facerecord.Where(x => x.ProjectId == pid).FirstOrDefault(); var Rykq =db.T_d_facerecord.Where(x => x.ProjectId == pid).Select(x=>x.ID).FirstOrDefault();
if (Rykq !=null) if (Rykq !=0)
{ {
model.SummeryResult = "已对接"; model.SummeryResult = "已对接";
} }

View File

@ -116,7 +116,7 @@
<div class="bw-b-bottom-up"> <div class="bw-b-bottom-up">
<div class="tab-wrap" style="left: 20px"> <div class="tab-wrap" style="left: 20px">
<div class="tab" style="border: 0; box-shadow: none;"> <div class="tab" style="border: 0; box-shadow: none;">
<div class="t-item" style="font-size: 16px; font-weight: normal; color: #fff">投料试车进度</div> <div class="t-item" style="font-size: 16px; font-weight: normal; color: #fff" id="tlscNum" runat="server">投料试车进度</div>
</div> </div>
</div> </div>
<div class="tab-wrap"> <div class="tab-wrap">
@ -143,7 +143,7 @@
<div class="bw-b-bottom-up"> <div class="bw-b-bottom-up">
<div class="tab-wrap" style="left: 20px"> <div class="tab-wrap" style="left: 20px">
<div class="tab" style="border: 0; box-shadow: none;"> <div class="tab" style="border: 0; box-shadow: none;">
<div class="t-item" style="font-size: 16px; font-weight: normal; color: #fff">试运行进度</div> <div class="t-item" style="font-size: 16px; font-weight: normal; color: #fff" id="syxNum" runat="server">试运行进度</div>
</div> </div>
</div> </div>
<div class="tab-wrap"> <div class="tab-wrap">

View File

@ -290,6 +290,7 @@ namespace FineUIPro.Web
InstallationName = item.InstallationName InstallationName = item.InstallationName
}); });
} }
tlscNum.InnerHtml = "投料试车进度(" + result.Count.ToString() + ")";
feedingRunStr = JsonConvert.SerializeObject(result); feedingRunStr = JsonConvert.SerializeObject(result);
} }
} }
@ -312,6 +313,7 @@ namespace FineUIPro.Web
InstallationName = item.InstallationName InstallationName = item.InstallationName
}); });
} }
syxNum.InnerHtml = "试运行进度(" + result.Count.ToString() + ")";
productsStr = JsonConvert.SerializeObject(result); productsStr = JsonConvert.SerializeObject(result);
} }
} }

View File

@ -7,10 +7,12 @@
// </自动生成> // </自动生成>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace FineUIPro.Web { namespace FineUIPro.Web
{
public partial class mainMenu_TestRun { public partial class mainMenu_TestRun
{
/// <summary> /// <summary>
/// Head1 控件。 /// Head1 控件。
@ -20,5 +22,23 @@ namespace FineUIPro.Web {
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks> /// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlHead Head1; protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
/// <summary>
/// tlscNum 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl tlscNum;
/// <summary>
/// syxNum 控件。
/// </summary>
/// <remarks>
/// 自动生成的字段。
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl syxNum;
} }
} }

View File

@ -1919,23 +1919,23 @@
textStyle: { textStyle: {
rich: { rich: {
a: { a: {
fontSize: 14, fontSize: 12,
color: '#DADADA', color: '#DADADA',
}, },
b: { b: {
color: '#FFFFFF', color: '#FFFFFF',
fontSize: 14, fontSize: 12,
}, },
c: { c: {
padding: [0, 6], padding: [0, 6],
fontSize: 14, fontSize: 12,
color: '#FFFFFF', color: '#FFFFFF',
}, },
d: { d: {
fontSize: 14, fontSize: 12,
color: '#12CDA2', color: '#12CDA2',
} }
} },
} }
}, },
], ],
@ -2325,7 +2325,7 @@
}, },
axisLabel: { axisLabel: {
interval: 0, interval: 0,
rotate: -16, // 如果数据较多时旋转标签以避免重叠 rotate: -10, // 如果数据较多时旋转标签以避免重叠
margin: 8, // 设置标签与轴线之间的距离 margin: 8, // 设置标签与轴线之间的距离
// align: 'center' // align: 'center'
}, },

View File

@ -162,9 +162,9 @@
.bgbtn_head { .bgbtn_head {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
width: 40%; width: 96%;
height: 50%; height: 50%;
left: 30%; left: 2%;
top: 0; top: 0;
background: none !important; background: none !important;
border: none !important; border: none !important;