Commit 3e909185 by Tang

feat: 条码检测仪校准与检定【100%】

parent 7b5cc900
......@@ -249,7 +249,7 @@ const routes = [
},
],
},
{
// 查询中心
path: "/search",
......@@ -349,6 +349,13 @@ const routes = [
name: "条码设备检测",
},
},
{
path: "jcyxz/instrument",
component: () => import("@/views/Service/instrument"),
meta: {
name: "条码检测仪校准与检定",
},
},
],
},
],
......
<template>
<div class="search-content n-service instrument">
<div class="title">条码检测仪校准与检定</div>
<div class="body" style="padding-top: 9px">
<span class="barcodev-title">条码检测仪校准:</span>
<p>对条码检测仪的最高反射率、最低反射率、可译码度、缺陷度、轴向不一致性、网格不一致性、反差一致性等测量参数进行校准,出具校准证书。</p>
<span class="barcodev-title">条码检测仪检定:</span>
<p>依据国家计量检定规程《JJG 979-2003条码检测仪》对条码检测仪进行检定,检定的项目包括的反射率、条空宽度等条码检测仪的检测参数、以及条码检测仪的测试重复性、稳定性等。根据检定结果,在《检定证书》中给出被检仪器合格及评定等级的结论、或在《检定结果通知书》中给出被检仪器不合格的结论。</p>
<div class="notice">
<ul style="font-size: 14px;padding-top:15px">
<li>联系人及联系方式</li>
<li>董工 &nbsp; 010-84295493 &nbsp; dongt@ancc.org.cn &nbsp; QQ: 2308350380</li>
<li>胡工 &nbsp; 010-84295499 &nbsp; hum@ancc.org.cn &nbsp;&nbsp;&nbsp; QQ: 1246978728</li>
<li>传真 &nbsp; 010-84295490</li>
</ul>
</div>
</div>
</div>
</template>
<script>
export default {};
</script>
<style lang="scss">
.n-service.instrument {
.notice {
margin: 10px 0;
ul li {
list-style-type: disc;
}
img {
max-height: 264px;
}
}
p {
font-family: PingFangSC-Regular, PingFang SC;
margin: 10px 0;
font-size: 14px;
font-weight: 400;
color: #414345;
text-indent: 2em;
}
.barcodev-title {
display: inline-block;
font-size: 16px;
font-weight: 500;
color: #F26335;
margin: 10px 0;
}
}
</style>
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