报表修改
This commit is contained in:
@@ -7019,6 +7019,9 @@
|
||||
Quarter = x.Quarter,
|
||||
YearId = x.YearId,
|
||||
CompileMan = x.CompileMan,
|
||||
KeyWorkNum = x.KeyWorkNum,
|
||||
KeyWorkOKNum = x.KeyWorkOKNum,
|
||||
KeyWorkOKRate = x.KeyWorkOKRate,
|
||||
};
|
||||
|
||||
var upReportItem = from x in db.Information_ActionWorkLedgerItem
|
||||
|
||||
@@ -81,6 +81,9 @@ namespace BLL
|
||||
newActionWorkLedger.UpState = ActionWorkLedger.UpState;
|
||||
newActionWorkLedger.HandleState = ActionWorkLedger.HandleState;
|
||||
newActionWorkLedger.HandleMan = ActionWorkLedger.HandleMan;
|
||||
newActionWorkLedger.KeyWorkNum = ActionWorkLedger.KeyWorkNum;
|
||||
newActionWorkLedger.KeyWorkOKNum = ActionWorkLedger.KeyWorkOKNum;
|
||||
newActionWorkLedger.KeyWorkOKRate = ActionWorkLedger.KeyWorkOKRate;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user