Commit bdfa89a2 by tang

feat: 一维和二维条码符号检测【100%】

parent 06025626
......@@ -495,6 +495,11 @@
align-items: center;
}
.x-center {
display: flex;
justify-content: center;
}
@media screen and (max-width: 992px) {
.marginTopLg20 {
margin-top: 20px;
......
......@@ -189,7 +189,7 @@ const routes = [
},
component: () => import("@/views/Business/Notice.vue"),
},
{
path: "/Business/Code",
name: "Code",
......@@ -295,6 +295,13 @@ const routes = [
name: "软件下载",
},
},
{
path: "jcyxz/Barcode",
component: () => import("@/views/Service/barcode"),
meta: {
name: "一维和二维条码符号检测",
},
},
],
},
],
......
<template>
<div class="search-content n-service barcode">
<div class="title">一维和二维条码符号检测</div>
<div class="body" style="padding-top: 9px">
<span class="barcodev-title">条码微站加入流程:</span>
<p>
商品条码、商品二维码、GS1通用规范(GS1 General Specifications)、医疗UDI、汽车零部件标识、追溯码、服装条码、名片二维码、物流编码等
</p>
<span class="barcodev-title">条码印制品检验:</span>
<div class="notice">
<span class="barcodev-title">一维条码:</span>
<p>包括EAN-13、EAN-8、UPC-A、UPC-E、GS1 128、ITF-14、店内码、128条码(Code 128)、交插25码、三九码、库德巴码、中国书刊号、Databar等</p>
<span class="barcodev-title">二维码:</span>
<p>包括商品二维码、汉信码、快速响应矩阵码(QR Code)、DataMatrix、四一七条码(PDF417)、Aztec码、GS1复合条码等</p>
</div>
<span class="barcodev-title">零部件直接标记(DPM)条码符号检验:</span>
<p>依据国际标准《ISO/IEC TR 24720信息技术—自动识别与数据采集技术—零部件直接标记(DPM)指南》《ISO/IEC TR
29158信息技术—自动识别与数据采集技术-零部件的直接标记质量指南》《GS1通用规范》《GB/T 35402-2017零部件直接标记二维条码符号的质量检验》以及应用要求进行检验。包括:DataMatrix等</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 class="notice x-center">
<img src="./img/m320190805.jpg" alt="">
</div>
</div>
</div>
</template>
<script>
export default {};
</script>
<style lang="scss">
.n-service.barcode {
.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