Commit 404090f1 by tang

feat: 条码设备检测【100%】

parent 47518bce
...@@ -310,6 +310,13 @@ const routes = [ ...@@ -310,6 +310,13 @@ const routes = [
name: "一维和二维条码符号检测", name: "一维和二维条码符号检测",
}, },
}, },
{
path: "jcyxz/facility",
component: () => import("@/views/Service/facility"),
meta: {
name: "条码设备检测",
},
},
], ],
}, },
], ],
......
<template>
<div class="search-content n-service facility">
<div class="title">条码设备检测</div>
<div class="body" style="padding-top: 9px">
<span class="barcodev-title">条码识读设备检测:</span>
<p>依据《ISO/IEC 15423信息技术 自动识别与数据采集技术
条码扫描器和译码器的性能测试》,在各种光照条件(如,办公室光照)下,检验条码识读设备所支持的条码码制、以及相应的分辨率、识读图、识读角度、景深、符号反差、动态性能等参数。
</p>
<span class="barcodev-title">条码打印机/条码生成器检测:</span>
<p>依据《ISO/IEC 15419信息技术 自动识别与数据采集技术 条码数字化图像生成和印制的性能测试》《GBT
29267-2012热敏和热转印条码打印机通用规范》,检验条码打印机/条码生成器所支持码制下的最小X尺寸和最大打印速度、条码数字化图像生成和印制的性能和功能。</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.facility {
.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