Commit 13f78519 authored by suhuiguang's avatar suhuiguang

1.使用登记证支持车用气瓶:23T0-》使用单位地址 else->设备使用地点

parent 2a0eb86e
...@@ -786,7 +786,11 @@ ...@@ -786,7 +786,11 @@
<w:sz-cs w:val="24"/> <w:sz-cs w:val="24"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:rPr> </w:rPr>
<w:t>${(useUnitName)!''}</w:t> <#if equDefineCode == "23T0">
<w:t>${(useUnitAddress)!''}</w:t>
<#else>
<w:t>${(useUnitName)!''}</w:t>
</#if>
</w:r> </w:r>
</w:p> </w:p>
</w:txbxContent> </w:txbxContent>
...@@ -1020,7 +1024,11 @@ ...@@ -1020,7 +1024,11 @@
<w:sz-cs w:val="36"/> <w:sz-cs w:val="36"/>
<w:lang w:val="EN-US" w:fareast="EN-US" w:bidi="AR-SA"/> <w:lang w:val="EN-US" w:fareast="EN-US" w:bidi="AR-SA"/>
</w:rPr> </w:rPr>
<w:t>设备使用地点:</w:t> <#if equDefineCode == "23T0">
<w:t>使用单位地址:</w:t>
<#else>
<w:t>设备使用地点:</w:t>
</#if>
</w:r> </w:r>
</w:p> </w:p>
</w:txbxContent> </w:txbxContent>
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