表单图增加相关支持文件表格

This commit is contained in:
zhal 2024-08-14 15:31:24 +08:00
parent d08bb40b40
commit 187c38adb5
3 changed files with 424 additions and 160 deletions

View File

@ -14,6 +14,7 @@ import com.actionsoft.apps.coe.pal.pal.output.util.OutputWordUtil;
import com.actionsoft.apps.coe.pal.pal.repository.PALRepositoryQueryAPIManager; import com.actionsoft.apps.coe.pal.pal.repository.PALRepositoryQueryAPIManager;
import com.actionsoft.apps.coe.pal.pal.repository.cache.PALRepositoryCache; import com.actionsoft.apps.coe.pal.pal.repository.cache.PALRepositoryCache;
import com.actionsoft.apps.coe.pal.pal.repository.cache.PALRepositoryPropertyCache; import com.actionsoft.apps.coe.pal.pal.repository.cache.PALRepositoryPropertyCache;
import com.actionsoft.apps.coe.pal.pal.repository.designer.relation.cache.DesignerShapeRelationCache;
import com.actionsoft.apps.coe.pal.pal.repository.designer.relation.dao.DesignerShapeRelationDao; import com.actionsoft.apps.coe.pal.pal.repository.designer.relation.dao.DesignerShapeRelationDao;
import com.actionsoft.apps.coe.pal.pal.repository.designer.relation.model.DesignerShapeRelationModel; import com.actionsoft.apps.coe.pal.pal.repository.designer.relation.model.DesignerShapeRelationModel;
import com.actionsoft.apps.coe.pal.pal.repository.designer.util.CoeDesignerUtil; import com.actionsoft.apps.coe.pal.pal.repository.designer.util.CoeDesignerUtil;
@ -414,6 +415,46 @@ public class Report1Gener {
dataMap.put(OutputWordUtil.TABLE_REGULATE, regulateTable); dataMap.put(OutputWordUtil.TABLE_REGULATE, regulateTable);
dataMap.put(OutputWordUtil.TABLE_KPI, KPITable); dataMap.put(OutputWordUtil.TABLE_KPI, KPITable);
ReportRepositoryCompare compare = new ReportRepositoryCompare(); ReportRepositoryCompare compare = new ReportRepositoryCompare();
//相关/支持文件
List<DesignerShapeRelationModel> relationList = DesignerShapeRelationCache.getListByAttrId(repositoryModel.getId(), "", "support_files");
JSONArray supportfiles = new JSONArray();
relationList.sort(Comparator.comparing(DesignerShapeRelationModel::getShapeText));
int index = 0;
if (relationList.size() > 0) {
for (DesignerShapeRelationModel relation : relationList) {
String relationFileId = relation.getRelationFileId();// 支持或相关文件的ID
String name = null;
List<PALRepositoryModel> models = PALRepositoryCache.getByVersionId(relationFileId);
if (models != null && models.size() > 0) {
index++;
for (PALRepositoryModel oneModel : models) {
if (oneModel.isUse() == true) {
name = oneModel.getName();
}
}
}
JSONObject tmp = new JSONObject();
tmp.put("name", name);
tmp.put("desc", index);
supportfiles.add(tmp);
}
}
//相关/支持文件
dataMap.put("supports_table", supportfiles);//table6
dataMap.put("supports_table_count", supportfiles.size());//table6
// JSONArray historyVersionModify = compare.getModifyVersionHistory(repositoryId); // JSONArray historyVersionModify = compare.getModifyVersionHistory(repositoryId);
// dataMap.put("history_table", historyVersionModify); // dataMap.put("history_table", historyVersionModify);

View File

@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?mso-application progid="Word.Document"?> <?mso-application progid="Word.Document"?>
<w:wordDocument <w:wordDocument
xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex" xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/chartex"
xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex" xmlns:cx1="http://schemas.microsoft.com/office/drawing/2015/9/8/chartex"
xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex" xmlns:cx2="http://schemas.microsoft.com/office/drawing/2015/10/21/chartex"
xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex" xmlns:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/chartex"
xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex" xmlns:cx4="http://schemas.microsoft.com/office/drawing/2016/5/10/chartex"
xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex" xmlns:cx5="http://schemas.microsoft.com/office/drawing/2016/5/11/chartex"
xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex" xmlns:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/chartex"
xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex" xmlns:cx7="http://schemas.microsoft.com/office/drawing/2016/5/13/chartex"
xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex" xmlns:cx8="http://schemas.microsoft.com/office/drawing/2016/5/14/chartex"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink" xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d" xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:v="urn:schemas-microsoft-com:vml" xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2" xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2"
xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"> xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve">
<w:ignoreSubtree w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/> <w:ignoreSubtree w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/>
<o:DocumentProperties> <o:DocumentProperties>
<o:Author>洪继程</o:Author> <o:Author>洪继程</o:Author>
@ -2924,6 +2924,7 @@ y7fdOgAAAABJRU5ErkJggk==
</w:tc>--> </w:tc>-->
</w:tr> </w:tr>
</w:tbl> </w:tbl>
<w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941"> <w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
<w:pPr> <w:pPr>
<w:pStyle w:val="IDSTYLERDDEFAULT"/> <w:pStyle w:val="IDSTYLERDDEFAULT"/>
@ -3285,7 +3286,7 @@ y7fdOgAAAABJRU5ErkJggk==
</w:p> </w:p>
</w:tc> </w:tc>
</w:tr> </w:tr>
<#list version_history_table as table6> <#list version_history_table as table6>
<w:tr wsp:rsidR="00AC2941" wsp:rsidTr="005D1AAE"> <w:tr wsp:rsidR="00AC2941" wsp:rsidTr="005D1AAE">
<w:trPr> <w:trPr>
<w:jc w:val="center"/> <w:jc w:val="center"/>
@ -3593,138 +3594,360 @@ y7fdOgAAAABJRU5ErkJggk==
</w:tr> </w:tr>
</#list> </#list>
</w:tbl> </w:tbl>
<!--相关/支持文件 -->
<!--<wx:sub-section>
<w:p wsp:rsidR="00546297" wsp:rsidRPr="001A7475" wsp:rsidRDefault="00AC2941" wsp:rsidP="001A7475">
<w:pPr>
<w:pStyle w:val="1"/> <w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
<w:listPr> <w:pPr>
<wx:t wx:val="1."/> <w:pStyle w:val="IDSTYLERDDEFAULT"/>
<wx:font wx:val="宋体"/> </w:pPr>
</w:listPr> </w:p>
<w:tabs> <w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
<w:tab w:val="left" w:pos="360"/> <w:pPr>
</w:tabs> <w:pStyle w:val="IDSTYLERDDEFAULT"/>
</w:pPr> </w:pPr>
<w:r wsp:rsidRPr="00B053AC"> </w:p>
<w:rPr> <w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
<w:lang w:val="EN-US"/> <w:pPr>
</w:rPr> <w:pStyle w:val="IDSTYLECONTEXTBOLD"/>
<w:br w:type="page"/> </w:pPr>
</w:r> <w:r>
<aml:annotation aml:id="0" w:type="Word.Bookmark.Start" w:name="_Toc112685149"/> <w:t>相关/支持文件</w:t>
<w:r wsp:rsidR="00546297" wsp:rsidRPr="001A7475"> </w:r>
<w:rPr> </w:p>
<w:rFonts w:hint="fareast"/> <w:tbl>
<w:lang w:val="EN-US"/> <w:tblPr>
</w:rPr> <w:tblW w:w="8306" w:type="dxa"/>
<w:t>附件</w:t> <w:jc w:val="center"/>
</w:r> <w:tblInd w:w="0" w:type="dxa"/>
<aml:annotation aml:id="0" w:type="Word.Bookmark.End"/> <w:tblBorders>
</w:p> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<#if (file_table_count ==0 )> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:p wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidRDefault="00140F58" wsp:rsidP="00140F58"> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:pPr> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:pStyle w:val="IDSTYLECONTEXTINDENT"/> <w:insideH w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
<w:ind w:first-line-chars="200" w:first-line="480"/> <w:insideV w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
</w:pPr> </w:tblBorders>
<w:r wsp:rsidRPr="000F6912"> <w:tblLayout w:type="Fixed"/>
<w:rPr> </w:tblPr>
<w:rFonts w:hint="fareast"/> <w:tblGrid>
</w:rPr> <w:gridCol w:w="712"/>
<w:t></w:t> <w:gridCol w:w="1276"/>
</w:r> <w:gridCol w:w="992"/>
</w:p> <w:gridCol w:w="1285"/>
<#else> <w:gridCol w:w="922"/>
<#list file_table as table4> <w:gridCol w:w="851"/>
<w:p wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidRDefault="007903C3" wsp:rsidP="006669F3"> <w:gridCol w:w="992"/>
<w:pPr> <w:gridCol w:w="1276"/>
<w:pStyle w:val="IDSTYLECONTEXTINDENT"/> </w:tblGrid>
<w:ind w:first-line="0"/> <w:tr wsp:rsidR="00AC2941" wsp:rsidTr="005D1AAE">
<w:rPr> <w:trPr>
<w:rFonts w:hint="fareast"/> <w:tblHeader/>
<w:lang w:val="EN-US"/> <w:jc w:val="center"/>
</w:rPr> </w:trPr>
</w:pPr> <w:tc>
<w:hlink w:dest="${table4.link}"> <w:tcPr>
<w:r wsp:rsidR="000E1B45"> <w:tcW w:w="712" w:type="dxa"/>
<w:rPr> <w:tcBorders>
<w:rStyle w:val="a3"/> <w:top w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:lang w:val="EN-US"/> <w:left w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
</w:rPr> <w:bottom w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:t>${table4.file_name}</w:t> <w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
</w:r> <w:tl2br w:val="nil"/>
</w:hlink> <w:tr2bl w:val="nil"/>
</w:p> </w:tcBorders>
<w:shd w:val="clear" w:color="CCCCCC" w:fill="auto"/>
<w:tcMar>
<w:top w:w="0" w:type="dxa"/>
<w:left w:w="108" w:type="dxa"/>
<w:right w:w="108" w:type="dxa"/>
</w:tcMar>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p wsp:rsidR="00AC2941" wsp:rsidRPr="00562863" wsp:rsidRDefault="00AC2941">
<w:pPr>
<w:pStyle w:val="TABLEHEAD"/>
<w:spacing w:before="45" w:after="45"/>
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
</w:rPr>
</w:pPr>
<w:r wsp:rsidRPr="00562863">
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
</w:rPr>
<w:t>序号</w:t>
</w:r>
</w:p>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1276" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:left w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:bottom w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:tl2br w:val="nil"/>
<w:tr2bl w:val="nil"/>
</w:tcBorders>
<w:shd w:val="clear" w:color="CCCCCC" w:fill="auto"/>
<w:tcMar>
<w:top w:w="0" w:type="dxa"/>
<w:left w:w="108" w:type="dxa"/>
<w:right w:w="108" w:type="dxa"/>
</w:tcMar>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p wsp:rsidR="00AC2941" wsp:rsidRPr="00562863" wsp:rsidRDefault="00AC2941">
<w:pPr>
<w:pStyle w:val="TABLEHEAD"/>
<w:spacing w:before="45" w:after="45"/>
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
</w:rPr>
</w:pPr>
<w:r wsp:rsidRPr="00562863">
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
</w:rPr>
<w:t>文件名称</w:t>
</w:r>
</w:p>
</w:tc>
</w:tr>
<#list supports_table as table7>
<w:tr wsp:rsidR="00AC2941" wsp:rsidTr="005D1AAE">
<w:trPr>
<w:jc w:val="center"/>
</w:trPr>
<w:tc>
<w:tcPr>
<w:tcW w:w="712" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:left w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:bottom w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:tl2br w:val="nil"/>
<w:tr2bl w:val="nil"/>
</w:tcBorders>
<w:tcMar>
<w:top w:w="0" w:type="dxa"/>
<w:left w:w="108" w:type="dxa"/>
<w:right w:w="108" w:type="dxa"/>
</w:tcMar>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p wsp:rsidR="00AC2941" wsp:rsidRPr="00FD2956" wsp:rsidRDefault="00B053AC">
<w:pPr>
<w:pStyle w:val="TABLEITEMCENTER"/>
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
</w:rPr>
</w:pPr>
<w:r wsp:rsidRPr="00FD2956">
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
</w:rPr>
<w:t>${table7.desc}</w:t>
</w:r>
</w:p>
</w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1276" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:left w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:bottom w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
<w:tl2br w:val="nil"/>
<w:tr2bl w:val="nil"/>
</w:tcBorders>
<w:tcMar>
<w:top w:w="0" w:type="dxa"/>
<w:left w:w="108" w:type="dxa"/>
<w:right w:w="108" w:type="dxa"/>
</w:tcMar>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p wsp:rsidR="00AC2941" wsp:rsidRPr="00FD2956" wsp:rsidRDefault="00B053AC">
<w:pPr>
<w:pStyle w:val="TABLEITEMCENTER"/>
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
<w:lang w:val="EN-US"/>
</w:rPr>
</w:pPr>
<w:r wsp:rsidRPr="00FD2956">
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
<w:lang w:val="EN-US"/>
</w:rPr>
<w:t>${table7.name}</w:t>
</w:r>
</w:p>
</w:tc>
</w:tr>
</#list> </#list>
</#if> </w:tbl>
</wx:sub-section>-->
<!--<wx:sub-section>
<w:p wsp:rsidR="002737AF" wsp:rsidRDefault="002737AF" wsp:rsidP="00F96B41">
<w:pPr>
<w:pStyle w:val="1"/>
<w:listPr> <!--<wx:sub-section>
<w:ilvl w:val="0"/> <w:p wsp:rsidR="00546297" wsp:rsidRPr="001A7475" wsp:rsidRDefault="00AC2941" wsp:rsidP="001A7475">
<w:ilfo w:val="2"/> <w:pPr>
<wx:t wx:val="7."/> <w:pStyle w:val="1"/>
<wx:font wx:val="Times New Roman"/> <w:listPr>
</w:listPr> <wx:t wx:val="1."/>
<w:rPr> <wx:font wx:val="宋体"/>
<w:lang w:val="EN-US"/> </w:listPr>
</w:rPr> <w:tabs>
</w:pPr> <w:tab w:val="left" w:pos="360"/>
<aml:annotation aml:id="38" w:type="Word.Bookmark.Start" w:name="_Toc114156671"/> </w:tabs>
<w:r> </w:pPr>
<w:rPr> <w:r wsp:rsidRPr="00B053AC">
<w:rFonts w:hint="fareast"/> <w:rPr>
<w:lang w:val="EN-US"/> <w:lang w:val="EN-US"/>
</w:rPr> </w:rPr>
<w:t>附则</w:t> <w:br w:type="page"/>
</w:r> </w:r>
<aml:annotation aml:id="38" w:type="Word.Bookmark.End"/> <aml:annotation aml:id="0" w:type="Word.Bookmark.Start" w:name="_Toc112685149"/>
</w:p> <w:r wsp:rsidR="00546297" wsp:rsidRPr="001A7475">
<#if (T_supplementary_articles_count == 0 )> <w:rPr>
<w:p wsp:rsidR="002737AF" wsp:rsidRPr="00741391" wsp:rsidRDefault="002737AF" wsp:rsidP="00741391"> <w:rFonts w:hint="fareast"/>
<w:pPr> <w:lang w:val="EN-US"/>
<w:spacing w:line="360" w:line-rule="auto"/> </w:rPr>
<w:ind w:first-line-chars="200" w:first-line="480"/> <w:t>附件</w:t>
<w:rPr> </w:r>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/> <aml:annotation aml:id="0" w:type="Word.Bookmark.End"/>
<wx:font wx:val="宋体"/> </w:p>
</w:rPr> <#if (file_table_count ==0 )>
</w:pPr> <w:p wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidRDefault="00140F58" wsp:rsidP="00140F58">
<w:r wsp:rsidRPr="00741391"> <w:pPr>
<w:rPr> <w:pStyle w:val="IDSTYLECONTEXTINDENT"/>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/> <w:ind w:first-line-chars="200" w:first-line="480"/>
<wx:font wx:val="宋体"/> </w:pPr>
</w:rPr> <w:r wsp:rsidRPr="000F6912">
<w:t></w:t> <w:rPr>
</w:r> <w:rFonts w:hint="fareast"/>
</w:p> </w:rPr>
<#else> <w:t></w:t>
<#list T_supplementary_articles_table as table1> </w:r>
<w:p wsp:rsidR="002737AF" wsp:rsidRPr="00741391" wsp:rsidRDefault="002737AF" wsp:rsidP="00741391"> </w:p>
<w:pPr> <#else>
<w:spacing w:line="360" w:line-rule="auto"/> <#list file_table as table4>
<w:ind w:first-line-chars="200" w:first-line="480"/> <w:p wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidRDefault="007903C3" wsp:rsidP="006669F3">
<w:rPr> <w:pPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体"/> <w:pStyle w:val="IDSTYLECONTEXTINDENT"/>
<wx:font wx:val="宋体"/> <w:ind w:first-line="0"/>
<w:b-cs/> <w:rPr>
</w:rPr> <w:rFonts w:hint="fareast"/>
</w:pPr> <w:lang w:val="EN-US"/>
<w:r wsp:rsidRPr="00741391"> </w:rPr>
<w:rPr> </w:pPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/> <w:hlink w:dest="${table4.link}">
<wx:font wx:val="宋体"/> <w:r wsp:rsidR="000E1B45">
</w:rPr> <w:rPr>
<w:t>${table1}</w:t> <w:rStyle w:val="a3"/>
</w:r> <w:lang w:val="EN-US"/>
</w:p> </w:rPr>
</#list> <w:t>${table4.file_name}</w:t>
</#if> </w:r>
</wx:sub-section>--> </w:hlink>
</w:p>
</#list>
</#if>
</wx:sub-section>-->
<!--<wx:sub-section>
<w:p wsp:rsidR="002737AF" wsp:rsidRDefault="002737AF" wsp:rsidP="00F96B41">
<w:pPr>
<w:pStyle w:val="1"/>
<w:listPr>
<w:ilvl w:val="0"/>
<w:ilfo w:val="2"/>
<wx:t wx:val="7."/>
<wx:font wx:val="Times New Roman"/>
</w:listPr>
<w:rPr>
<w:lang w:val="EN-US"/>
</w:rPr>
</w:pPr>
<aml:annotation aml:id="38" w:type="Word.Bookmark.Start" w:name="_Toc114156671"/>
<w:r>
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:lang w:val="EN-US"/>
</w:rPr>
<w:t>附则</w:t>
</w:r>
<aml:annotation aml:id="38" w:type="Word.Bookmark.End"/>
</w:p>
<#if (T_supplementary_articles_count == 0 )>
<w:p wsp:rsidR="002737AF" wsp:rsidRPr="00741391" wsp:rsidRDefault="002737AF" wsp:rsidP="00741391">
<w:pPr>
<w:spacing w:line="360" w:line-rule="auto"/>
<w:ind w:first-line-chars="200" w:first-line="480"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
</w:rPr>
</w:pPr>
<w:r wsp:rsidRPr="00741391">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
</w:rPr>
<w:t></w:t>
</w:r>
</w:p>
<#else>
<#list T_supplementary_articles_table as table1>
<w:p wsp:rsidR="002737AF" wsp:rsidRPr="00741391" wsp:rsidRDefault="002737AF" wsp:rsidP="00741391">
<w:pPr>
<w:spacing w:line="360" w:line-rule="auto"/>
<w:ind w:first-line-chars="200" w:first-line="480"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
</w:rPr>
</w:pPr>
<w:r wsp:rsidRPr="00741391">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
</w:rPr>
<w:t>${table1}</w:t>
</w:r>
</w:p>
</#list>
</#if>
</wx:sub-section>-->
@ -3732,12 +3955,12 @@ y7fdOgAAAABJRU5ErkJggk==
<!--<w:p ><w:r><w:br w:type="page" /></w:r></w:p>--> <!--<w:p ><w:r><w:br w:type="page" /></w:r></w:p>-->
<w:sectPr wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidSect="005D1AAE"> <w:sectPr wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidSect="005D1AAE">
<w:pgSz w:w="11906" w:h="16838"/> <w:pgSz w:w="11906" w:h="16838"/>
<w:pgMar w:top="1440" w:right="1803" w:bottom="1440" w:left="1803" w:header="567" w:footer="567" w:gutter="0"/> <w:pgMar w:top="1440" w:right="1803" w:bottom="1440" w:left="1803" w:header="567" w:footer="567" w:gutter="0"/>
<w:cols w:space="720"/> <w:cols w:space="720"/>
<w:docGrid w:line-pitch="326"/> <w:docGrid w:line-pitch="326"/>
</w:sectPr> </w:sectPr>
</wx:sect> </wx:sect>
</w:body> </w:body>
</w:wordDocument> </w:wordDocument>