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
3e909185
Commit
3e909185
authored
Oct 14, 2021
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 条码检测仪校准与检定【100%】
parent
7b5cc900
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
1 deletions
+66
-1
index.js
src/router/index.js
+8
-1
instrument.vue
src/views/Service/instrument.vue
+58
-0
No files found.
src/router/index.js
View file @
3e909185
...
@@ -249,7 +249,7 @@ const routes = [
...
@@ -249,7 +249,7 @@ const routes = [
},
},
],
],
},
},
{
{
// 查询中心
// 查询中心
path
:
"/search"
,
path
:
"/search"
,
...
@@ -349,6 +349,13 @@ const routes = [
...
@@ -349,6 +349,13 @@ const routes = [
name
:
"条码设备检测"
,
name
:
"条码设备检测"
,
},
},
},
},
{
path
:
"jcyxz/instrument"
,
component
:
()
=>
import
(
"@/views/Service/instrument"
),
meta
:
{
name
:
"条码检测仪校准与检定"
,
},
},
],
],
},
},
],
],
...
...
src/views/Service/instrument.vue
0 → 100644
View file @
3e909185
<
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>
董工
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.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
>
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