Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1
Commits
404090f1
Commit
404090f1
authored
Oct 12, 2021
by
tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 条码设备检测【100%】
parent
47518bce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
0 deletions
+68
-0
index.js
src/router/index.js
+7
-0
facility.vue
src/views/Service/facility.vue
+61
-0
No files found.
src/router/index.js
View file @
404090f1
...
...
@@ -310,6 +310,13 @@ const routes = [
name
:
"一维和二维条码符号检测"
,
},
},
{
path
:
"jcyxz/facility"
,
component
:
()
=>
import
(
"@/views/Service/facility"
),
meta
:
{
name
:
"条码设备检测"
,
},
},
],
},
],
...
...
src/views/Service/facility.vue
0 → 100644
View file @
404090f1
<
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>
董工
010-84295493
dongt@ancc.org.cn
QQ: 2308350380
</li>
<li>
胡工
010-84295499
hum@ancc.org.cn
QQ: 1246978728
</li>
<li>
传真
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
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment