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
f04b31df
Commit
f04b31df
authored
Jan 04, 2022
by
Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: bug修复
parent
45a6fd0b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
internal.vue
src/views/Search/internal.vue
+5
-1
caseHealthcare.vue
src/views/Service/Partners/caseHealthcare.vue
+4
-4
book.vue
src/views/Service/book.vue
+1
-1
No files found.
src/views/Search/internal.vue
View file @
f04b31df
...
@@ -372,8 +372,12 @@ export default {
...
@@ -372,8 +372,12 @@ export default {
const
{
data
}
=
searchGlnRes
;
const
{
data
}
=
searchGlnRes
;
if
(
searchGlnRes
.
success
)
{
if
(
searchGlnRes
.
success
)
{
console
.
log
(
data
)
console
.
log
(
data
)
if
(
data
){
this
.
changeDetail
=
data
this
.
changeDetail
=
data
this
.
changeDialogVisible
=
true
this
.
changeDialogVisible
=
true
}
else
{
alert
(
'无变更记录!'
)
}
}
else
{
}
else
{
alert
(
searchGlnRes
.
returnMsg
||
'网络错误,请稍后再试'
)
alert
(
searchGlnRes
.
returnMsg
||
'网络错误,请稍后再试'
)
}
}
...
@@ -404,7 +408,7 @@ export default {
...
@@ -404,7 +408,7 @@ export default {
async
handleSearchProduct
()
{
async
handleSearchProduct
()
{
const
a
=
document
.
createElement
(
'a'
)
const
a
=
document
.
createElement
(
'a'
)
a
.
setAttribute
(
'href'
,
'/internal_code_search/searchResult2.aspx?keyword=${this.productSearch.code}'
)
a
.
setAttribute
(
'href'
,
`/internal_code_search/searchResult2.aspx?keyword=
${
this
.
productSearch
.
code
}
`
)
a
.
setAttribute
(
'target'
,
'_blank'
)
a
.
setAttribute
(
'target'
,
'_blank'
)
a
.
setAttribute
(
'id'
,
'cow-link-temp'
)
a
.
setAttribute
(
'id'
,
'cow-link-temp'
)
document
.
body
.
appendChild
(
a
)
document
.
body
.
appendChild
(
a
)
...
...
src/views/Service/Partners/caseHealthcare.vue
View file @
f04b31df
...
@@ -4,16 +4,16 @@
...
@@ -4,16 +4,16 @@
<ul
class=
"main-list"
>
<ul
class=
"main-list"
>
<!-- 注意!这里请后台开发的同学替换成循环输出 top 20 -->
<!-- 注意!这里请后台开发的同学替换成循环输出 top 20 -->
<li><a
target=
"_blank"
href=
"/Service/Partners/
Case
?id=5"
>
<li><a
target=
"_blank"
href=
"/Service/Partners/
caseMsg
?id=5"
>
宁波天益医疗GS1-UDI项目案例介绍-上海路歌信息技术有限公司
</a></li>
宁波天益医疗GS1-UDI项目案例介绍-上海路歌信息技术有限公司
</a></li>
<li><a
target=
"_blank"
href=
"/Service/Partners/
Case
?id=3"
>
<li><a
target=
"_blank"
href=
"/Service/Partners/
caseMsg
?id=3"
>
利用GS1编码规则实施UDI满足中国法规要求,实现内部追溯
</a></li>
利用GS1编码规则实施UDI满足中国法规要求,实现内部追溯
</a></li>
<li><a
target=
"_blank"
href=
"/Service/Partners/
Case
?id=2"
>
<li><a
target=
"_blank"
href=
"/Service/Partners/
caseMsg
?id=2"
>
多米诺集团在医疗领域的GS1标准应用案例
</a></li>
多米诺集团在医疗领域的GS1标准应用案例
</a></li>
<li><a
target=
"_blank"
href=
"/Service/Partners/
Case
?id=1"
>
<li><a
target=
"_blank"
href=
"/Service/Partners/
caseMsg
?id=1"
>
北京爱创科技股份有限公司进口药品GS1应用案例
</a></li>
北京爱创科技股份有限公司进口药品GS1应用案例
</a></li>
</ul>
</ul>
...
...
src/views/Service/book.vue
View file @
f04b31df
...
@@ -70,7 +70,7 @@ export default {
...
@@ -70,7 +70,7 @@ export default {
activeName
:
'second'
,
activeName
:
'second'
,
appList
:
[
appList
:
[
{
{
name
:
'中国
物品编码中心
'
,
name
:
'中国
编码
'
,
icon
:
require
(
'./img/bmcode-icon.png'
),
icon
:
require
(
'./img/bmcode-icon.png'
),
desc
:
'手机客户端下载'
,
desc
:
'手机客户端下载'
,
android
:
''
,
android
:
''
,
...
...
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