Commit f04b31df by Tang

feat: bug修复

parent 45a6fd0b
......@@ -372,8 +372,12 @@ export default {
const {data} = searchGlnRes;
if (searchGlnRes.success) {
console.log(data)
this.changeDetail = data
this.changeDialogVisible = true
if(data){
this.changeDetail = data
this.changeDialogVisible = true
}else{
alert('无变更记录!')
}
} else {
alert(searchGlnRes.returnMsg || '网络错误,请稍后再试')
}
......@@ -404,7 +408,7 @@ export default {
async handleSearchProduct() {
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('id', 'cow-link-temp')
document.body.appendChild(a)
......
......@@ -4,16 +4,16 @@
<ul class="main-list">
<!-- 注意!这里请后台开发的同学替换成循环输出 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>
<li><a target="_blank" href="/Service/Partners/Case?id=3">
<li><a target="_blank" href="/Service/Partners/caseMsg?id=3">
利用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>
<li><a target="_blank" href="/Service/Partners/Case?id=1">
<li><a target="_blank" href="/Service/Partners/caseMsg?id=1">
北京爱创科技股份有限公司进口药品GS1应用案例</a></li>
</ul>
......
......@@ -70,7 +70,7 @@ export default {
activeName: 'second',
appList: [
{
name: '中国物品编码中心',
name: '中国编码',
icon: require('./img/bmcode-icon.png'),
desc: '手机客户端下载',
android: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment