代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -3,7 +3,6 @@ using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Model;
|
||||
|
||||
namespace BLL
|
||||
{
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace BLL
|
||||
{
|
||||
public class SitePerson_CheckingService
|
||||
{
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 根据人员考勤主键获取人员考勤管理信息
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace BLL
|
||||
{
|
||||
public class SitePerson_DayReportUnitDetailService
|
||||
{
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -4,7 +4,7 @@ namespace BLL
|
||||
{
|
||||
public class SitePerson_MonthReportUnitDetailService
|
||||
{
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 增加工作日报明细信息
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
using FineUIPro;
|
||||
using Microsoft.Office.Interop.Excel;
|
||||
using Model;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Linq;
|
||||
using System.Web.Security;
|
||||
|
||||
namespace BLL
|
||||
{
|
||||
@@ -87,13 +84,13 @@ namespace BLL
|
||||
x.UnitId,
|
||||
x.UnitName,
|
||||
x.WorkPostId,
|
||||
x.WorkPostName,
|
||||
x.WorkPostName,
|
||||
x.TeamGroupId,
|
||||
x.TeamGroupName,
|
||||
x.RoleId,
|
||||
x.RoleName,
|
||||
x.InTime,
|
||||
x.OutTime,
|
||||
x.OutTime,
|
||||
x.OutResult,
|
||||
};
|
||||
}
|
||||
@@ -126,7 +123,7 @@ namespace BLL
|
||||
db.SubmitChanges();
|
||||
|
||||
////在岗
|
||||
if (sitePerson.States == Const.ProjectPersonStates_1 )
|
||||
if (sitePerson.States == Const.ProjectPersonStates_1)
|
||||
{
|
||||
Model.SitePerson_PersonItem newPersonItem = new Model.SitePerson_PersonItem
|
||||
{
|
||||
@@ -287,7 +284,7 @@ namespace BLL
|
||||
public static void UpdatePersonItem(Model.SitePerson_PersonItem newitem)
|
||||
{
|
||||
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
|
||||
{
|
||||
{
|
||||
var getPerson = Person_PersonsService.GetPerson_PersonsById(newitem.PersonId);
|
||||
if (getPerson != null)
|
||||
{
|
||||
|
||||
@@ -1,14 +1,9 @@
|
||||
using FineUIPro;
|
||||
using Model;
|
||||
using NPOI.HSSF.Record.Aggregates;
|
||||
using NPOI.SS.Formula.PTG;
|
||||
using NPOI.XWPF.UserModel;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Windows.Controls.Primitives;
|
||||
using WIA;
|
||||
|
||||
namespace BLL
|
||||
{
|
||||
@@ -844,7 +839,7 @@ namespace BLL
|
||||
Isprint = "0",
|
||||
States = person.States,
|
||||
IsSafetyMonitoring = person.IsSafetyMonitoring,
|
||||
IsCQMSCheck=person.IsCQMSCheck,
|
||||
IsCQMSCheck = person.IsCQMSCheck,
|
||||
};
|
||||
|
||||
if (newPerson.WorkPostId == Const.WorkPost_Welder)
|
||||
|
||||
Reference in New Issue
Block a user