{"Message":"更新报表\r\n更新任务首页","MessageType":2,"Modules":[{"State":1,"Type":1,"Name":"PCPage/任务-任务信息"},{"State":1,"Type":1,"Name":"PCPage/任务-侧栏"},{"State":1,"Type":1,"Name":"PCPage/任务-基本信息"},{"State":1,"Type":1,"Name":"PCPage/任务部分"},{"State":1,"Type":18,"Name":"RdlReport/人员工时报表"},{"State":1,"Type":18,"Name":"RdlReport/项目工时报表"},{"State":1,"Type":18,"Name":"RdlReport/客户工时报表"}],"Version":"v1"}

This commit is contained in:
cuckooent
2024-12-31 18:38:08 +08:00
parent 8613d687dc
commit 618460d49a
8 changed files with 1664 additions and 132 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns="http://cdn.grapecity.com/ActiveReports/reporting/2023/08/reportdefinition">
<Name>人员工时报表.rdlx11</Name>
<Name>人员工时报表.rdlx111</Name>
<ReportSections>
<ReportSection Name="ReportSection1">
<Body>
@@ -275,6 +275,7 @@
<GroupExpressions>
<GroupExpression>=Fields!日期.Value</GroupExpression>
<GroupExpression>=Fields.Item("任务ID").Value</GroupExpression>
<GroupExpression />
</GroupExpressions>
</Group>
<Sorting>
@@ -413,7 +414,7 @@
</Style>
<CanGrow>true</CanGrow>
<DataElementName>上报工时</DataElementName>
<Value>=Fields.Item("上报工时").Value</Value>
<Value>=Sum(Fields!上报工时.Value)</Value>
</Textbox>
</ReportItems>
</TableCell>
@@ -436,7 +437,7 @@
</Style>
<CanGrow>true</CanGrow>
<DataElementName>核定工时</DataElementName>
<Value>=Fields.Item("核定工时").Value</Value>
<Value>=Sum(Fields!上报工时.Value)</Value>
</Textbox>
</ReportItems>
</TableCell>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long