Commit 26c7d7da authored by 韩桐桐's avatar 韩桐桐

fix(jg):压力管道安装告知书样式调整

parent ecda5452
...@@ -660,10 +660,10 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN ...@@ -660,10 +660,10 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
// 组装模板变量 // 组装模板变量
Map<String, Object> placeholders = new HashMap<>(); Map<String, Object> placeholders = new HashMap<>();
placeholders.put("doMain", TZSDOMAIN); placeholders.put("doMain", TZSDOMAIN);
placeholders.put("equList", getValue.apply("equList"));
placeholders.put("installUnitName", getValue.apply("installUnitName")); placeholders.put("installUnitName", getValue.apply("installUnitName"));
placeholders.put("informNumber", getValue.apply("informNumber")); placeholders.put("informNumber", getValue.apply("informNumber"));
placeholders.put("productName", getValue.apply("productName")); placeholders.put("productName", getValue.apply("productName"));
placeholders.put("equipType", getValue.apply("equType"));
placeholders.put("equipCode", getValue.apply("equRegisterCode")); placeholders.put("equipCode", getValue.apply("equRegisterCode"));
placeholders.put("produceCode", getValue.apply("factoryNum")); // 出厂编号 placeholders.put("produceCode", getValue.apply("factoryNum")); // 出厂编号
placeholders.put("produceUnitName", getValue.apply("produceUnitName")); placeholders.put("produceUnitName", getValue.apply("produceUnitName"));
...@@ -678,6 +678,14 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN ...@@ -678,6 +678,14 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
placeholders.put("useUnitLeaderName", getValue.apply("safetyManager")); placeholders.put("useUnitLeaderName", getValue.apply("safetyManager"));
placeholders.put("useUnitLeaderPhone", getValue.apply("safetyManagerPhone")); placeholders.put("useUnitLeaderPhone", getValue.apply("safetyManagerPhone"));
placeholders.put("useUnitLeaderAddress", getValue.apply("useUnitLeaderAddress")); placeholders.put("useUnitLeaderAddress", getValue.apply("useUnitLeaderAddress"));
if ("压力管道".equals(getValue.apply("equList"))) {
ArrayList<String> equipTypeList = new ArrayList<>();// todo
equipTypeList.add("123123");
placeholders.put("equipTypeList", equipTypeList);
} else {
placeholders.put("equipType", getValue.apply("equType"));
}
// 安装单位许可信息 // 安装单位许可信息
placeholders.put("installLicenseNoList", installLicenseNoList); placeholders.put("installLicenseNoList", installLicenseNoList);
......
...@@ -989,61 +989,277 @@ ...@@ -989,61 +989,277 @@
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
<w:tc> <#if equipList.equList?string != '压力管道'>
<w:tcPr> <w:tc>
<w:tcW w:w="1680" w:type="pct"/> <w:tcPr>
<w:gridSpan w:val="2"/> <w:tcW w:w="1680" w:type="pct"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:gridSpan w:val="2"/>
<w:noWrap w:val="0"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="center"/> <w:noWrap w:val="0"/>
</w:tcPr> <w:vAlign w:val="center"/>
<w:p> </w:tcPr>
<w:pPr> <w:p>
<w:keepNext w:val="off"/> <w:pPr>
<w:keepLines w:val="off"/> <w:keepNext w:val="off"/>
<w:pageBreakBefore w:val="off"/> <w:keepLines w:val="off"/>
<w:widowControl w:val="off"/> <w:pageBreakBefore w:val="off"/>
<w:kinsoku/> <w:widowControl w:val="off"/>
<w:wordWrap/> <w:kinsoku/>
<w:overflowPunct/> <w:wordWrap/>
<w:topLinePunct w:val="off"/> <w:overflowPunct/>
<w:autoSpaceDE/> <w:topLinePunct w:val="off"/>
<w:autoSpaceDN/> <w:autoSpaceDE/>
<w:adjustRightInd/> <w:autoSpaceDN/>
<w:snapToGrid/> <w:adjustRightInd/>
<w:spacing w:line="240" w:line-rule="auto"/> <w:snapToGrid/>
<w:jc w:val="left"/> <w:spacing w:line="240" w:line-rule="auto"/>
<w:textAlignment w:val="auto"/> <w:jc w:val="left"/>
<w:rPr> <w:textAlignment w:val="auto"/>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/> <w:rPr>
<w:b/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:i w:val="off"/> <w:b-cs/>
<w:i-cs w:val="off"/> <w:i w:val="off"/>
<w:color w:val="262626"/> <w:i-cs w:val="off"/>
<w:kern w:val="0"/> <w:color w:val="262626"/>
<w:sz w:val="21"/> <w:kern w:val="0"/>
<w:sz-cs w:val="21"/> <w:sz w:val="21"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz-cs w:val="21"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:pPr> </w:rPr>
<w:r> </w:pPr>
<w:rPr> <w:r>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/> <w:rPr>
<w:b/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:i w:val="off"/> <w:b-cs/>
<w:i-cs w:val="off"/> <w:i w:val="off"/>
<w:color w:val="262626"/> <w:i-cs w:val="off"/>
<w:kern w:val="0"/> <w:color w:val="262626"/>
<w:sz w:val="21"/> <w:kern w:val="0"/>
<w:sz-cs w:val="21"/> <w:sz w:val="21"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz-cs w:val="21"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
<w:t>${(equipList.equipType)!''}</w:t> </w:rPr>
</w:r> <w:t>${(equipList.equipType)!''}</w:t>
</w:p> </w:r>
</w:tc> </w:p>
</w:tc>
</#if>
<#if equipList.equList?string = '压力管道'>
<w:tc>
<w:tcPr>
<w:tcW w:w="1680" w:type="pct"/>
<w:gridSpan w:val="2"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap w:val="0"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:keepNext w:val="off"/>
<w:keepLines w:val="off"/>
<w:pageBreakBefore w:val="off"/>
<w:widowControl w:val="off"/>
<w:kinsoku/>
<w:wordWrap/>
<w:overflowPunct/>
<w:topLinePunct w:val="off"/>
<w:autoSpaceDE/>
<w:autoSpaceDN/>
<w:adjustRightInd/>
<w:snapToGrid/>
<w:spacing w:line="240" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="auto"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
<w:b/>
<w:b-cs/>
<w:i w:val="off"/>
<w:i-cs w:val="off"/>
<w:color w:val="262626"/>
<w:kern w:val="0"/>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:rPr>
</w:pPr>
<#if equipList.equipTypeList?size == 1>
<#list equipList.equipTypeList as item1>
<w:r>
<w:rPr>
<w:rFonts w:hint="eastAsia" w:ascii="宋体" w:hAnsi="宋体"
w:cs="宋体"/>
<w:b/>
<w:bCs/>
<w:i w:val="0"/>
<w:iCs w:val="0"/>
<w:color w:val="262626" w:themeColor="text1"
w:themeTint="D9"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:szCs w:val="18"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${item1}</w:t>
</w:r>
</#list>
</#if>
<#if equipList.equipTypeList?size == 2>
<#list equipList.equipTypeList as item1>
<w:tr>
<w:tblPrEx>
<w:tblBorders>
<w:top w:val="none" w:color="auto" w:sz="0"
w:space="0"/>
<w:left w:val="none" w:color="auto" w:sz="0"
w:space="0"/>
<w:bottom w:val="none" w:color="auto" w:sz="0"
w:space="0"/>
<w:right w:val="none" w:color="auto" w:sz="0"
w:space="0"/>
</w:tblBorders>
<w:tblCellMar>
<w:top w:w="0" w:type="dxa"/>
<w:left w:w="108" w:type="dxa"/>
<w:bottom w:w="0" w:type="dxa"/>
<w:right w:w="108" w:type="dxa"/>
</w:tblCellMar>
</w:tblPrEx>
<w:trPr>
<w:trHeight w:val="490" w:hRule="atLeast"/>
</w:trPr>
<w:tc>
<w:tcPr>
<w:tcW w:w="1340" w:type="dxa"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:spacing w:line="240" w:lineRule="auto"/>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:hint="eastAsia" w:ascii="宋体"
w:hAnsi="宋体"
w:cs="宋体"/>
<w:b/>
<w:bCs/>
<w:i w:val="0"/>
<w:iCs w:val="0"/>
<w:color w:val="262626" w:themeColor="text1"
w:themeTint="D9"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:szCs w:val="18"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:hint="eastAsia" w:ascii="宋体"
w:hAnsi="宋体"
w:cs="宋体"/>
<w:b/>
<w:bCs/>
<w:i w:val="0"/>
<w:iCs w:val="0"/>
<w:color w:val="262626" w:themeColor="text1"
w:themeTint="D9"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:szCs w:val="18"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${item1}</w:t>
</w:r>
</w:p>
</w:tc>
</w:tr>
</#list>
</#if>
<#if equipList.equipTypeList?size == 3>
<#list equipList.equipTypeList as item1>
<w:tr>
<w:tblPrEx>
<w:tblBorders>
<w:top w:val="none" w:color="auto" w:sz="0"
w:space="0"/>
<w:left w:val="none" w:color="auto" w:sz="0"
w:space="0"/>
<w:bottom w:val="none" w:color="auto" w:sz="0"
w:space="0"/>
<w:right w:val="none" w:color="auto" w:sz="0"
w:space="0"/>
</w:tblBorders>
<w:tblCellMar>
<w:top w:w="0" w:type="dxa"/>
<w:left w:w="108" w:type="dxa"/>
<w:bottom w:w="0" w:type="dxa"/>
<w:right w:w="108" w:type="dxa"/>
</w:tblCellMar>
</w:tblPrEx>
<w:trPr>
<w:trHeight w:val="321" w:hRule="atLeast"/>
</w:trPr>
<w:tc>
<w:tcPr>
<w:tcW w:w="1349" w:type="dxa"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:spacing w:line="240" w:lineRule="auto"/>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:hint="eastAsia" w:ascii="宋体"
w:hAnsi="宋体"
w:cs="宋体"/>
<w:b/>
<w:bCs/>
<w:i w:val="0"/>
<w:iCs w:val="0"/>
<w:color w:val="262626" w:themeColor="text1"
w:themeTint="D9"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:szCs w:val="18"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:hint="eastAsia" w:ascii="宋体"
w:hAnsi="宋体"
w:cs="宋体"/>
<w:b/>
<w:bCs/>
<w:i w:val="0"/>
<w:iCs w:val="0"/>
<w:color w:val="262626" w:themeColor="text1"
w:themeTint="D9"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:szCs w:val="18"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${item1}</w:t>
</w:r>
</w:p>
</w:tc>
</w:tr>
</#list>
</#if>
</w:p>
</w:tc>
</#if>
</w:tr> </w:tr>
<w:tr> <w:tr>
<w:tblPrEx> <w:tblPrEx>
...@@ -1268,186 +1484,188 @@ ...@@ -1268,186 +1484,188 @@
<w:trHeight w:val="1134" w:h-rule="exact"/> <w:trHeight w:val="1134" w:h-rule="exact"/>
<w:jc w:val="center"/> <w:jc w:val="center"/>
</w:trPr> </w:trPr>
<w:tc> <#if equipList.equList?string != '压力管道'>
<w:tcPr> <w:tc>
<w:tcW w:w="809" w:type="pct"/> <w:tcPr>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tcW w:w="809" w:type="pct"/>
<w:noWrap w:val="0"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="center"/> <w:noWrap w:val="0"/>
</w:tcPr> <w:vAlign w:val="center"/>
<w:p> </w:tcPr>
<w:pPr> <w:p>
<w:spacing w:line="240" w:line-rule="auto"/> <w:pPr>
<w:jc w:val="center"/> <w:spacing w:line="240" w:line-rule="auto"/>
<w:rPr> <w:jc w:val="center"/>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" <w:rPr>
w:hint="fareast"/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体"
<w:b/> w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:kern w:val="0"/> <w:b-cs/>
<w:sz w:val="24"/> <w:kern w:val="0"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz w:val="24"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:pPr> </w:rPr>
<w:r> </w:pPr>
<w:rPr> <w:r>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" <w:rPr>
w:hint="fareast"/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体"
<w:b/> w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:kern w:val="0"/> <w:b-cs/>
<w:sz w:val="24"/> <w:kern w:val="0"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz w:val="24"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
<w:t>设备制造单位全称</w:t> </w:rPr>
</w:r> <w:t>设备制造单位全称</w:t>
</w:p> </w:r>
</w:tc> </w:p>
<w:tc> </w:tc>
<w:tcPr> <w:tc>
<w:tcW w:w="1700" w:type="pct"/> <w:tcPr>
<w:gridSpan w:val="2"/> <w:tcW w:w="1700" w:type="pct"/>
<w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/> <w:gridSpan w:val="2"/>
<w:noWrap w:val="0"/> <w:shd w:val="clear" w:color="auto" w:fill="FFFFFF"/>
<w:vAlign w:val="center"/> <w:noWrap w:val="0"/>
</w:tcPr> <w:vAlign w:val="center"/>
<w:p> </w:tcPr>
<w:pPr> <w:p>
<w:keepNext w:val="off"/> <w:pPr>
<w:keepLines w:val="off"/> <w:keepNext w:val="off"/>
<w:pageBreakBefore w:val="off"/> <w:keepLines w:val="off"/>
<w:widowControl w:val="off"/> <w:pageBreakBefore w:val="off"/>
<w:kinsoku/> <w:widowControl w:val="off"/>
<w:wordWrap/> <w:kinsoku/>
<w:overflowPunct/> <w:wordWrap/>
<w:topLinePunct w:val="off"/> <w:overflowPunct/>
<w:autoSpaceDE/> <w:topLinePunct w:val="off"/>
<w:autoSpaceDN/> <w:autoSpaceDE/>
<w:adjustRightInd/> <w:autoSpaceDN/>
<w:snapToGrid/> <w:adjustRightInd/>
<w:spacing w:line="240" w:line-rule="auto"/> <w:snapToGrid/>
<w:jc w:val="left"/> <w:spacing w:line="240" w:line-rule="auto"/>
<w:textAlignment w:val="auto"/> <w:jc w:val="left"/>
<w:rPr> <w:textAlignment w:val="auto"/>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/> <w:rPr>
<w:b/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:i w:val="off"/> <w:b-cs/>
<w:i-cs w:val="off"/> <w:i w:val="off"/>
<w:color w:val="262626"/> <w:i-cs w:val="off"/>
<w:kern w:val="0"/> <w:color w:val="262626"/>
<w:sz w:val="21"/> <w:kern w:val="0"/>
<w:sz-cs w:val="21"/> <w:sz w:val="21"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz-cs w:val="21"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:pPr> </w:rPr>
<w:r> </w:pPr>
<w:rPr> <w:r>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/> <w:rPr>
<w:b/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:i w:val="off"/> <w:b-cs/>
<w:i-cs w:val="off"/> <w:i w:val="off"/>
<w:color w:val="262626"/> <w:i-cs w:val="off"/>
<w:kern w:val="0"/> <w:color w:val="262626"/>
<w:sz w:val="21"/> <w:kern w:val="0"/>
<w:sz-cs w:val="21"/> <w:sz w:val="21"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz-cs w:val="21"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
<w:t>${(equipList.produceUnitName)!''}</w:t> </w:rPr>
</w:r> <w:t>${(equipList.produceUnitName)!''}</w:t>
</w:p> </w:r>
</w:tc> </w:p>
<w:tc> </w:tc>
<w:tcPr> <w:tc>
<w:tcW w:w="809" w:type="pct"/> <w:tcPr>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tcW w:w="809" w:type="pct"/>
<w:noWrap w:val="0"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="center"/> <w:noWrap w:val="0"/>
</w:tcPr> <w:vAlign w:val="center"/>
<w:p> </w:tcPr>
<w:pPr> <w:p>
<w:spacing w:line="240" w:line-rule="auto"/> <w:pPr>
<w:jc w:val="center"/> <w:spacing w:line="240" w:line-rule="auto"/>
<w:rPr> <w:jc w:val="center"/>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" <w:rPr>
w:hint="fareast"/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体"
<w:b/> w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:kern w:val="0"/> <w:b-cs/>
<w:sz w:val="24"/> <w:kern w:val="0"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz w:val="24"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:pPr> </w:rPr>
<w:r> </w:pPr>
<w:rPr> <w:r>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" <w:rPr>
w:hint="fareast"/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体"
<w:b/> w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:kern w:val="0"/> <w:b-cs/>
<w:sz w:val="24"/> <w:kern w:val="0"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz w:val="24"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
<w:t>制造许可证编号</w:t> </w:rPr>
</w:r> <w:t>制造许可证编号</w:t>
</w:p> </w:r>
</w:tc> </w:p>
<w:tc> </w:tc>
<w:tcPr> <w:tc>
<w:tcW w:w="1680" w:type="pct"/> <w:tcPr>
<w:gridSpan w:val="2"/> <w:tcW w:w="1680" w:type="pct"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:gridSpan w:val="2"/>
<w:noWrap w:val="0"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="center"/> <w:noWrap w:val="0"/>
</w:tcPr> <w:vAlign w:val="center"/>
<w:p> </w:tcPr>
<w:pPr> <w:p>
<w:keepNext w:val="off"/> <w:pPr>
<w:keepLines w:val="off"/> <w:keepNext w:val="off"/>
<w:pageBreakBefore w:val="off"/> <w:keepLines w:val="off"/>
<w:widowControl w:val="off"/> <w:pageBreakBefore w:val="off"/>
<w:kinsoku/> <w:widowControl w:val="off"/>
<w:wordWrap/> <w:kinsoku/>
<w:overflowPunct/> <w:wordWrap/>
<w:topLinePunct w:val="off"/> <w:overflowPunct/>
<w:autoSpaceDE/> <w:topLinePunct w:val="off"/>
<w:autoSpaceDN/> <w:autoSpaceDE/>
<w:adjustRightInd/> <w:autoSpaceDN/>
<w:snapToGrid/> <w:adjustRightInd/>
<w:spacing w:line="240" w:line-rule="auto"/> <w:snapToGrid/>
<w:jc w:val="left"/> <w:spacing w:line="240" w:line-rule="auto"/>
<w:textAlignment w:val="auto"/> <w:jc w:val="left"/>
<w:rPr> <w:textAlignment w:val="auto"/>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/> <w:rPr>
<w:b/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:i w:val="off"/> <w:b-cs/>
<w:i-cs w:val="off"/> <w:i w:val="off"/>
<w:color w:val="262626"/> <w:i-cs w:val="off"/>
<w:kern w:val="0"/> <w:color w:val="262626"/>
<w:sz w:val="21"/> <w:kern w:val="0"/>
<w:sz-cs w:val="21"/> <w:sz w:val="21"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz-cs w:val="21"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:pPr> </w:rPr>
<w:r> </w:pPr>
<w:rPr> <w:r>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/> <w:rPr>
<w:b/> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="宋体" w:hint="fareast"/>
<w:b-cs/> <w:b/>
<w:i w:val="off"/> <w:b-cs/>
<w:i-cs w:val="off"/> <w:i w:val="off"/>
<w:color w:val="262626"/> <w:i-cs w:val="off"/>
<w:kern w:val="0"/> <w:color w:val="262626"/>
<w:sz w:val="21"/> <w:kern w:val="0"/>
<w:sz-cs w:val="21"/> <w:sz w:val="21"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:sz-cs w:val="21"/>
</w:rPr> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
<w:t>${(equipList.produceLicenseNum)!''}</w:t> </w:rPr>
</w:r> <w:t>${(equipList.produceLicenseNum)!''}</w:t>
</w:p> </w:r>
</w:tc> </w:p>
</w:tc>
</#if>
</w:tr> </w:tr>
<w:tr> <w:tr>
<w:tblPrEx> <w:tblPrEx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment