|
|
|
@ -47,7 +47,7 @@ namespace PEIS.Presenter |
|
|
|
}; |
|
|
|
}; |
|
|
|
View.GetCheckCost += (send, args) => |
|
|
|
View.GetCheckCost += (send, args) => |
|
|
|
{ |
|
|
|
{ |
|
|
|
View.ShowCheckCost(new StatisticalReportModel().GetCheckCosts(args.Item.begDate, args.Item.endDate, args.Item.dateType, args.Item.status)); |
|
|
|
View.ShowCheckCost(new StatisticalReportModel().GetCheckCosts(args.Item.begDate, args.Item.endDate, args.Item.dateType, args.Item.status, args.Item.oEid)); |
|
|
|
}; |
|
|
|
}; |
|
|
|
View.GetTwoCancerData += (send, args) => |
|
|
|
View.GetTwoCancerData += (send, args) => |
|
|
|
{ |
|
|
|
{ |
|
|
|
|