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
51588904
Commit
51588904
authored
Dec 06, 2021
by
Tang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitee.com/gs1-office-web-sit/gs1
parents
fa1a7d8e
dd45f376
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
90 additions
and
30 deletions
+90
-30
App.vue
src/App.vue
+3
-0
topBanner.vue
src/components/layout/topBanner.vue
+1
-1
Animalcode.vue
src/views/Business/Animalcode.vue
+2
-0
UDI.vue
src/views/Business/UDI.vue
+1
-0
ypzs.vue
src/views/Business/ypzs.vue
+1
-0
Health.vue
src/views/News/Health.vue
+2
-0
Logistics.vue
src/views/News/Logistics.vue
+6
-2
index.vue
src/views/News/index.vue
+2
-0
external.vue
src/views/Search/external.vue
+19
-3
gln.vue
src/views/Search/gln.vue
+19
-5
query_external_banner.jpeg
src/views/Search/img/query_external_banner.jpeg
+0
-0
internal.vue
src/views/Search/internal.vue
+16
-4
tools.vue
src/views/Search/tools.vue
+2
-2
barcodeV.vue
src/views/Service/barcodeV.vue
+4
-1
book.vue
src/views/Service/book.vue
+12
-12
No files found.
src/App.vue
View file @
51588904
...
@@ -16,4 +16,7 @@ export default {
...
@@ -16,4 +16,7 @@ export default {
.container-fluid
{
.container-fluid
{
padding
:
0
!important
;
padding
:
0
!important
;
}
}
.el-input__inner
::-webkit-input-placeholder
{
color
:
#888
!important
}
</
style
>
</
style
>
src/components/layout/topBanner.vue
View file @
51588904
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<div
class=
"top-banner-item tb-hover"
>
咨询电话:400-7000-690
</div>
<div
class=
"top-banner-item tb-hover"
>
咨询电话:400-7000-690
</div>
<div
class=
"top-banner-item"
>
<div
class=
"top-banner-item"
>
<img
src=
"../../assets/image/head/wx.png"
alt=
""
/>
<img
src=
"../../assets/image/head/wx.png"
alt=
""
/>
<a
class=
"tb-hover"
target=
"_blank"
href=
"
/gs1cnweixin
"
>
官方微信
</a>
<a
class=
"tb-hover"
target=
"_blank"
href=
"
http://www.ancc.org.cn/gs1cnweixin.aspx
"
>
官方微信
</a>
</div>
</div>
<div
class=
"top-banner-item"
>
<div
class=
"top-banner-item"
>
<img
src=
"../../assets/image/head/xlwb.png"
alt=
""
/>
<img
src=
"../../assets/image/head/xlwb.png"
alt=
""
/>
...
...
src/views/Business/Animalcode.vue
View file @
51588904
...
@@ -176,6 +176,8 @@ export default {
...
@@ -176,6 +176,8 @@ export default {
margin
:
10px
0
;
margin
:
10px
0
;
}
}
ul
{
ul
{
margin-left
:
28px
;
line-height
:
28px
;
list-style-type
:
disc
list-style-type
:
disc
}
}
}
}
...
...
src/views/Business/UDI.vue
View file @
51588904
...
@@ -170,6 +170,7 @@ export default {
...
@@ -170,6 +170,7 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.corppay
{
.corppay
{
@include
module-box;
@include
module-box;
line-height
:
30px
;
.corppay-msg
{
.corppay-msg
{
margin
:
30px
0
;
margin
:
30px
0
;
font-size
:
14px
;
font-size
:
14px
;
...
...
src/views/Business/ypzs.vue
View file @
51588904
...
@@ -157,6 +157,7 @@ export default {
...
@@ -157,6 +157,7 @@ export default {
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.corppay
{
.corppay
{
@include
module-box;
@include
module-box;
line-height
:
30px
;
.corppay-msg
{
.corppay-msg
{
margin
:
30px
0
;
margin
:
30px
0
;
font-size
:
14px
;
font-size
:
14px
;
...
...
src/views/News/Health.vue
View file @
51588904
...
@@ -105,7 +105,9 @@ export default {
...
@@ -105,7 +105,9 @@ export default {
//
border-radius
:
4px
;
//
border-radius
:
4px
;
margin-bottom
:
30px
;
margin-bottom
:
30px
;
border-top
:
5px
solid
#00B6DE
;
border-top
:
5px
solid
#00B6DE
;
transition
:
all
0.22s
;
&:hover{
&:hover{
transform
:
translateY
(
-10px
);
box-shadow
:
0px
4px
15px
2px
rgba
(
4
,
64
,
141
,
0.08
);
box-shadow
:
0px
4px
15px
2px
rgba
(
4
,
64
,
141
,
0.08
);
}
}
.health-li-tp
{
.health-li-tp
{
...
...
src/views/News/Logistics.vue
View file @
51588904
...
@@ -175,16 +175,20 @@ export default {
...
@@ -175,16 +175,20 @@ export default {
margin-bottom
:
30px
;
margin-bottom
:
30px
;
img
{
img
{
width
:
100%
;
width
:
100%
;
cursor
:
pointer
;
transition
:
all
0.22s
;
}
}
div
{
div
{
&:nth-child(1)
{
&:nth-child(1)
{
img
:
hover
{
img
:
hover
{
box-shadow
:
0px
4px
15px
2px
rgba
(
236
,
164
,
34
,
0.2
);
transform
:
translateY
(
-10px
);
box-shadow
:
0px
4px
12px
2px
rgba
(
236
,
164
,
34
,
0.6
);
}
}
}
}
&
:nth-child
(
2
)
{
&
:nth-child
(
2
)
{
img
:
hover
{
img
:
hover
{
box-shadow
:
0px
4px
15px
2px
rgba
(
232
,
86
,
134
,
0.2
);
transform
:
translateY
(
-10px
);
box-shadow
:
0px
4px
12px
2px
rgba
(
232
,
86
,
134
,
0.6
);
}
}
}
}
}
}
...
...
src/views/News/index.vue
View file @
51588904
...
@@ -437,7 +437,9 @@ export default {
...
@@ -437,7 +437,9 @@ export default {
cursor
:
pointer
;
cursor
:
pointer
;
padding
:
2px
;
padding
:
2px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
transition
:
all
0.22s
;
&:hover{
&:hover{
transform
:
translate
(
0px
,
-10px
)
scale
(
1.03
);
box-shadow
:
0px
4px
15px
2px
rgba
(
4
,
64
,
141
,
0.08
);
box-shadow
:
0px
4px
15px
2px
rgba
(
4
,
64
,
141
,
0.08
);
}
}
.four-li-left
{
.four-li-left
{
...
...
src/views/Search/external.vue
View file @
51588904
<
template
>
<
template
>
<div
class=
"search-content"
>
<div
class=
"search-content"
>
<div
class=
"banner-box"
>
<img
src=
"./img/query_external_banner.jpeg"
@
click=
"openUrl('http://www.gs1cn.org/Manage/down/Import_Data_Guideline.pdf')"
/>
</div>
<div
class=
"title"
>
境外条码信息查询
</div>
<div
class=
"title"
>
境外条码信息查询
</div>
<div
class=
"body"
>
<div
class=
"body"
>
<div
style=
"padding-top: 20px"
>
<div
style=
"padding-top: 20px"
>
...
@@ -105,10 +109,10 @@
...
@@ -105,10 +109,10 @@
<div
class=
"content-wrapper"
>
<div
class=
"content-wrapper"
>
<img
src=
"./img/query-external-barcode.png"
align=
"right"
alt=
""
/>
<img
src=
"./img/query-external-barcode.png"
align=
"right"
alt=
""
/>
<p>
<p>
1、目前,国际物品编码组织(GS1)已将690至697之间的前缀码分配给中国物品编码中心使用,通常以这些前缀码开始的厂商识别代码都是由中国物品编码中心负责分配和管理的;以其他前缀码开始的则由境外GS1成员组织负责,一般称为"境外条码",以下为您提供了境外商品条码信息的查询工具,请根据提示进行相关查询。欲了解GS1分配的前缀码,请点击:
了解更多
1、目前,国际物品编码组织(GS1)已将690至697之间的前缀码分配给中国物品编码中心使用,通常以这些前缀码开始的厂商识别代码都是由中国物品编码中心负责分配和管理的;以其他前缀码开始的则由境外GS1成员组织负责,一般称为"境外条码",以下为您提供了境外商品条码信息的查询工具,请根据提示进行相关查询。欲了解GS1分配的前缀码,请点击:
>
>
<a
href=
"http://www.ancc.org.cn/Service/queryTools/GS1PrefixCode.aspx"
target=
"_blank"
style=
"color: #5AC8FA;"
>
了解更多 >>
</a
>
</p>
</p>
<p>
2、本查询仅适用于中华人民共和国境外注册的商品条码信息。
</p>
<p
style=
"color: #FF3B30;"
>
2、本查询仅适用于中华人民共和国境外注册的商品条码信息。
</p>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -200,12 +204,24 @@ export default {
...
@@ -200,12 +204,24 @@ export default {
this
.
result
=
null
;
this
.
result
=
null
;
}
}
},
},
openUrl
(
url
)
{
window
.
open
(
url
)
}
},
},
};
};
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.search-content
{
.search-content
{
.banner-box
{
width
:
100%
;
height
:
auto
;
>
img
{
width
:
100%
;
height
:
auto
;
cursor
:
pointer
;
}
}
.validate-code
{
.validate-code
{
display
:
inline-block
;
display
:
inline-block
;
width
:
70px
;
width
:
70px
;
...
...
src/views/Search/gln.vue
View file @
51588904
...
@@ -53,21 +53,23 @@
...
@@ -53,21 +53,23 @@
<div
class=
"content-wrapper"
>
<div
class=
"content-wrapper"
>
<img
src=
"./img/query-external-barcode.png"
align=
"right"
alt=
""
/>
<img
src=
"./img/query-external-barcode.png"
align=
"right"
alt=
""
/>
<p>
<p>
1、
参与方位置编码(Global Location
参与方位置编码(Global Location
Number)是对参与供应链等活动的法律实体、功能实体和物理实体进行唯一标识的代码,用13位数字表示,主要应用于条码符号自动识别与数据采集和电子数据交换
Number)是对参与供应链等活动的法律实体、功能实体和物理实体进行唯一标识的代码,用13位数字表示,主要应用于条码符号自动识别与数据采集和电子数据交换
</p>
</p>
<p>
<p>
2、
当用条码符号表示参与方位置编码时,应与参与方位置编码应用标识符一起使用,如左图中的"410"代表"交货地"。
当用条码符号表示参与方位置编码时,应与参与方位置编码应用标识符一起使用,如左图中的"410"代表"交货地"。
</p>
</p>
<p>
注:
</p>
<p>
注:
</p>
<p>
3、法律实体是指合法存在的机构,如:供应商、客户、银行、承运商等。
</p>
<div>
<p>
4、功能实体是指法律实体内的具体的部门,如:某公司的财务部。
</p>
<p>
1、法律实体是指合法存在的机构,如:供应商、客户、银行、承运商等。
</p>
<p>
2、功能实体是指法律实体内的具体的部门,如:某公司的财务部。
</p>
<p>
<p>
5
、物理实体是指具体的位置,如:建筑物的某个房间、仓库或仓库的某个门、交货地等。
3
、物理实体是指具体的位置,如:建筑物的某个房间、仓库或仓库的某个门、交货地等。
</p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
@@ -145,4 +147,16 @@ export default {
...
@@ -145,4 +147,16 @@ export default {
width
:
240px
;
width
:
240px
;
}
}
}
}
.content-wrapper
{
>
p
{
&:nth-child(2),
&:nth-child(3),
&:nth-child(4)
{
text-indent
:
28px
;
}
}
>
div
{
margin-top
:
20px
;
padding
:
20px
;
border
:
1px
solid
#E8DBC1
;
}
}
</
style
>
</
style
>
src/views/Search/img/query_external_banner.jpeg
0 → 100644
View file @
51588904
136 KB
src/views/Search/internal.vue
View file @
51588904
...
@@ -155,14 +155,26 @@
...
@@ -155,14 +155,26 @@
<div
class=
"content-wrapper"
>
<div
class=
"content-wrapper"
>
<img
src=
"./img/pic_ex_jl.png"
align=
"right"
alt=
""
/>
<img
src=
"./img/pic_ex_jl.png"
align=
"right"
alt=
""
/>
<p>
<p>
1、商品条码
1、
<a
href=
"http://www.ancc.org.cn/Knowledge/goodsGln.aspx"
target=
"_blank"
style=
"color: #5ac8fa"
>
商品条码
</a
>
(又称全球贸易项目代码GTIN)是指包含厂商识别代码在内的对零售商品、非零售商品、物流单元、位置、资产及服务进行全球惟一标识的一种代码(或称数据结构)。对贸易项目进行编码和符号表示(前缀码为690-699是境内条码),能够实现商品零售(POS)、进货、存货管理、自动补货、销售分析及其它业务运作的自动化。
(又称全球贸易项目代码GTIN)是指包含厂商识别代码在内的对零售商品、非零售商品、物流单元、位置、资产及服务进行全球惟一标识的一种代码(或称数据结构)。对贸易项目进行编码和符号表示(前缀码为690-699是境内条码),能够实现商品零售(POS)、进货、存货管理、自动补货、销售分析及其它业务运作的自动化。
了解更多 >>
<a
href=
"http://www.ancc.org.cn/Knowledge/goodsGln.aspx"
target=
"_blank"
style=
"color: #5ac8fa"
>
了解更多 >>
</a
>
</p>
</p>
<p>
<p
style=
"color: #ff3b30"
>
2、厂商信息查询结果说明:自中国物品编码中心为企业颁发《系统成员证书》当日起计,7天后,在线公布该企业的名称、厂商识别代码及证书颁发日期等信息;15天后,将公布该企业的具体注册信息。
2、厂商信息查询结果说明:自中国物品编码中心为企业颁发《系统成员证书》当日起计,7天后,在线公布该企业的名称、厂商识别代码及证书颁发日期等信息;15天后,将公布该企业的具体注册信息。
</p>
</p>
<p>
3、本查询仅适用于中华人民共和国境内注册的商品条码信息。
</p>
<p
style=
"color: #ff3b30"
>
3、本查询仅适用于中华人民共和国境内注册的商品条码信息。
</p>
</div>
</div>
</div>
</div>
...
...
src/views/Search/tools.vue
View file @
51588904
...
@@ -35,7 +35,7 @@ export default {
...
@@ -35,7 +35,7 @@ export default {
return
{
return
{
tool
:
[
tool
:
[
{
{
name
:
"境内
商品
条码信息查询"
,
name
:
"境内条码信息查询"
,
img
:
require
(
"./img/pic_guoneitiaoma.png"
),
img
:
require
(
"./img/pic_guoneitiaoma.png"
),
path
:
"/search/internal"
,
path
:
"/search/internal"
,
},
},
...
@@ -45,7 +45,7 @@ export default {
...
@@ -45,7 +45,7 @@ export default {
path
:
"/search/shortcode"
,
path
:
"/search/shortcode"
,
},
},
{
{
name
:
"境外
商品
条码信息查询"
,
name
:
"境外条码信息查询"
,
img
:
require
(
"./img/pic_jingwaishangpin.png"
),
img
:
require
(
"./img/pic_jingwaishangpin.png"
),
path
:
"/search/external"
,
path
:
"/search/external"
,
},
},
...
...
src/views/Service/barcodeV.vue
View file @
51588904
<
template
>
<
template
>
<div
class=
"search-content barcodev"
>
<div
class=
"search-content barcodev"
>
<div
class=
"title"
>
境内条码信息公告查询
</div>
<div
class=
"title"
>
<a
href=
"http://static.gds.org.cn/ws/index.html"
target=
"_blank"
style=
"color: #454545;"
>
条码微站
</a>
</div>
<div
class=
"body"
style=
"padding-top: 9px"
>
<div
class=
"body"
style=
"padding-top: 9px"
>
<p>
<p>
条码微站是由中国物品编码中心基于国家标准打造的商品二维码综合服务平台,旨在为企业打通线上线下的沟通渠道,帮助企业轻松建立官方门户,及时发布商品资讯,令产品理念直达目标客户;通过线上生成商品二维码,在移动互联网环境展示产品、打造品牌、拓展市场,帮助企业在激烈的市场竞争中赢得先机。其核心优势在于为企业提供了权威的商品信息发布渠道,及商品二维码生成平台,通过扫描印制在包装上的二维码,企业可以实现现有资源的全面整合,打通线上线下销售渠道。
</p>
条码微站是由中国物品编码中心基于国家标准打造的商品二维码综合服务平台,旨在为企业打通线上线下的沟通渠道,帮助企业轻松建立官方门户,及时发布商品资讯,令产品理念直达目标客户;通过线上生成商品二维码,在移动互联网环境展示产品、打造品牌、拓展市场,帮助企业在激烈的市场竞争中赢得先机。其核心优势在于为企业提供了权威的商品信息发布渠道,及商品二维码生成平台,通过扫描印制在包装上的二维码,企业可以实现现有资源的全面整合,打通线上线下销售渠道。
</p>
...
@@ -25,10 +25,13 @@ export default {};
...
@@ -25,10 +25,13 @@ export default {};
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#414345
;
color
:
#414345
;
text-indent
:
28px
;
}
}
img
{
img
{
max-width
:
94%
;
max-width
:
94%
;
display
:
block
;
margin
:
0
auto
;
}
}
.barcodev-title
{
.barcodev-title
{
...
...
src/views/Service/book.vue
View file @
51588904
...
@@ -58,13 +58,6 @@ export default {
...
@@ -58,13 +58,6 @@ export default {
activeName
:
'second'
,
activeName
:
'second'
,
appList
:
[
appList
:
[
{
{
name
:
'条码追溯'
,
icon
:
require
(
'./img/barcode-icon.png'
),
desc
:
'手机客户端下载'
,
android
:
'http://www.chinatrace.org/clientDownload.html'
,
ios
:
'http://www.chinatrace.org/clientDownload.html'
,
},
{
name
:
'中国物品编码中心'
,
name
:
'中国物品编码中心'
,
icon
:
require
(
'./img/bmcode-icon.png'
),
icon
:
require
(
'./img/bmcode-icon.png'
),
desc
:
'手机客户端下载'
,
desc
:
'手机客户端下载'
,
...
@@ -82,6 +75,13 @@ export default {
...
@@ -82,6 +75,13 @@ export default {
{
{
name
:
'条码追溯'
,
name
:
'条码追溯'
,
icon
:
require
(
'./img/barcode-icon.png'
),
icon
:
require
(
'./img/barcode-icon.png'
),
desc
:
'手机客户端下载'
,
android
:
'http://www.chinatrace.org/clientDownload.html'
,
ios
:
'http://www.chinatrace.org/clientDownload.html'
,
},
{
name
:
'条码追溯'
,
icon
:
require
(
'./img/barcode-icon.png'
),
desc
:
'微信小程序'
,
desc
:
'微信小程序'
,
android
:
''
,
android
:
''
,
ios
:
''
,
ios
:
''
,
...
@@ -177,11 +177,11 @@ export default {
...
@@ -177,11 +177,11 @@ export default {
.app-download
{
.app-download
{
display
:
flex
;
display
:
flex
;
height
:
1
7
0px
;
height
:
1
4
0px
;
background
:
#FFFFFF
;
background
:
#FFFFFF
;
border-radius
:
2px
;
border-radius
:
2px
;
border
:
1px
solid
rgba
(
197
,
216
,
238
,
0.5
);
border
:
1px
solid
rgba
(
197
,
216
,
238
,
0.5
);
margin-bottom
:
30
px
;
margin-bottom
:
25
px
;
cursor
:
pointer
;
cursor
:
pointer
;
&:hover{
&:hover{
box-shadow
:
0px
4px
15px
2px
rgba
(
4
,
64
,
141
,
0.08
);
box-shadow
:
0px
4px
15px
2px
rgba
(
4
,
64
,
141
,
0.08
);
...
@@ -190,11 +190,11 @@ export default {
...
@@ -190,11 +190,11 @@ export default {
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
flex
:
0
0
1
9
0px
;
flex
:
0
0
1
4
0px
;
background
:
rgba
(
197
,
216
,
238
,
0.2
);
background
:
rgba
(
197
,
216
,
238
,
0.2
);
img
{
img
{
width
:
9
0px
;
width
:
8
0px
;
}
}
}
}
...
@@ -203,7 +203,7 @@ export default {
...
@@ -203,7 +203,7 @@ export default {
flex-direction
:
column
;
flex-direction
:
column
;
justify-content
:
space-between
;
justify-content
:
space-between
;
flex
:
1
;
flex
:
1
;
padding
:
3
0px
20px
;
padding
:
2
0px
20px
;
.title
{
.title
{
font-size
:
20px
;
font-size
:
20px
;
...
...
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