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
79e9ac8a
Commit
79e9ac8a
authored
Jan 10, 2022
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改禅道上的bug
parent
50c62351
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
8 deletions
+30
-8
2dcode.vue
src/views/Business/2dcode.vue
+1
-1
Guide2.vue
src/views/Business/Guide2.vue
+1
-1
cpdzdm.vue
src/views/Business/cpdzdm.vue
+27
-5
store.js
src/vuex/store.js
+1
-1
No files found.
src/views/Business/2dcode.vue
View file @
79e9ac8a
...
...
@@ -16,7 +16,7 @@
<span
class=
"icon-title4"
>
办理流程
</span>
</div>
<div
class=
"container"
>
<div
class=
"row
center
bllc-cont"
>
<div
class=
"row bllc-cont"
>
<dl
class=
"col-12 col-lg-6"
>
<dt><span>
我是中国商品条码系统成员
</span></dt>
<dd><i></i></dd>
...
...
src/views/Business/Guide2.vue
View file @
79e9ac8a
...
...
@@ -81,7 +81,7 @@
"
>
线上办理:登录中国商品信息服务平台,从“应用市场—条码商桥”处下单,即时支付即时下载。
<a
href=
"/office/uploadFileResource/manage/down/2021jpdz.pdf
"
:href=
"`$
{urls.file}manage/down/2021jpdz.pdf`
"
target="_blank"
style="color: Red"
>查看操作指南
</a
...
...
src/views/Business/cpdzdm.vue
View file @
79e9ac8a
...
...
@@ -16,11 +16,12 @@
和发达国家以及邻近地区 EPC 收费标准,提出我国 EPC
注册工作流程,收费标准以及管理办法 。
</p>
<li
<div
class=
"li"
style=
"text-indent: 28px; font-size: 14px; padding-bottom: 15px"
>
系统会员制
</
li
>
</
div
>
<p>
根据目前的情况, EPC 系统成员可以分为两类:终端用户和高级会员。
</p>
...
...
@@ -30,11 +31,12 @@
<p>
高级会员 —— 包括硬件和软件公司、咨询公司、系统集成商、培训公司等。
</p>
<li
<div
class=
"li"
style=
"text-indent: 28px; font-size: 14px; padding-bottom: 15px"
>
注册与管理
</
li
>
</
div
>
<p>
<strong>
EPC 注册
</strong>
:
...
...
@@ -128,10 +130,16 @@ export default {
},
};
</
script
>
<
style
lang=
"scss"
>
::marker
{
color
:
#f26334
}
</
style
>
<
style
lang=
"scss"
scoped
>
.register
{
.register-cont
{
@include
module-box;
p
{
text-indent
:
28px
;
font-size
:
14px
;
...
...
@@ -157,7 +165,21 @@ export default {
text-align
:
right
;
}
.register-top
{
padding
:
20px
0
;
padding-bottom
:
20px
;
.li{
display
:
flex
;
align-items
:
center
;
&::before{
content
:
''
;
width
:
4px
;
height
:
4px
;
border-radius
:
50%
;
background
:
#000
;
display
:
inline-block
;
margin-left
:
28px
;
}
}
.zxzc-btn
{
height
:
44px
;
line-height
:
44px
;
...
...
src/vuex/store.js
View file @
79e9ac8a
...
...
@@ -20,7 +20,7 @@ const state = {
ancc
:
'http://www.ancc.org.cn/'
,
gs1cnOne
:
'www.gs1cn.org'
,
gs1cnTwo
:
'http://www.gs1cn.org/'
,
file
:
window
.
location
.
protocol
+
window
.
location
.
hostname
+
':9091/office/uploadFileResource/'
,
file
:
window
.
location
.
protocol
+
'//'
+
window
.
location
.
hostname
+
':9091/office/uploadFileResource/'
,
},
matche
:
localStorage
.
getItem
(
'matche'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'matche'
))
:
[],
url
:
''
...
...
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