Commit 204ef61e authored by chenzhao's avatar chenzhao

登记表生成 模版文件样式调整

parent 2196823a
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?mso-application progid="Word.Document"?>
<pkg:package xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage">
<pkg:package
xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage">
<pkg:part pkg:name="/_rels/.rels" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml">
<pkg:xmlData>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationships
xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="rId4" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="word/document.xml"/>
<Relationship Id="rId2" Type="http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" Target="docProps/core.xml"/>
<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" Target="docProps/app.xml"/>
......@@ -13,7 +15,8 @@
</pkg:part>
<pkg:part pkg:name="/word/_rels/document.xml.rels" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml">
<pkg:xmlData>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationships
xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="rId7" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" Target="fontTable.xml"/>
<Relationship Id="rId6" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" Target="theme/theme1.xml"/>
<Relationship Id="rId5" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer" Target="footer1.xml"/>
......@@ -26,7 +29,24 @@
</pkg:part>
<pkg:part pkg:name="/word/document.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml">
<pkg:xmlData>
<w:document xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:document
xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:body>
<w:p w14:paraId="13A6AC20">
<w:pPr>
......@@ -90,8 +110,6 @@
<w:r>
<w:rPr>
<w:rFonts w:hint="default"/>
<w:sz w:val="21"/>
<w:szCs w:val="21"/>
</w:rPr>
<w:t>${(registrationType)!'新设备首次启用'}</w:t>
</w:r>
......@@ -107,7 +125,7 @@
</w:p>
<w:tbl>
<w:tblPr>
<w:tblStyle w:val="5"/>
<w:tblStyle w:val="6"/>
<w:tblW w:w="9076" w:type="dxa"/>
<w:tblInd w:w="1415" w:type="dxa"/>
<w:tblBorders>
......@@ -143,12 +161,6 @@
<w:insideH w:val="single" w:color="000000" w:sz="2" w:space="0"/>
<w:insideV w:val="single" w:color="000000" w:sz="2" w:space="0"/>
</w:tblBorders>
<w:tblCellMar>
<w:top w:w="0" w:type="dxa"/>
<w:left w:w="0" w:type="dxa"/>
<w:bottom w:w="0" w:type="dxa"/>
<w:right w:w="0" w:type="dxa"/>
</w:tblCellMar>
</w:tblPrEx>
<w:trPr>
<w:trHeight w:val="340" w:hRule="atLeast"/>
......@@ -184,7 +196,7 @@
</w:p>
<w:p w14:paraId="295DF1D7">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="78" w:line="247" w:lineRule="auto"/>
<w:ind w:left="176" w:right="184" w:hanging="1"/>
<w:jc w:val="both"/>
......@@ -196,7 +208,7 @@
<w:t>设备</w:t>
</w:r>
<w:r>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -205,7 +217,7 @@
<w:t>基本</w:t>
</w:r>
<w:r>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -225,7 +237,7 @@
</w:tcPr>
<w:p w14:paraId="7DA4F544">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="66" w:line="203" w:lineRule="auto"/>
<w:ind w:left="527"/>
</w:pPr>
......@@ -247,9 +259,8 @@
</w:tcPr>
<w:p w14:paraId="236409B6">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:hint="default" w:eastAsia="宋体"/>
......@@ -263,7 +274,7 @@
<w:spacing w:val="-1"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${(equList)!''}</w:t>
<w:t>${(equList)!'——'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -277,7 +288,7 @@
</w:tcPr>
<w:p w14:paraId="7CA86044">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="66" w:line="203" w:lineRule="auto"/>
<w:ind w:left="574"/>
</w:pPr>
......@@ -300,9 +311,8 @@
</w:tcPr>
<w:p w14:paraId="5297F9D8">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -313,7 +323,7 @@
<w:spacing w:val="-1"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${(equCategory)!'—'}</w:t>
<w:t>${(equCategory)!'—'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -365,7 +375,7 @@
</w:tcPr>
<w:p w14:paraId="5EEF9631">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="61" w:line="202" w:lineRule="auto"/>
<w:ind w:left="527"/>
</w:pPr>
......@@ -384,9 +394,8 @@
</w:tcPr>
<w:p w14:paraId="7FECB24F">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="66" w:line="203" w:lineRule="auto"/>
<w:ind w:firstLine="238" w:firstLineChars="100"/>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:hint="eastAsia" w:eastAsia="宋体"/>
......@@ -400,7 +409,7 @@
<w:spacing w:val="-1"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${(equDefine)!''}</w:t>
<w:t>${(equDefine)!''}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -411,7 +420,7 @@
</w:tcPr>
<w:p w14:paraId="17D326FB">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="64" w:line="200" w:lineRule="auto"/>
<w:ind w:left="578"/>
</w:pPr>
......@@ -433,9 +442,8 @@
</w:tcPr>
<w:p w14:paraId="0A218FDB">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -498,7 +506,7 @@
</w:tcPr>
<w:p w14:paraId="4D5FAE66">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="61" w:line="202" w:lineRule="auto"/>
<w:ind w:left="527"/>
</w:pPr>
......@@ -517,9 +525,8 @@
</w:tcPr>
<w:p w14:paraId="561B6739">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -541,7 +548,7 @@
</w:tcPr>
<w:p w14:paraId="043CCD69">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="58" w:line="204" w:lineRule="auto"/>
<w:ind w:left="465"/>
</w:pPr>
......@@ -563,9 +570,8 @@
</w:tcPr>
<w:p w14:paraId="10AAD27F">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -576,7 +582,7 @@
<w:spacing w:val="-1"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${(equType)!'—'}</w:t>
<w:t>${(equType)!'—'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -628,7 +634,7 @@
</w:tcPr>
<w:p w14:paraId="34A431BD">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
</w:pPr>
......@@ -647,9 +653,8 @@
</w:tcPr>
<w:p w14:paraId="1AC71C11">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -660,7 +665,7 @@
<w:spacing w:val="-1"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${(designUseDate)!''}</w:t>
<w:t>${(designUseDate)!''}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -671,7 +676,7 @@
</w:tcPr>
<w:p w14:paraId="29B8729C">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="65" w:line="200" w:lineRule="auto"/>
<w:ind w:left="334"/>
</w:pPr>
......@@ -693,9 +698,8 @@
</w:tcPr>
<w:p w14:paraId="27171046">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -758,7 +762,7 @@
</w:tcPr>
<w:p w14:paraId="09C67202">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="64" w:line="200" w:lineRule="auto"/>
<w:ind w:left="292"/>
</w:pPr>
......@@ -777,9 +781,8 @@
</w:tcPr>
<w:p w14:paraId="5EC1F9C5">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -801,7 +804,7 @@
</w:tcPr>
<w:p w14:paraId="40AA7F3B">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="64" w:line="200" w:lineRule="auto"/>
<w:ind w:left="336"/>
</w:pPr>
......@@ -823,9 +826,8 @@
</w:tcPr>
<w:p w14:paraId="5BBE329E">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -887,7 +889,7 @@
</w:tcPr>
<w:p w14:paraId="20410868">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="66" w:line="198" w:lineRule="auto"/>
<w:ind w:left="49"/>
</w:pPr>
......@@ -906,9 +908,8 @@
</w:tcPr>
<w:p w14:paraId="5F07AC4D">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -930,7 +931,7 @@
</w:tcPr>
<w:p w14:paraId="7E0F88BD">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="66" w:line="198" w:lineRule="auto"/>
<w:ind w:left="105"/>
</w:pPr>
......@@ -950,13 +951,15 @@
</w:tcBorders>
<w:vAlign w:val="top"/>
</w:tcPr>
<w:p w14:paraId="6D46288E">
<w:p w14:paraId="4A7AE722">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
<w:rFonts w:ascii="monospace" w:hAnsi="monospace" w:eastAsia="monospace" w:cs="monospace"/>
<w:color w:val="A9B7C6"/>
<w:sz w:val="24"/>
<w:szCs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -965,7 +968,7 @@
<w:spacing w:val="-1"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${(xsjg)!'—'}</w:t>
<w:t>${(typeTestOrgName)!'——'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -1038,7 +1041,7 @@
</w:p>
<w:p w14:paraId="3D69BEEE">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="78" w:line="246" w:lineRule="auto"/>
<w:ind w:left="176" w:right="184" w:hanging="1"/>
<w:jc w:val="both"/>
......@@ -1050,7 +1053,7 @@
<w:t>设备</w:t>
</w:r>
<w:r>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -1059,7 +1062,7 @@
<w:t>使用</w:t>
</w:r>
<w:r>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -1076,7 +1079,7 @@
</w:tcPr>
<w:p w14:paraId="1C4FF365">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="65" w:line="200" w:lineRule="auto"/>
<w:ind w:left="290"/>
</w:pPr>
......@@ -1099,9 +1102,8 @@
</w:tcPr>
<w:p w14:paraId="40621C8A">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1164,7 +1166,7 @@
</w:tcPr>
<w:p w14:paraId="44A8B15E">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="61" w:line="202" w:lineRule="auto"/>
<w:ind w:left="290"/>
</w:pPr>
......@@ -1187,9 +1189,8 @@
</w:tcPr>
<w:p w14:paraId="263A82CB">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1252,7 +1253,7 @@
</w:tcPr>
<w:p w14:paraId="0FD66EA3">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="66" w:line="226" w:lineRule="auto"/>
<w:ind w:left="529" w:right="56" w:hanging="480"/>
</w:pPr>
......@@ -1266,7 +1267,7 @@
<w:rPr>
<w:spacing w:val="3"/>
</w:rPr>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -1283,9 +1284,8 @@
</w:tcPr>
<w:p w14:paraId="35A857BB">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1307,7 +1307,7 @@
</w:tcPr>
<w:p w14:paraId="27329E5B">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="232" w:line="212" w:lineRule="auto"/>
<w:ind w:left="594"/>
</w:pPr>
......@@ -1329,9 +1329,8 @@
</w:tcPr>
<w:p w14:paraId="5C6FCECE">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1342,7 +1341,7 @@
<w:spacing w:val="-1"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${(emaill)!''}</w:t>
<w:t>${(emaill)!'——'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -1394,7 +1393,7 @@
</w:tcPr>
<w:p w14:paraId="5A347A36">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="68" w:line="197" w:lineRule="auto"/>
<w:ind w:left="410"/>
</w:pPr>
......@@ -1413,9 +1412,8 @@
</w:tcPr>
<w:p w14:paraId="2255E0E9">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1437,7 +1435,7 @@
</w:tcPr>
<w:p w14:paraId="17280155">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="334"/>
</w:pPr>
......@@ -1459,9 +1457,8 @@
</w:tcPr>
<w:p w14:paraId="6E70BF01">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1524,7 +1521,7 @@
</w:tcPr>
<w:p w14:paraId="3294CEED">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="66" w:line="198" w:lineRule="auto"/>
<w:ind w:left="292"/>
</w:pPr>
......@@ -1543,9 +1540,8 @@
</w:tcPr>
<w:p w14:paraId="1006EC08">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="70" w:line="195" w:lineRule="auto"/>
<w:ind w:left="428"/>
<w:rPr>
<w:rFonts w:hint="default" w:eastAsia="宋体"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
......@@ -1567,7 +1563,7 @@
</w:tcPr>
<w:p w14:paraId="6359FE0E">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="67" w:line="197" w:lineRule="auto"/>
<w:ind w:left="337"/>
</w:pPr>
......@@ -1589,9 +1585,8 @@
</w:tcPr>
<w:p w14:paraId="10288128">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1602,7 +1597,7 @@
<w:spacing w:val="-1"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${(useUnitPhone)!'—'}</w:t>
<w:t>${(useUnitPhone)!'—'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -1654,7 +1649,7 @@
</w:tcPr>
<w:p w14:paraId="7723AFA9">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="70" w:line="195" w:lineRule="auto"/>
<w:ind w:left="412"/>
</w:pPr>
......@@ -1673,9 +1668,8 @@
</w:tcPr>
<w:p w14:paraId="1F4AF2FF">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1697,7 +1691,7 @@
</w:tcPr>
<w:p w14:paraId="16750F91">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="71" w:line="194" w:lineRule="auto"/>
<w:ind w:left="578"/>
</w:pPr>
......@@ -1719,9 +1713,8 @@
</w:tcPr>
<w:p w14:paraId="193B683A">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1784,7 +1777,7 @@
</w:tcPr>
<w:p w14:paraId="5AD37E53">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="70" w:line="196" w:lineRule="auto"/>
<w:ind w:left="292"/>
</w:pPr>
......@@ -1807,9 +1800,8 @@
</w:tcPr>
<w:p w14:paraId="1BCD0A17">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1871,7 +1863,7 @@
</w:tcPr>
<w:p w14:paraId="7A690D6C">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="72" w:line="225" w:lineRule="auto"/>
<w:ind w:left="530" w:right="56" w:hanging="479"/>
</w:pPr>
......@@ -1885,7 +1877,7 @@
<w:rPr>
<w:spacing w:val="1"/>
</w:rPr>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -1902,9 +1894,8 @@
</w:tcPr>
<w:p w14:paraId="7F80E4A0">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1926,7 +1917,7 @@
</w:tcPr>
<w:p w14:paraId="20910913">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="241" w:line="209" w:lineRule="auto"/>
<w:ind w:left="577"/>
</w:pPr>
......@@ -1948,9 +1939,8 @@
</w:tcPr>
<w:p w14:paraId="47D8D46C">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -1998,7 +1988,7 @@
</w:tcPr>
<w:p w14:paraId="739A3931">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="250" w:line="247" w:lineRule="auto"/>
<w:ind w:left="178" w:right="181" w:hanging="1"/>
<w:jc w:val="both"/>
......@@ -2010,7 +2000,7 @@
<w:t>设备</w:t>
</w:r>
<w:r>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -2019,7 +2009,7 @@
<w:t>检验</w:t>
</w:r>
<w:r>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -2036,7 +2026,7 @@
</w:tcPr>
<w:p w14:paraId="069E3600">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="73" w:line="194" w:lineRule="auto"/>
<w:ind w:left="292"/>
</w:pPr>
......@@ -2059,9 +2049,8 @@
</w:tcPr>
<w:p w14:paraId="5A67D1A1">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -2124,7 +2113,7 @@
</w:tcPr>
<w:p w14:paraId="663AD554">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="71" w:line="194" w:lineRule="auto"/>
<w:ind w:left="532"/>
</w:pPr>
......@@ -2143,9 +2132,8 @@
</w:tcPr>
<w:p w14:paraId="3E14831C">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:rFonts w:hint="eastAsia" w:eastAsia="宋体"/>
<w:spacing w:val="-1"/>
......@@ -2169,7 +2157,7 @@
</w:tcPr>
<w:p w14:paraId="10EB7B9F">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="71" w:line="194" w:lineRule="auto"/>
<w:ind w:left="339"/>
</w:pPr>
......@@ -2191,9 +2179,8 @@
</w:tcPr>
<w:p w14:paraId="0CB36911">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -2204,7 +2191,7 @@
<w:spacing w:val="-1"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t>${(jycode)!''}</w:t>
<w:t>${(resultNo)!''}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -2256,7 +2243,7 @@
</w:tcPr>
<w:p w14:paraId="02D73891">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="73" w:line="193" w:lineRule="auto"/>
<w:ind w:left="532"/>
</w:pPr>
......@@ -2275,9 +2262,8 @@
</w:tcPr>
<w:p w14:paraId="3084944E">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -2299,7 +2285,7 @@
</w:tcPr>
<w:p w14:paraId="172F4F2C">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="73" w:line="193" w:lineRule="auto"/>
<w:ind w:left="579"/>
</w:pPr>
......@@ -2321,9 +2307,8 @@
</w:tcPr>
<w:p w14:paraId="7509463C">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -2385,7 +2370,7 @@
</w:tcPr>
<w:p w14:paraId="67E34F40">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="75" w:line="193" w:lineRule="auto"/>
<w:ind w:left="291"/>
</w:pPr>
......@@ -2404,9 +2389,8 @@
</w:tcPr>
<w:p w14:paraId="0B8B271C">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
......@@ -2432,7 +2416,7 @@
</w:tcPr>
<w:p w14:paraId="5DFC7C26">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="63" w:line="201" w:lineRule="auto"/>
<w:ind w:left="287"/>
<w:rPr>
......@@ -2474,7 +2458,7 @@
</w:tcPr>
<w:p w14:paraId="4C97401C">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="205" w:line="248" w:lineRule="auto"/>
<w:ind w:left="117" w:right="111" w:firstLine="437"/>
</w:pPr>
......@@ -2488,7 +2472,7 @@
<w:t>中华人民共和国特</w:t>
</w:r>
<w:r>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -2496,12 +2480,10 @@
</w:rPr>
<w:t>种设备安全法》及相关规定,并且接受特种设备安全监督管理部门的监督管理。</w:t>
</w:r>
<w:bookmarkStart w:id="0" w:name="_GoBack"/>
<w:bookmarkEnd w:id="0"/>
</w:p>
<w:p w14:paraId="39BA710C">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="278" w:line="210" w:lineRule="auto"/>
<w:ind w:left="579"/>
</w:pPr>
......@@ -2514,9 +2496,10 @@
</w:p>
<w:p w14:paraId="51A4ECC2">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="282" w:line="214" w:lineRule="auto"/>
<w:ind w:left="688"/>
<w:jc w:val="right"/>
</w:pPr>
<w:r>
<w:rPr>
......@@ -2536,13 +2519,13 @@
<w:rPr>
<w:spacing w:val="4"/>
</w:rPr>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="-6"/>
</w:rPr>
<w:t>日期:</w:t>
<w:t space="preserve"> 日期:</w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -2555,7 +2538,7 @@
</w:p>
<w:p w14:paraId="1D9DF8CC">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="73" w:line="218" w:lineRule="auto"/>
<w:ind w:left="7526"/>
<w:rPr>
......@@ -2574,9 +2557,10 @@
</w:p>
<w:p w14:paraId="2EAC2F92">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="71" w:line="214" w:lineRule="auto"/>
<w:ind w:left="212"/>
<w:jc w:val="right"/>
</w:pPr>
<w:r>
<w:rPr>
......@@ -2596,13 +2580,13 @@
<w:rPr>
<w:spacing w:val="4"/>
</w:rPr>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
<w:t>日期:</w:t>
<w:t xml:space="preserve"> 日期:</w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -2641,16 +2625,16 @@
<w:gridSpan w:val="5"/>
<w:tcBorders>
<w:left w:val="single" w:color="000000" w:sz="6" w:space="0"/>
<w:bottom w:val="single" w:color="000000" w:sz="6" w:space="0"/>
<w:right w:val="single" w:color="000000" w:sz="6" w:space="0"/>
</w:tcBorders>
<w:vAlign w:val="top"/>
</w:tcPr>
<w:p w14:paraId="44CAD1CE">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="76" w:line="210" w:lineRule="auto"/>
<w:ind w:left="162"/>
<w:jc w:val="left"/>
</w:pPr>
<w:r>
<w:rPr>
......@@ -2661,9 +2645,10 @@
</w:p>
<w:p w14:paraId="35751C28">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="226" w:line="208" w:lineRule="auto"/>
<w:ind w:left="689"/>
<w:ind w:firstLine="456" w:firstLineChars="200"/>
<w:jc w:val="left"/>
</w:pPr>
<w:r>
<w:rPr>
......@@ -2675,20 +2660,52 @@
<w:rPr>
<w:spacing w:val="4"/>
</w:rPr>
<w:t xml:space="preserve"> </w:t>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="-6"/>
</w:rPr>
<w:t>日期:</w:t>
<w:t xml:space="preserve"> 日期:</w:t>
</w:r>
<w:r>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
<w:rFonts w:hint="eastAsia"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN"/>
</w:rPr>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
R <w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="18"/>
</w:rPr>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
<w:t xml:space="preserve"></w:t>
</w:r>
</w:p>
<w:p w14:paraId="409A78DC">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="76" w:line="218" w:lineRule="auto"/>
<w:ind w:left="7316"/>
<w:jc w:val="left"/>
<w:rPr>
<w:sz w:val="21"/>
<w:szCs w:val="21"/>
......@@ -2705,36 +2722,19 @@
</w:p>
<w:p w14:paraId="6F5DAF56">
<w:pPr>
<w:pStyle w:val="6"/>
<w:pStyle w:val="7"/>
<w:spacing w:before="71" w:line="214" w:lineRule="auto"/>
<w:ind w:left="935"/>
<w:ind w:firstLine="720" w:firstLineChars="300"/>
<w:jc w:val="left"/>
</w:pPr>
<w:r>
<w:t>使用登记证编号: 年</w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
<w:t xml:space="preserve"></w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="18"/>
</w:rPr>
<w:t xml:space="preserve"> </w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="-1"/>
</w:rPr>
<w:t></w:t>
<w:t>使用登记证编号:</w:t>
</w:r>
</w:p>
</w:tc>
</w:tr>
</w:tbl>
<w:p w14:paraId="462B9D51">
<w:p w14:paraId="26109149">
<w:pPr>
<w:spacing w:before="77" w:line="218" w:lineRule="auto"/>
<w:rPr>
......@@ -2756,17 +2756,19 @@
</pkg:part>
<pkg:part pkg:name="/docProps/app.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.extended-properties+xml">
<pkg:xmlData>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
<Properties
xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties"
xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
<Template>Normal.dotm</Template>
<Pages>2</Pages>
<Words>392</Words>
<Characters>859</Characters>
<Lines>0</Lines>
<Paragraphs>0</Paragraphs>
<TotalTime>1</TotalTime>
<TotalTime>19</TotalTime>
<ScaleCrop>false</ScaleCrop>
<LinksUpToDate>false</LinksUpToDate>
<CharactersWithSpaces>939</CharactersWithSpaces>
<CharactersWithSpaces>905</CharactersWithSpaces>
<Application>WPS Office_12.1.0.19770_F1E327BC-269C-435d-A152-05C5408002CA</Application>
<DocSecurity>0</DocSecurity>
</Properties>
......@@ -2774,32 +2776,56 @@
</pkg:part>
<pkg:part pkg:name="/docProps/core.xml" pkg:contentType="application/vnd.openxmlformats-package.core-properties+xml">
<pkg:xmlData>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<cp:coreProperties
xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:dcmitype="http://purl.org/dc/dcmitype/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<dcterms:created xsi:type="dcterms:W3CDTF">2025-02-11T02:12:00Z</dcterms:created>
<dc:creator>Admin</dc:creator>
<cp:lastModifiedBy>Ac</cp:lastModifiedBy>
<dcterms:modified xsi:type="dcterms:W3CDTF">2025-02-17T03:35:39Z</dcterms:modified>
<dcterms:modified xsi:type="dcterms:W3CDTF">2025-02-18T08:33:01Z</dcterms:modified>
</cp:coreProperties>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/docProps/custom.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.custom-properties+xml">
<pkg:xmlData>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
<Properties
xmlns="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties"
xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
<property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}" pid="2" name="KSOProductBuildVer">
<vt:lpwstr>2052-12.1.0.19770</vt:lpwstr>
</property>
<property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}" pid="3" name="KSOTemplateDocerSaveRecord">
<vt:lpwstr>eyJoZGlkIjoiNTA2ZGEzN2Q0MTEzOGM5MDFiMjY1OWJkMzVhYzAxMWMiLCJ1c2VySWQiOiI5MjI2NjY0ODIifQ==</vt:lpwstr>
<vt:lpwstr>eyJoZGlkIjoiNTRkYjJiYWQwMzVkYWEwZGNmODdlMzhmYWExNTZhZjEiLCJ1c2VySWQiOiI5MjI2NjY0ODIifQ==</vt:lpwstr>
</property>
<property fmtid="{D5CDD505-2E9C-101B-9397-08002B2CF9AE}" pid="4" name="ICV">
<vt:lpwstr>6CE00E38705D49638A0C77B8A75D6888_13</vt:lpwstr>
<vt:lpwstr>39FDDB87A8C444FDBDFEAB24930621A8_13</vt:lpwstr>
</property>
</Properties>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/endnotes.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml">
<pkg:xmlData>
<w:endnotes xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:endnotes
xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:endnote w:type="separator" w:id="0">
<w:p>
<w:pPr>
......@@ -2825,7 +2851,11 @@
</pkg:part>
<pkg:part pkg:name="/word/fontTable.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml">
<pkg:xmlData>
<w:fonts xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" mc:Ignorable="w14">
<w:fonts
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" mc:Ignorable="w14">
<w:font w:name="Times New Roman">
<w:panose1 w:val="02020603050405020304"/>
<w:charset w:val="00"/>
......@@ -2838,7 +2868,7 @@
<w:charset w:val="86"/>
<w:family w:val="auto"/>
<w:pitch w:val="default"/>
<w:sig w:usb0="00000203" w:usb1="288F0000" w:usb2="00000006" w:usb3="00000000" w:csb0="00040001" w:csb1="00000000"/>
<w:sig w:usb0="00000003" w:usb1="288F0000" w:usb2="00000006" w:usb3="00000000" w:csb0="00040001" w:csb1="00000000"/>
</w:font>
<w:font w:name="Wingdings">
<w:panose1 w:val="05000000000000000000"/>
......@@ -2882,26 +2912,44 @@
<w:pitch w:val="default"/>
<w:sig w:usb0="E4002EFF" w:usb1="C000247B" w:usb2="00000009" w:usb3="00000000" w:csb0="200001FF" w:csb1="00000000"/>
</w:font>
<w:font w:name="微软雅黑">
<w:panose1 w:val="020B0503020204020204"/>
<w:charset w:val="86"/>
<w:font w:name="monospace">
<w:altName w:val="Segoe Print"/>
<w:panose1 w:val="00000000000000000000"/>
<w:charset w:val="00"/>
<w:family w:val="auto"/>
<w:pitch w:val="default"/>
<w:sig w:usb0="80000287" w:usb1="2ACF3C50" w:usb2="00000016" w:usb3="00000000" w:csb0="0004001F" w:csb1="00000000"/>
<w:sig w:usb0="00000000" w:usb1="00000000" w:usb2="00000000" w:usb3="00000000" w:csb0="00000000" w:csb1="00000000"/>
</w:font>
<w:font w:name="Tahoma">
<w:panose1 w:val="020B0604030504040204"/>
<w:font w:name="Segoe Print">
<w:panose1 w:val="02000600000000000000"/>
<w:charset w:val="00"/>
<w:family w:val="auto"/>
<w:pitch w:val="default"/>
<w:sig w:usb0="E1002EFF" w:usb1="C000605B" w:usb2="00000029" w:usb3="00000000" w:csb0="200101FF" w:csb1="20280000"/>
<w:sig w:usb0="0000028F" w:usb1="00000000" w:usb2="00000000" w:usb3="00000000" w:csb0="2000009F" w:csb1="47010000"/>
</w:font>
</w:fonts>
</pkg:xmlData>
</pkg:part>
<pkg:part pkg:name="/word/footer1.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml">
<pkg:xmlData>
<w:ftr xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:ftr
xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:p w14:paraId="7B8FBA45">
<w:pPr>
<w:spacing w:line="176" w:lineRule="auto"/>
......@@ -2918,7 +2966,24 @@
</pkg:part>
<pkg:part pkg:name="/word/footnotes.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml">
<pkg:xmlData>
<w:footnotes xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:footnotes
xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing"
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup"
xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk"
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml"
xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape"
xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14 w15 wp14">
<w:footnote w:type="separator" w:id="0">
<w:p>
<w:pPr>
......@@ -2944,9 +3009,18 @@
</pkg:part>
<pkg:part pkg:name="/word/settings.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml">
<pkg:xmlData>
<w:settings xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14">
<w:zoom w:percent="140"/>
<w:doNotDisplayPageBoundaries w:val="1"/>
<w:settings
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14">
<w:zoom w:percent="110"/>
<w:embedSystemFonts/>
<w:bordersDoNotSurroundHeader w:val="0"/>
<w:bordersDoNotSurroundFooter w:val="0"/>
......@@ -2991,18 +3065,19 @@
<w:rsid w:val="10EC17B7"/>
<w:rsid w:val="17D15BAA"/>
<w:rsid w:val="1F7E6617"/>
<w:rsid w:val="1FF91F9E"/>
<w:rsid w:val="25473008"/>
<w:rsid w:val="285A5748"/>
<w:rsid w:val="2C1C3440"/>
<w:rsid w:val="2DCD42C6"/>
<w:rsid w:val="38B4055C"/>
<w:rsid w:val="3AFB2473"/>
<w:rsid w:val="3F434D38"/>
<w:rsid w:val="3F5B3E28"/>
<w:rsid w:val="431A44C9"/>
<w:rsid w:val="436977DD"/>
<w:rsid w:val="46B17094"/>
<w:rsid w:val="47F21376"/>
<w:rsid w:val="48EC781C"/>
<w:rsid w:val="663A7B6C"/>
<w:rsid w:val="66546DEE"/>
<w:rsid w:val="67FB3202"/>
......@@ -3035,7 +3110,17 @@
</pkg:part>
<pkg:part pkg:name="/word/styles.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml">
<pkg:xmlData>
<w:styles xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main" xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14">
<w:styles
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml"
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main"
xmlns:wpsCustomData="http://www.wps.cn/officeDocument/2013/wpsCustomData" mc:Ignorable="w14">
<w:docDefaults>
<w:rPrDefault>
<w:rPr>
......@@ -3319,13 +3404,13 @@
<w:lang w:val="en-US" w:eastAsia="en-US" w:bidi="ar-SA"/>
</w:rPr>
</w:style>
<w:style w:type="character" w:default="1" w:styleId="4">
<w:style w:type="character" w:default="1" w:styleId="5">
<w:name w:val="Default Paragraph Font"/>
<w:semiHidden/>
<w:qFormat/>
<w:uiPriority w:val="0"/>
</w:style>
<w:style w:type="table" w:default="1" w:styleId="3">
<w:style w:type="table" w:default="1" w:styleId="4">
<w:name w:val="Normal Table"/>
<w:semiHidden/>
<w:uiPriority w:val="0"/>
......@@ -3351,7 +3436,40 @@
<w:lang w:val="en-US" w:eastAsia="en-US" w:bidi="ar-SA"/>
</w:rPr>
</w:style>
<w:style w:type="table" w:customStyle="1" w:styleId="5">
<w:style w:type="paragraph" w:styleId="3">
<w:name w:val="HTML Preformatted"/>
<w:basedOn w:val="1"/>
<w:uiPriority w:val="0"/>
<w:pPr>
<w:tabs>
<w:tab w:val="left" w:pos="916"/>
<w:tab w:val="left" w:pos="1832"/>
<w:tab w:val="left" w:pos="2748"/>
<w:tab w:val="left" w:pos="3664"/>
<w:tab w:val="left" w:pos="4580"/>
<w:tab w:val="left" w:pos="5496"/>
<w:tab w:val="left" w:pos="6412"/>
<w:tab w:val="left" w:pos="7328"/>
<w:tab w:val="left" w:pos="8244"/>
<w:tab w:val="left" w:pos="9160"/>
<w:tab w:val="left" w:pos="10076"/>
<w:tab w:val="left" w:pos="10992"/>
<w:tab w:val="left" w:pos="11908"/>
<w:tab w:val="left" w:pos="12824"/>
<w:tab w:val="left" w:pos="13740"/>
<w:tab w:val="left" w:pos="14656"/>
</w:tabs>
<w:jc w:val="left"/>
</w:pPr>
<w:rPr>
<w:rFonts w:hint="eastAsia" w:ascii="宋体" w:hAnsi="宋体" w:eastAsia="宋体" w:cs="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
<w:szCs w:val="24"/>
<w:lang w:val="en-US" w:eastAsia="zh-CN" w:bidi="ar"/>
</w:rPr>
</w:style>
<w:style w:type="table" w:customStyle="1" w:styleId="6">
<w:name w:val="Table Normal"/>
<w:semiHidden/>
<w:unhideWhenUsed/>
......@@ -3366,7 +3484,7 @@
</w:tblCellMar>
</w:tblPr>
</w:style>
<w:style w:type="paragraph" w:customStyle="1" w:styleId="6">
<w:style w:type="paragraph" w:customStyle="1" w:styleId="7">
<w:name w:val="Table Text"/>
<w:basedOn w:val="1"/>
<w:semiHidden/>
......@@ -3384,7 +3502,8 @@
</pkg:part>
<pkg:part pkg:name="/word/theme/theme1.xml" pkg:contentType="application/vnd.openxmlformats-officedocument.theme+xml">
<pkg:xmlData>
<a:theme xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="WPS">
<a:theme
xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" name="WPS">
<a:themeElements>
<a:clrScheme name="WPS">
<a:dk1>
......
......@@ -14,20 +14,20 @@
<o:Author>Admin</o:Author>
<o:LastAuthor>Ac</o:LastAuthor>
<o:Created>2025-02-11T02:12:00Z</o:Created>
<o:LastSaved>2025-02-17T09:54:13Z</o:LastSaved>
<o:TotalTime>18720</o:TotalTime>
<o:LastSaved>2025-02-18T08:02:56Z</o:LastSaved>
<o:TotalTime>2880</o:TotalTime>
<o:Pages>1</o:Pages>
<o:Words>265</o:Words>
<o:Characters>462</o:Characters>
<o:Words>264</o:Words>
<o:Characters>479</o:Characters>
<o:Lines>0</o:Lines>
<o:Paragraphs>0</o:Paragraphs>
<o:CharactersWithSpaces>551</o:CharactersWithSpaces>
<o:CharactersWithSpaces>561</o:CharactersWithSpaces>
<o:Version>14</o:Version>
</o:DocumentProperties>
<o:CustomDocumentProperties>
<o:KSOProductBuildVer dt:dt="string">2052-12.1.0.19770</o:KSOProductBuildVer>
<o:KSOTemplateDocerSaveRecord dt:dt="string">eyJoZGlkIjoiNTRkYjJiYWQwMzVkYWEwZGNmODdlMzhmYWExNTZhZjEiLCJ1c2VySWQiOiI5MjI2NjY0ODIifQ==</o:KSOTemplateDocerSaveRecord>
<o:ICV dt:dt="string">BBCB5C8258BA480ABF15DF2BC2200E76_13</o:ICV>
<o:KSOProductBuildVer dt:dt="string">2052-12.1.0.19770</o:KSOProductBuildVer>
<o:ICV dt:dt="string">ABD7B8E3D9BF4ECEBA5B26F5C7E6D88A_12</o:ICV>
</o:CustomDocumentProperties>
<w:fonts>
<w:defaultFonts w:ascii="Calibri" w:fareast="宋体" w:h-ansi="Calibri" w:cs="Times New Roman"/>
......@@ -87,6 +87,34 @@
<w:pitch w:val="Default"/>
<w:sig w:usb-0="E4002EFF" w:usb-1="C000247B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="200001FF" w:csb-1="00000000"/>
</w:font>
<w:font w:name="Wingdings">
<w:panose-1 w:val="05000000000000000000"/>
<w:charset w:val="00"/>
<w:family w:val="Auto"/>
<w:pitch w:val="Default"/>
<w:sig w:usb-0="00000000" w:usb-1="00000000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="80000000" w:csb-1="00000000"/>
</w:font>
<w:font w:name="Arial">
<w:panose-1 w:val="020B0604020202020204"/>
<w:charset w:val="00"/>
<w:family w:val="Auto"/>
<w:pitch w:val="Default"/>
<w:sig w:usb-0="E0002EFF" w:usb-1="C000785B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="400001FF" w:csb-1="FFFF0000"/>
</w:font>
<w:font w:name="Courier New">
<w:panose-1 w:val="02070309020205020404"/>
<w:charset w:val="00"/>
<w:family w:val="Auto"/>
<w:pitch w:val="Default"/>
<w:sig w:usb-0="E0002EFF" w:usb-1="C0007843" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="400001FF" w:csb-1="FFFF0000"/>
</w:font>
<w:font w:name="Symbol">
<w:panose-1 w:val="05050102010706020507"/>
<w:charset w:val="00"/>
<w:family w:val="Auto"/>
<w:pitch w:val="Default"/>
<w:sig w:usb-0="00000000" w:usb-1="00000000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="80000000" w:csb-1="00000000"/>
</w:font>
</w:fonts>
<w:styles>
<w:latentStyles w:defLockedState="off" w:latentStyleCount="260">
......@@ -341,7 +369,6 @@
</w:latentStyles>
<w:style w:type="paragraph" w:styleId="a1" w:default="on">
<w:name w:val="Normal"/>
<w:semiHidden/>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
......@@ -364,7 +391,6 @@
</w:style>
<w:style w:type="character" w:styleId="a4" w:default="on">
<w:name w:val="Default Paragraph Font"/>
<w:semiHidden/>
</w:style>
<w:style w:type="table" w:styleId="a3" w:default="on">
<w:name w:val="Normal Table"/>
......@@ -381,7 +407,6 @@
<w:style w:type="paragraph" w:styleId="a2">
<w:name w:val="Body Text"/>
<w:basedOn w:val="a1"/>
<w:semiHidden/>
<w:rPr>
<w:rFonts w:ascii="黑体" w:h-ansi="黑体" w:fareast="黑体" w:cs="黑体" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -404,7 +429,6 @@
<w:style w:type="paragraph" w:styleId="a6">
<w:name w:val="Table Text"/>
<w:basedOn w:val="a1"/>
<w:semiHidden/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/>
<w:sz w:val="24"/>
......@@ -519,7 +543,7 @@
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
</w:rPr>
<w:t>${(registrationType)!'新设备首次启用'}</w:t>
<w:t>${(registrationType)!''}</w:t>
</w:r>
</w:p>
<w:p>
......@@ -535,7 +559,7 @@
<w:tblPr>
<w:tblStyle w:val="a5"/>
<w:tblW w:w="9076" w:type="dxa"/>
<w:tblInd w:w="1422" w:type="dxa"/>
<w:tblInd w:w="1420" w:type="dxa"/>
<w:tblBorders>
<w:top w:val="single" w:sz="2" wx:bdrwidth="5" w:space="0" w:color="000000"/>
<w:left w:val="single" w:sz="2" wx:bdrwidth="5" w:space="0" w:color="000000"/>
......@@ -577,7 +601,7 @@
</w:tblCellMar>
</w:tblPrEx>
<w:trPr>
<w:trHeight w:val="963" w:h-rule="atLeast"/>
<w:trHeight w:val="964" w:h-rule="atLeast"/>
</w:trPr>
<w:tc>
<w:tcPr>
......@@ -593,7 +617,14 @@
</w:tcPr>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="252" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -602,7 +633,14 @@
</w:p>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="252" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -614,7 +652,7 @@
<w:pStyle w:val="a6"/>
<w:spacing w:before="78" w:line="247" w:line-rule="auto"/>
<w:ind w:left="176" w:right="184" w:right-chars="0" w:hanging="1" w:first-line-chars="0"/>
<w:jc w:val="both"/>
<w:jc w:val="left"/>
</w:pPr>
<w:r>
<w:rPr>
......@@ -653,7 +691,14 @@
</w:tcPr>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="267" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -681,13 +726,13 @@
<w:top w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
</w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="78" w:line="213" w:line-rule="auto"/>
<w:jc w:val="both"/>
<w:jc w:val="left"/>
<w:rPr>
<w:spacing w:val="5"/>
<w:lang w:val="EN-US" w:fareast="EN-US"/>
......@@ -699,7 +744,7 @@
<w:spacing w:val="5"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:rPr>
<w:t>${(equCategory)!''}</w:t>
<w:t>${(equCategory)!'——'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -747,7 +792,7 @@
<w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
</w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
......@@ -766,7 +811,7 @@
<w:spacing w:val="5"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:rPr>
<w:t>${(equDefine)!''}</w:t>
<w:t>${(equDefine)!'——'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -804,6 +849,14 @@
</w:tcPr>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="240" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -819,8 +872,14 @@
</w:tcPr>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="266" w:line-rule="auto"/>
<w:jc w:val="center"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -845,7 +904,7 @@
<w:tcPr>
<w:tcW w:w="1690" w:type="dxa"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
......@@ -906,7 +965,7 @@
<w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
</w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
......@@ -961,7 +1020,14 @@
</w:tcPr>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="292" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -970,7 +1036,14 @@
</w:p>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="292" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1050,7 +1123,7 @@
<w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
</w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
......@@ -1107,6 +1180,14 @@
</w:tcPr>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="240" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1144,12 +1225,13 @@
<w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
</w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="78" w:line="213" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:spacing w:val="5"/>
......@@ -1201,6 +1283,14 @@
</w:tcPr>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="240" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1233,7 +1323,7 @@
<w:tcPr>
<w:tcW w:w="1690" w:type="dxa"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
......@@ -1286,12 +1376,13 @@
<w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
</w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="78" w:line="213" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:rPr>
<w:spacing w:val="5"/>
</w:rPr>
......@@ -1302,7 +1393,7 @@
<w:spacing w:val="5"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:rPr>
<w:t>${(useUnitPhone)!'—'}</w:t>
<w:t>${(useUnitPhone)!'—'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -1341,6 +1432,14 @@
</w:tcPr>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="240" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1378,12 +1477,13 @@
<w:tcPr>
<w:tcW w:w="1690" w:type="dxa"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="78" w:line="213" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:rPr>
<w:spacing w:val="5"/>
</w:rPr>
......@@ -1428,12 +1528,13 @@
<w:right w:val="single" w:sz="6" wx:bdrwidth="15" w:space="0" w:color="000000"/>
</w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="78" w:line="213" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:rPr>
<w:spacing w:val="5"/>
</w:rPr>
......@@ -1444,7 +1545,7 @@
<w:spacing w:val="5"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:rPr>
<w:t>${(eamill)!'—'}</w:t>
<w:t>${(eamill)!'—'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -1482,6 +1583,14 @@
</w:tcPr>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="240" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1513,12 +1622,13 @@
<w:tcPr>
<w:tcW w:w="1690" w:type="dxa"/>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:vAlign w:val="top"/>
<w:vAlign w:val="center"/>
</w:tcPr>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="78" w:line="213" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:rPr>
<w:spacing w:val="5"/>
</w:rPr>
......@@ -1665,7 +1775,14 @@
</w:p>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="272" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1687,7 +1804,14 @@
</w:p>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="273" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1696,7 +1820,14 @@
</w:p>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="273" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1708,6 +1839,7 @@
<w:pStyle w:val="a6"/>
<w:spacing w:before="78" w:line="214" w:line-rule="auto"/>
<w:ind w:first-line="234" w:first-line-chars="100"/>
<w:jc w:val="right"/>
</w:pPr>
<w:r>
<w:rPr>
......@@ -1753,7 +1885,7 @@
<w:rPr>
<w:spacing w:val="-3"/>
</w:rPr>
<w:t>日期:</w:t>
<w:t> 日期:</w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -1788,6 +1920,7 @@
<w:pStyle w:val="a6"/>
<w:spacing w:before="73" w:line="214" w:line-rule="auto"/>
<w:ind w:first-line="236" w:first-line-chars="100"/>
<w:jc w:val="right"/>
</w:pPr>
<w:r>
<w:rPr>
......@@ -1821,7 +1954,7 @@
<w:rPr>
<w:spacing w:val="-2"/>
</w:rPr>
<w:t>日期:</w:t>
<w:t> 日期:</w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -1881,7 +2014,14 @@
</w:p>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="279" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1890,7 +2030,14 @@
</w:p>
<w:p>
<w:pPr>
<w:kinsoku w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
<w:snapToGrid w:val="off"/>
<w:spacing w:line="279" w:line-rule="auto"/>
<w:jc w:val="left"/>
<w:textAlignment w:val="baseline"/>
<w:rPr>
<w:rFonts w:ascii="Arial" w:hint="default"/>
<w:sz w:val="21"/>
......@@ -1902,6 +2049,7 @@
<w:pStyle w:val="a6"/>
<w:spacing w:before="78" w:line="208" w:line-rule="auto"/>
<w:ind w:left="1122"/>
<w:jc w:val="center"/>
</w:pPr>
<w:r>
<w:rPr>
......@@ -1909,47 +2057,21 @@
</w:rPr>
<w:t>登记机关登记人员: 日期:</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="76" w:line="218" w:line-rule="auto"/>
<w:ind w:left="7232"/>
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:spacing w:val="1"/>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
<w:spacing w:val="2"/>
</w:rPr>
<w:t>(登记机关专用章)</w:t>
<w:t></w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="71" w:line="214" w:line-rule="auto"/>
<w:ind w:left="1391"/>
</w:pPr>
<w:r>
<w:rPr>
<w:spacing w:val="-2"/>
</w:rPr>
<w:t>使用登记证编号:</w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="3"/>
</w:rPr>
<w:t></w:t>
<w:t></w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="2"/>
<w:spacing w:val="14"/>
</w:rPr>
<w:t></w:t>
</w:r>
......@@ -1957,11 +2079,11 @@
<w:rPr>
<w:spacing w:val="-2"/>
</w:rPr>
<w:t></w:t>
<w:t></w:t>
</w:r>
<w:r>
<w:rPr>
<w:spacing w:val="14"/>
<w:spacing w:val="29"/>
</w:rPr>
<w:t></w:t>
</w:r>
......@@ -1969,19 +2091,41 @@
<w:rPr>
<w:spacing w:val="-2"/>
</w:rPr>
<w:t></w:t>
<w:t></w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="76" w:line="218" w:line-rule="auto"/>
<w:ind w:left="7232"/>
<w:jc w:val="center"/>
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:spacing w:val="29"/>
<w:spacing w:val="1"/>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
</w:rPr>
<w:t></w:t>
<w:t>(登记机关专用章)</w:t>
</w:r>
</w:p>
<w:p>
<w:pPr>
<w:pStyle w:val="a6"/>
<w:spacing w:before="71" w:line="214" w:line-rule="auto"/>
<w:ind w:first-line="944" w:first-line-chars="400"/>
<w:jc w:val="left"/>
</w:pPr>
<w:r>
<w:rPr>
<w:spacing w:val="-2"/>
</w:rPr>
<w:t></w:t>
<w:t>使用登记证编号:</w:t>
</w:r>
</w:p>
</w:tc>
......
......@@ -706,8 +706,7 @@
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="default"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -715,8 +714,6 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(equDefineName)!''}</w:t>
......@@ -755,8 +752,7 @@
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -764,8 +760,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(equipDefine)!'车用气瓶'}</w:t>
......@@ -804,8 +799,7 @@
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -842,8 +836,7 @@
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="default"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -851,8 +844,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(gasNum)!''}</w:t>
......@@ -891,8 +883,7 @@
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -900,8 +891,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(chargingMedium)!''}</w:t>
......@@ -940,8 +930,7 @@
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -986,8 +975,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(workPressure)!''}</w:t>
......@@ -997,8 +985,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t></w:t>
......@@ -1048,8 +1035,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(volume)!''}</w:t>
......@@ -1059,8 +1045,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t></w:t>
......@@ -1069,8 +1054,7 @@
<w:rPr>
<w:rFonts w:ascii="宋体" w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="2"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t></w:t>
......@@ -1116,8 +1100,7 @@
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -1242,8 +1225,7 @@
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -1261,8 +1243,7 @@
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1270,8 +1251,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(equipList.produceUnitName)!''}</w:t>
......@@ -1291,8 +1271,7 @@
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1300,8 +1279,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(equipList.produceDate)!''}</w:t>
......@@ -1321,8 +1299,7 @@
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1330,8 +1307,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(equipList.factoryNum)!''}</w:t>
......@@ -1350,8 +1326,7 @@
<w:jc w:val="left"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1359,8 +1334,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="fareast"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(equipList.useInnerCode)!''}</w:t>
......@@ -1414,8 +1388,6 @@
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -1453,8 +1425,6 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1462,8 +1432,6 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(installUnitName)!''}</w:t>
......@@ -1502,8 +1470,7 @@
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -1539,8 +1506,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1548,8 +1514,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(inspectUnitName)!''}</w:t>
......@@ -1654,8 +1619,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1663,8 +1627,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(useUnitName)!''}</w:t>
......@@ -1702,8 +1665,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -1739,8 +1701,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1748,8 +1709,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(useUnitAddress)!''}</w:t>
......@@ -1787,8 +1747,6 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -1824,8 +1782,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1833,8 +1790,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(useUnitCreditCode)!''}</w:t>
......@@ -1872,8 +1828,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -1881,11 +1836,10 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(email)!'—'}</w:t>
<w:t>${(email)!'—'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -1922,8 +1876,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -1994,8 +1947,7 @@
<w:textAlignment w:val="auto"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -2003,8 +1955,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(carNumber)!''}</w:t>
......@@ -2078,8 +2029,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -2087,8 +2037,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(identificationCode)!''}</w:t>
......@@ -2126,8 +2075,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -2172,8 +2120,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(year)!''}</w:t>
......@@ -2186,8 +2133,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(mon)!''}</w:t>
......@@ -2200,8 +2146,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(day)!''}</w:t>
......@@ -2242,8 +2187,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -2251,11 +2195,10 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(usePhone)!'—'}</w:t>
<w:t>${(usePhone)!'—'}</w:t>
</w:r>
</w:p>
</w:tc>
......@@ -2290,8 +2233,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
</w:p>
......@@ -2327,8 +2269,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -2336,8 +2277,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(safetyManagerName)!''}</w:t>
......@@ -2375,8 +2315,7 @@
<w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:hint="fareast"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
</w:rPr>
</w:pPr>
<w:r>
......@@ -2384,8 +2323,7 @@
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体"
w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t>${(phone)!''}</w:t>
......@@ -2452,6 +2390,7 @@
<w:spacing w:after-autospacing="off"/>
<w:ind w:first-line="960" w:first-line-chars="400"/>
<w:textAlignment w:val="auto"/>
<w:jc w:val="right"/>
<w:rPr>
<w:rFonts w:hint="default"/>
</w:rPr>
......@@ -2477,14 +2416,13 @@
<w:rPr>
<w:rFonts w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:fareast="ZH-CN" w:bidi="AR-SA"/>
</w:rPr>
<w:t></w:t>
</w:r>
<w:r>
<w:t> 日期:</w:t>
<w:t xml:space="preserve"> 日期:</w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -2521,14 +2459,12 @@
<w:ind w:first-line="8010" w:first-line-chars="4450"/>
<w:textAlignment w:val="auto"/>
<w:rPr>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
</w:rPr>
</w:pPr>
<w:r>
<w:rPr>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
</w:rPr>
<w:t>(使用单位公章)</w:t>
</w:r>
......@@ -2552,17 +2488,16 @@
<w:spacing w:before-autospacing="off" w:after-autospacing="off"/>
<w:ind w:first-line="480" w:first-line-chars="200"/>
<w:textAlignment w:val="auto"/>
<w:jc w:val="right"/>
</w:pPr>
<w:r>
<w:t>使用单位安全管理人员:</w:t>
</w:r>
<w:r>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri" w:fareast="宋体" w:cs="Times New Roman" w:hint="default"/>
<w:kern w:val="0"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
<w:rFonts w:hint="fareast"/>
<w:spacing w:val="-1"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN"/>
</w:rPr>
<w:t>${(safetyManagerName)!''}</w:t>
</w:r>
......@@ -2580,7 +2515,7 @@
<w:t></w:t>
</w:r>
<w:r>
<w:t> 日期:</w:t>
<w:t xml:space="preserve"> 日期:</w:t>
</w:r>
<w:r>
<w:rPr>
......@@ -2675,7 +2610,7 @@
<w:rPr>
<w:rFonts w:hint="default"/>
</w:rPr>
<w:t> 日期:</w:t>
<w:t xml:space="preserve"> 日期:</w:t>
</w:r>
<w:r>
<w:rPr>
......
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