表单手册更新相关/支持文件子字段
This commit is contained in:
parent
243b795796
commit
8e29e33430
Binary file not shown.
@ -420,7 +420,7 @@ public class Report1Gener {
|
||||
|
||||
|
||||
//相关/支持文件
|
||||
List<DesignerShapeRelationModel> relationList = DesignerShapeRelationCache.getListByAttrId(repositoryModel.getId(), "", "support_files");
|
||||
List<DesignerShapeRelationModel> relationList = DesignerShapeRelationCache.getListByAttrId(repositoryModel.getId(), "", "related_support_files");
|
||||
|
||||
JSONArray supportfiles = new JSONArray();
|
||||
|
||||
@ -450,8 +450,8 @@ public class Report1Gener {
|
||||
|
||||
|
||||
//相关/支持文件
|
||||
dataMap.put("supports_table", supportfiles);//table6
|
||||
dataMap.put("supports_table_count", supportfiles.size());//table6
|
||||
dataMap.put("related_support_files_table", supportfiles);//table6
|
||||
dataMap.put("related_support_files_table_count", supportfiles.size());//table6
|
||||
|
||||
|
||||
|
||||
|
||||
@ -3596,9 +3596,6 @@ y7fdOgAAAABJRU5ErkJggk==
|
||||
</w:tbl>
|
||||
|
||||
<!--相关/支持文件 -->
|
||||
|
||||
|
||||
|
||||
<w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="IDSTYLERDDEFAULT"/>
|
||||
@ -3725,13 +3722,8 @@ y7fdOgAAAABJRU5ErkJggk==
|
||||
</w:r>
|
||||
</w:p>
|
||||
</w:tc>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</w:tr>
|
||||
<#list supports_table as table7>
|
||||
<#list related_support_files_table as table7>
|
||||
<w:tr wsp:rsidR="00AC2941" wsp:rsidTr="005D1AAE">
|
||||
<w:trPr>
|
||||
<w:jc w:val="center"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user