Commit 692e5737 authored by suhuiguang's avatar suhuiguang

1.自测bug修改

parent 37193ae4
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<w:rFonts w:hint="eastAsia"/> <w:rFonts w:hint="eastAsia"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/> <w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr> </w:rPr>
<w:t>${doMain}</w:t> <w:t>${(doMain)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
<w:p> <w:p>
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<w:u w:val="single"/> <w:u w:val="single"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/> <w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr> </w:rPr>
<w:t>${installUnitName}</w:t> <w:t>${(installUnitName)!''}</w:t>
</w:r> </w:r>
<w:r> <w:r>
<w:rPr> <w:rPr>
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
<w:u w:val="single"/> <w:u w:val="single"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/> <w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr> </w:rPr>
<w:t>${informNumber}</w:t> <w:t>${(informNumber)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
<w:tbl> <w:tbl>
...@@ -411,7 +411,7 @@ ...@@ -411,7 +411,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${productName}</w:t> <w:t>${(productName)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -490,7 +490,7 @@ ...@@ -490,7 +490,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${equipType}</w:t> <w:t>${(equipType)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -597,7 +597,7 @@ ...@@ -597,7 +597,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${equipCode}</w:t> <w:t>${(equipCode)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -688,7 +688,7 @@ ...@@ -688,7 +688,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${produceCode}</w:t> <w:t>${(produceCode)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -795,7 +795,7 @@ ...@@ -795,7 +795,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${produceUnitName}</w:t> <w:t>${(produceUnitName)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -886,7 +886,7 @@ ...@@ -886,7 +886,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${produceLicenseNum}</w:t> <w:t>${(produceLicenseNum)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -993,7 +993,7 @@ ...@@ -993,7 +993,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${fullAddress}</w:t> <w:t>${(fullAddress)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -1077,7 +1077,7 @@ ...@@ -1077,7 +1077,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${installStartDate}</w:t> <w:t>${(installStartDate)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -1183,7 +1183,7 @@ ...@@ -1183,7 +1183,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${installUnitName}</w:t> <w:t>${(installUnitName)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -1288,7 +1288,7 @@ ...@@ -1288,7 +1288,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${installType}</w:t> <w:t>${(installType)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -1444,7 +1444,7 @@ ...@@ -1444,7 +1444,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${item}</w:t> <w:t>${(item)!''}</w:t>
</w:r> </w:r>
</#list> </#list>
</w:p> </w:p>
...@@ -1556,7 +1556,7 @@ ...@@ -1556,7 +1556,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${item}</w:t> <w:t>${(item)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -1703,7 +1703,7 @@ ...@@ -1703,7 +1703,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${item}</w:t> <w:t>${(item)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -1897,7 +1897,7 @@ ...@@ -1897,7 +1897,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${item1}</w:t> <w:t>${(item1)!''}</w:t>
</w:r> </w:r>
</#list> </#list>
</w:p> </w:p>
...@@ -2016,7 +2016,7 @@ ...@@ -2016,7 +2016,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${item1}</w:t> <w:t>${(item1)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -2156,7 +2156,7 @@ ...@@ -2156,7 +2156,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${item1}</w:t> <w:t>${(item1)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -2289,7 +2289,7 @@ ...@@ -2289,7 +2289,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${installLeaderName}</w:t> <w:t>${(installLeaderName)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -2373,7 +2373,7 @@ ...@@ -2373,7 +2373,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${installLeaderPhone}</w:t> <w:t>${(installLeaderPhone)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -2480,7 +2480,7 @@ ...@@ -2480,7 +2480,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${installUnitAddress}</w:t> <w:t>${(installUnitAddress)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -2587,7 +2587,7 @@ ...@@ -2587,7 +2587,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${useUnitName}</w:t> <w:t>${(useUnitName)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -2694,7 +2694,7 @@ ...@@ -2694,7 +2694,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${useUnitLeaderName}</w:t> <w:t>${(useUnitLeaderName)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -2778,7 +2778,7 @@ ...@@ -2778,7 +2778,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${useUnitLeaderPhone}</w:t> <w:t>${(useUnitLeaderPhone)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -2885,7 +2885,7 @@ ...@@ -2885,7 +2885,7 @@
</w14:solidFill> </w14:solidFill>
</w14:textFill> </w14:textFill>
</w:rPr> </w:rPr>
<w:t>${useUnitLeaderAddress}</w:t> <w:t>${(useUnitLeaderAddress)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:tc> </w:tc>
...@@ -3054,7 +3054,7 @@ ...@@ -3054,7 +3054,7 @@
</pkg:part> </pkg:part>
<pkg:part pkg:name="/word/media/image1.png" pkg:contentType="image/png"> <pkg:part pkg:name="/word/media/image1.png" pkg:contentType="image/png">
<pkg:binaryData> <pkg:binaryData>
${qrCode} ${(qrCode)!''}
</pkg:binaryData> </pkg:binaryData>
</pkg:part> </pkg:part>
<pkg:part pkg:name="/word/settings.xml" <pkg:part pkg:name="/word/settings.xml"
......
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