表单图增加相关支持文件表格
This commit is contained in:
parent
d08bb40b40
commit
187c38adb5
Binary file not shown.
@ -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.cache.PALRepositoryCache;
|
||||
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.model.DesignerShapeRelationModel;
|
||||
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_KPI, KPITable);
|
||||
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);
|
||||
// dataMap.put("history_table", historyVersionModify);
|
||||
|
||||
|
||||
@ -1,29 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<?mso-application progid="Word.Document"?>
|
||||
<w:wordDocument
|
||||
xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
|
||||
xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
|
||||
xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/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:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/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:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/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:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
|
||||
xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
|
||||
xmlns:o="urn:schemas-microsoft-com:office:office"
|
||||
xmlns:v="urn:schemas-microsoft-com:vml"
|
||||
xmlns:w10="urn:schemas-microsoft-com:office:word"
|
||||
xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
|
||||
xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
|
||||
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
|
||||
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:aml="http://schemas.microsoft.com/aml/2001/core"
|
||||
xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
|
||||
xmlns:cx="http://schemas.microsoft.com/office/drawing/2014/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:cx3="http://schemas.microsoft.com/office/drawing/2016/5/9/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:cx6="http://schemas.microsoft.com/office/drawing/2016/5/12/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:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:aink="http://schemas.microsoft.com/office/drawing/2016/ink"
|
||||
xmlns:am3d="http://schemas.microsoft.com/office/drawing/2017/model3d"
|
||||
xmlns:o="urn:schemas-microsoft-com:office:office"
|
||||
xmlns:v="urn:schemas-microsoft-com:vml"
|
||||
xmlns:w10="urn:schemas-microsoft-com:office:word"
|
||||
xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
|
||||
xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
|
||||
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
|
||||
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">
|
||||
<w:ignoreSubtree w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/>
|
||||
<o:DocumentProperties>
|
||||
<o:Author>洪继程</o:Author>
|
||||
@ -2924,6 +2924,7 @@ y7fdOgAAAABJRU5ErkJggk==
|
||||
</w:tc>-->
|
||||
</w:tr>
|
||||
</w:tbl>
|
||||
|
||||
<w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="IDSTYLERDDEFAULT"/>
|
||||
@ -3285,7 +3286,7 @@ y7fdOgAAAABJRU5ErkJggk==
|
||||
</w:p>
|
||||
</w:tc>
|
||||
</w:tr>
|
||||
<#list version_history_table as table6>
|
||||
<#list version_history_table as table6>
|
||||
<w:tr wsp:rsidR="00AC2941" wsp:rsidTr="005D1AAE">
|
||||
<w:trPr>
|
||||
<w:jc w:val="center"/>
|
||||
@ -3593,138 +3594,360 @@ y7fdOgAAAABJRU5ErkJggk==
|
||||
</w:tr>
|
||||
</#list>
|
||||
</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:listPr>
|
||||
<wx:t wx:val="1."/>
|
||||
<wx:font wx:val="宋体"/>
|
||||
</w:listPr>
|
||||
<w:tabs>
|
||||
<w:tab w:val="left" w:pos="360"/>
|
||||
</w:tabs>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="00B053AC">
|
||||
<w:rPr>
|
||||
<w:lang w:val="EN-US"/>
|
||||
</w:rPr>
|
||||
<w:br w:type="page"/>
|
||||
</w:r>
|
||||
<aml:annotation aml:id="0" w:type="Word.Bookmark.Start" w:name="_Toc112685149"/>
|
||||
<w:r wsp:rsidR="00546297" wsp:rsidRPr="001A7475">
|
||||
<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="0" w:type="Word.Bookmark.End"/>
|
||||
</w:p>
|
||||
<#if (file_table_count ==0 )>
|
||||
<w:p wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidRDefault="00140F58" wsp:rsidP="00140F58">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="IDSTYLECONTEXTINDENT"/>
|
||||
<w:ind w:first-line-chars="200" w:first-line="480"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="000F6912">
|
||||
<w:rPr>
|
||||
<w:rFonts w:hint="fareast"/>
|
||||
</w:rPr>
|
||||
<w:t>无</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
<#else>
|
||||
<#list file_table as table4>
|
||||
<w:p wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidRDefault="007903C3" wsp:rsidP="006669F3">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="IDSTYLECONTEXTINDENT"/>
|
||||
<w:ind w:first-line="0"/>
|
||||
<w:rPr>
|
||||
<w:rFonts w:hint="fareast"/>
|
||||
<w:lang w:val="EN-US"/>
|
||||
</w:rPr>
|
||||
</w:pPr>
|
||||
<w:hlink w:dest="${table4.link}">
|
||||
<w:r wsp:rsidR="000E1B45">
|
||||
<w:rPr>
|
||||
<w:rStyle w:val="a3"/>
|
||||
<w:lang w:val="EN-US"/>
|
||||
</w:rPr>
|
||||
<w:t>${table4.file_name}</w:t>
|
||||
</w:r>
|
||||
</w:hlink>
|
||||
</w:p>
|
||||
|
||||
<!--相关/支持文件 -->
|
||||
|
||||
|
||||
|
||||
<w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="IDSTYLERDDEFAULT"/>
|
||||
</w:pPr>
|
||||
</w:p>
|
||||
<w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="IDSTYLERDDEFAULT"/>
|
||||
</w:pPr>
|
||||
</w:p>
|
||||
<w:p wsp:rsidR="00AC2941" wsp:rsidRDefault="00AC2941">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="IDSTYLECONTEXTBOLD"/>
|
||||
</w:pPr>
|
||||
<w:r>
|
||||
<w:t>相关/支持文件</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
<w:tbl>
|
||||
<w:tblPr>
|
||||
<w:tblW w:w="8306" w:type="dxa"/>
|
||||
<w:jc w:val="center"/>
|
||||
<w:tblInd w:w="0" w:type="dxa"/>
|
||||
<w:tblBorders>
|
||||
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
|
||||
<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
|
||||
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
|
||||
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
|
||||
<w:insideH w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
|
||||
<w:insideV w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/>
|
||||
</w:tblBorders>
|
||||
<w:tblLayout w:type="Fixed"/>
|
||||
</w:tblPr>
|
||||
<w:tblGrid>
|
||||
<w:gridCol w:w="712"/>
|
||||
<w:gridCol w:w="1276"/>
|
||||
<w:gridCol w:w="992"/>
|
||||
<w:gridCol w:w="1285"/>
|
||||
<w:gridCol w:w="922"/>
|
||||
<w:gridCol w:w="851"/>
|
||||
<w:gridCol w:w="992"/>
|
||||
<w:gridCol w:w="1276"/>
|
||||
</w:tblGrid>
|
||||
<w:tr wsp:rsidR="00AC2941" wsp:rsidTr="005D1AAE">
|
||||
<w:trPr>
|
||||
<w:tblHeader/>
|
||||
<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: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>
|
||||
</#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>-->
|
||||
</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:listPr>
|
||||
<wx:t wx:val="1."/>
|
||||
<wx:font wx:val="宋体"/>
|
||||
</w:listPr>
|
||||
<w:tabs>
|
||||
<w:tab w:val="left" w:pos="360"/>
|
||||
</w:tabs>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="00B053AC">
|
||||
<w:rPr>
|
||||
<w:lang w:val="EN-US"/>
|
||||
</w:rPr>
|
||||
<w:br w:type="page"/>
|
||||
</w:r>
|
||||
<aml:annotation aml:id="0" w:type="Word.Bookmark.Start" w:name="_Toc112685149"/>
|
||||
<w:r wsp:rsidR="00546297" wsp:rsidRPr="001A7475">
|
||||
<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="0" w:type="Word.Bookmark.End"/>
|
||||
</w:p>
|
||||
<#if (file_table_count ==0 )>
|
||||
<w:p wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidRDefault="00140F58" wsp:rsidP="00140F58">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="IDSTYLECONTEXTINDENT"/>
|
||||
<w:ind w:first-line-chars="200" w:first-line="480"/>
|
||||
</w:pPr>
|
||||
<w:r wsp:rsidRPr="000F6912">
|
||||
<w:rPr>
|
||||
<w:rFonts w:hint="fareast"/>
|
||||
</w:rPr>
|
||||
<w:t>无</w:t>
|
||||
</w:r>
|
||||
</w:p>
|
||||
<#else>
|
||||
<#list file_table as table4>
|
||||
<w:p wsp:rsidR="00140F58" wsp:rsidRPr="000F6912" wsp:rsidRDefault="007903C3" wsp:rsidP="006669F3">
|
||||
<w:pPr>
|
||||
<w:pStyle w:val="IDSTYLECONTEXTINDENT"/>
|
||||
<w:ind w:first-line="0"/>
|
||||
<w:rPr>
|
||||
<w:rFonts w:hint="fareast"/>
|
||||
<w:lang w:val="EN-US"/>
|
||||
</w:rPr>
|
||||
</w:pPr>
|
||||
<w:hlink w:dest="${table4.link}">
|
||||
<w:r wsp:rsidR="000E1B45">
|
||||
<w:rPr>
|
||||
<w:rStyle w:val="a3"/>
|
||||
<w:lang w:val="EN-US"/>
|
||||
</w:rPr>
|
||||
<w:t>${table4.file_name}</w:t>
|
||||
</w:r>
|
||||
</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: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: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:docGrid w:line-pitch="326"/>
|
||||
<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:docGrid w:line-pitch="326"/>
|
||||
</w:sectPr>
|
||||
</wx:sect>
|
||||
</w:body>
|
||||
</w:wordDocument>
|
||||
</w:wordDocument>
|
||||
Loading…
Reference in New Issue
Block a user