Commit 33e4daac by Lyan

专题修改

parent f02280c6
......@@ -167,6 +167,11 @@ const getList3ByType = (params = {}) => {
return GET(`${Prefix}/office/medical/api/getList3ByType`, params);
}
// 专题
const topicNews = (params = {}) => {
return POST(`${Prefix}/office/news/api/getTop9ByYear`, params);
}
export default {
pictureList,
......@@ -202,5 +207,6 @@ export default {
retailList,
logostocsList,
getList3ByType,
topicNews
}
......@@ -442,6 +442,18 @@ export const nav = [
},
{
id: uuid("gs_nav"),
name: "我要变更",
index: 2,
link: "/Business/Change",
isHiddenMenu: true,
breadcrumb: [
{ name: "业务大厅", path: "/Business" },
{ name: "我是系统成员", path: "/Service/Training" },
{ name: "我要变更" },
],
},
{
id: uuid("gs_nav"),
name: "收费目录清单",
index: 2,
link: "/Business/Corppay",
......@@ -503,6 +515,17 @@ export const nav = [
},
{
id: uuid("gs_nav"),
name: "我要变更",
index: 2,
link: "/Business/Change",
breadcrumb: [
{ name: "业务大厅", path: "/Business" },
{ name: "我是系统成员", path: "/Business/Register" },
{ name: "我要变更" },
],
},
{
id: uuid("gs_nav"),
name: "我要编码(零售商品、非零售商品、物流单元)",
index: 2,
link: "/Business/Code1",
......
......@@ -414,6 +414,14 @@ const routes = [
component: () => import("@/views/Business/Renewal.vue"),
},
{
path: "/Business/Change",
name: "Change",
meta: {
name: "我要变更",
},
component: () => import("@/views/Business/Change.vue"),
},
{
path: "/Business/Code",
name: "Code",
meta: {
......
<template>
<div class="row">
<div class="col-lg-8">
<div class="register marginTopLg20">
<div class="register-top register-border">
<div class="container">
<div class="register-top-cont">
<div class="zxzc-btn" @click="zxxzJump">在线变更</div>
<img
src="../../assets/image/business/barcode-change.jpg"
class="barcode-register"
alt=""
/>
</div>
</div>
</div>
<div class="register-bottom register-border" v-if="false">
<cate :father="zxcxgjCate"></cate>
<div class="row zxcxgj-ul">
<div class="col-lg-4" v-for="(tmp, i) in zxcxgjList" :key="i">
<img :src="tmp.ico" alt="" class="zxcxgj-img" />
<div class="zxcxgj-bt">{{ tmp.name }}</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<tmgg class="marginTopLg20" />
<bgxz class="marginTop20" />
<dffzjg class="marginTop20" />
<zcfg class="marginTop20" />
</div>
</div>
</template>
<script>
import tmgg from "./copms/tmgg.vue";
import bgxz from "./copms/bgxz.vue";
import dffzjg from "./copms/dffzjg.vue";
import zcfg from "./copms/zcfg.vue";
import cate from "../comps/cate.vue";
export default {
components: {
cate,
tmgg,
dffzjg,
bgxz,
zcfg,
},
data() {
return {
zxcxgjList: [
{
ico: require("../../assets/image/business/icon_tiaomaxinxichaxun.png"),
name: "条码信息查询",
},
{
ico: require("../../assets/image/business/icon_zixingche.png"),
name: "自行车企业代码公告查询",
},
{
ico: require("../../assets/image/business/icon_tiaomashuyuchaxun.png"),
name: "条码术语查询",
},
{
ico: require("../../assets/image/business/ico_xiaoyanma.png"),
name: "校验码计算工具",
},
{
ico: require("../../assets/image/business/icon_guojia.png"),
name: "国家及地区前缀码查询",
},
],
zxcxgjCate: {
name: "在线查询工具",
ico: require("../../assets/image/business/icon_gongju.png"),
},
};
},
methods: {
zxxzJump() {
window.open("https://wsdt.ancc.org.cn/anccoh/", "_blank");
},
},
};
</script>
<style lang="scss" scoped>
.register {
.register-border {
@include module-box;
}
.register-top {
padding: 20px 0;
.zxzc-btn {
height: 44px;
line-height: 44px;
background: #f26335;
border-radius: 4px;
color: #ffffff;
font-size: 14px;
text-align: center;
cursor: pointer;
}
.register-top-cont {
max-width: 450px;
margin: 0 auto;
}
.barcode-register {
max-width: 100%;
margin: 20px auto 0;
}
}
.register-bottom {
margin-top: 20px;
.zxcxgj-ul {
padding: 12.5px 0;
> div {
margin: 12.5px 0;
text-align: center;
.zxcxgj-img {
margin-bottom: 13px;
}
.zxcxgj-bt {
color: #0e2c6b;
font-size: 14px;
}
}
}
}
}
</style>
\ No newline at end of file
......@@ -611,6 +611,11 @@ export default {
active: "Renewal",
},
{
name: "我要变更",
path: "/Business/Change",
active: "Change",
},
{
name: "我要编码",
path: "/Business/Code",
redirectUrl: "/Business/Code1",
......
......@@ -22,7 +22,7 @@ export default {
});
},
hasSpecialString(string){
const regName = /^([\u4E00-\u9FA5A-Za-z0-9\uFF0E\,\s](?!\u3000))+$/;
const regName = /^([\u4E00-\uFA29]|[\uE7C7-\uE7F3]|[a-zA-Z0-9_-]|["',,.。/\]\[【】\\n\s!!??——_<>%;‘’;)《()》(&+=`“”·*#@@]){0,}$/;
if(!regName.test(string)){
this.$message.error('请输入正确的条码信息');
return true;
......
......@@ -34,26 +34,26 @@
</div>
<ul>
<li><a href="/News/article.aspx?&amp;id=10988" target="_blank"> 中国物品编码中心召开“五四”青年座谈会</a></li>
<li><a href="/News/msg?id=7503" target="_blank"> “国家特种设备安全监管物联网应用示范工程启动工作会”召开</a></li>
<li><a href="/News/article.aspx?&amp;id=10987" target="_blank"> 医疗器械物流管理来了! —GS1 UDI服务专区“系列货运包装箱代…</a></li>
<li><a href="/News/msg?id=7499" target="_blank"> 中国物品编码中心调研浙江物流平台建设情况</a></li>
<li><a href="/News/article.aspx?&amp;id=10985" target="_blank"> 基于GS1标准的医药全球追溯体系建设研讨会在上海成功举办</a></li>
<li><a href="/News/msg?id=7483" target="_blank"> 2014年第二届中国ECR委员会董事会在北京顺利召开</a></li>
<li><a href="/News/article.aspx?&amp;id=10976" target="_blank"> 食品原材料追溯及编码标准化专题座谈会在深圳召开</a></li>
<li><a href="/News/msg?id=7482" target="_blank"> 张成海主任在第九届中国网络零售年会上发表主题演讲:商品条码在未来零售业的价值</a></li>
<li><a href="/News/article.aspx?&amp;id=10971" target="_blank"> 基于GS1标准的医疗器械唯一标识(UDI)系统规则实施公益培训在…</a></li>
<li><a href="/News/msg?id=7476" target="_blank"> 中国物品编码中心应邀出席2014中国药品流通行业年度大会</a></li>
<li><a href="/News/article.aspx?&amp;id=10970" target="_blank"> 中国物品编码中心与国铁物资有限公司合作推进商品信息规范应用…</a></li>
<li><a href="/News/msg?id=7474" target="_blank"> 中国医学装备协会、中国物品编码中心联合召开医用耗材分类编码工作会</a></li>
<li><a href="/News/article.aspx?&amp;id=10966" target="_blank"> 线上线下零售生鲜统一编码2项团体标准启动会暨标准研讨会在杭…</a></li>
<li><a href="/News/msg?id=7472" target="_blank"> 中国物品编码中心代表应邀出席2014中国(上海)食品安全科技峰会</a></li>
<li><a href="/News/article.aspx?&amp;id=10962" target="_blank"> 基于GS1标准的医疗器械唯一标识(UDI)系统规则实施公益培训在…</a></li>
<li><a href="/News/msg?id=7470" target="_blank"> “国家食品质量安全追溯物联网应用示范工程”省级平台建设专家论证会召开</a></li>
<li><a href="/News/article.aspx?&amp;id=10961" target="_blank"> 中国航空运输协会赴中国物品编码中心、中国自动识别技术协会调…</a></li>
<li><a href="/News/msg?id=7460" target="_blank"> 中国物品编码中心代表应邀出席2014年中国国际食品安全与质量控制会议暨检测仪器设备展览会</a></li>
</ul>
<div class="more"><a href="http://www.gs1cn.org/News/Center.aspx" target="_blank" style="text-decoration:none;">更多&gt;&gt;</a></div>
<div class="more"><a href="http://www.gs1cn.org/News/Center" target="_blank" style="text-decoration:none;">更多&gt;&gt;</a></div>
</div>
</div>
<div class="main-top-3">
......@@ -109,18 +109,18 @@
<div class="main-middle-left-down">
<div class="application">
<div class="hx">
<a href="http://www.gs1cn.org/Service/Book.aspx?classid=3" target="_blank"><img src="./img/hx.jpg"></a>
<a href="http://www.gs1cn.org/Service/Book" target="_blank"><img src="./img/hx.jpg"></a>
</div>
<div class="cjfw">
<a href="http://www.aqsiq.gov.cn/cjsfw/sptm/index.htm" target="_blank"><img src="./img/cjsfw2.jpg"></a>
</div>
<div class="tmzs">
<a href="http://www.gs1cn.org/Service/Book.aspx?classid=3" target="_blank"><img src="./img/1.jpg"></a>
<a href="http://www.gs1cn.org/Service/Book" target="_blank"><img src="./img/1.jpg"></a>
<div class="img-1"><a href="http://www.chinatrace.org/toIphoneDownload.html" target="_blank"><img src="./img/2.jpg"></a></div>
<div class="img-2"><a href="http://www.chinatrace.org/toAndroidDownload.html" target="_blank"><img src="./img/3.jpg"></a></div>
</div>
<div class="fwapp">
<a href="http://www.gs1cn.org/Service/Book.aspx?classid=3" target="_blank"><img src="./img/wlwapp.jpg"></a>
<a href="http://www.gs1cn.org/Service/Book" target="_blank"><img src="./img/wlwapp.jpg"></a>
</div>
</div>
</div>
......@@ -128,12 +128,17 @@
<div class="main-middle-right">
<div id="ppt" class="com">
<ul>
<el-carousel indicator-position="outside">
<el-carousel-item v-for="item in lunboArr2" :key="item">
<img :src="item" width="240px" height="305px">
</el-carousel-item>
</el-carousel>
<!-- <ul>
<li><a href="http://www.aqsiq.gov.cn/ztlm/2014/zly/" target="_blank"><img src="./img/2014zlyxch1.jpg"></a></li>
<li><a href="http://www.aqsiq.gov.cn/ztlm/2014/zly/" target="_blank"><img src="./img/2014zlyxch2.jpg"></a></li>
<li><a href="http://www.aqsiq.gov.cn/ztlm/2014/zly/" target="_blank"><img src="./img/2014zlyxch3.jpg"></a></li>
<li><a href="http://www.aqsiq.gov.cn/ztlm/2014/zly/" target="_blank"><img src="./img/2014zlyxch4.jpg"></a></li>
</ul>
</ul> -->
</div>
</div>
</div>
......@@ -162,32 +167,33 @@ export default {
return {
idx:0,
lunboArr:[
{
img:require('./img/6f8032ae-0e03-404a-9705-298f7439f21e.jpg'),
path:'/News/article.aspx?Id=10988&amp;picid=848',
title:'中国物品编码中心召开“五四”青年座谈会'
{
img:'http://dynamic.gs1cn.org/office/uploadFileResource/news/newsimg/220838b2-e1ff-4e2b-8730-e4d1351f2ccf.jpg ',
path:'http://www.gs1cn.org/News/msg?id=7503',
title:'“国家特种设备安全监管物联网应用示范工程启动工作会”召开'
},
{
img:require('./img/5a994d0a-2f1a-4d3a-bfac-d4d5f008320c.jpg'),
path:'/News/article.aspx?Id=10988&amp;picid=847',
title:'食品原材料追溯及编码标准化专题座谈会在深圳召开'
img:'http://dynamic.gs1cn.org/office/uploadFileResource/news/newsimg/f6960e3e-c436-4590-992a-a7db1a9d6657.jpg ',
path:'http://www.gs1cn.org/News/msg?id=7504',
title:'中国物品编码中心赵京副主任一行到广州市标院开展调研'
},
{
img:require('./img/7d818e4f-a2f5-40eb-a4e4-eff09f427ca2.jpg'),
path:'/News/article.aspx?Id=10988&amp;picid=846',
title:'线上线下零售生鲜统一编码2项团体标准启动会暨标准研讨会在杭州成功召开'
img:'http://dynamic.gs1cn.org/office/uploadFileResource/news/newsimg/6abf3e98-139e-492d-a23c-614198628369.jpg',
path:'http://www.gs1cn.org/News/msg?id=7499',
title:'中国物品编码中心调研浙江物流平台建设情况'
},
{
img:require('./img/79477916-43b0-4767-b169-2297467df7cf.jpg'),
path:'/News/article.aspx?Id=10988&amp;picid=845',
title:'【重生 狂飙】2023年第一届ECR联合工委会会议在上海康师傅大楼顺利召开'
img:'http://dynamic.gs1cn.org/office/uploadFileResource/news/newsimg/1c27b194-6806-47ff-9b2b-8f7f2b670bf7.jpg',
path:'http://www.gs1cn.org/News/msg?id=7482',
title:'张成海主任发表主题演讲:商品条码在未来零售业的价值'
},
{
img:require('./img/8ec3b29f-0327-491c-85cf-0d2510f72bfc.jpg'),
path:'/News/article.aspx?Id=10988&amp;picid=844',
title:'中国物品编码中心总工程师李建辉一行赴福建调研'
}
img:'http://dynamic.gs1cn.org/office/uploadFileResource/news/newsimg/f15955f2-9d2d-4b5c-87b8-802e9576ca62.jpg ',
path:'http://www.gs1cn.org/News/msg?id=7450',
title:'2014年中国物品编码中心教师资格培训及认证圆满结束'
},
],
lunboArr2:[require("./img/2014zlyxch1.jpg"),require("./img/2014zlyxch2.jpg"),require("./img/2014zlyxch3.jpg"),require("./img/2014zlyxch4.jpg")],
timer :null,
}
},
......@@ -220,6 +226,9 @@ export default {
}
</script>
<style lang="scss" scoped>
#ppt /deep/ .el-carousel__container{
height: 305px;
}
a:hover{
color: #294c7f;
}
......@@ -329,6 +338,9 @@ a:hover{
}
.main-top-2 li{
padding-left: 10px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.more{
width: 45px;
......@@ -623,7 +635,7 @@ ol, ul{
background: black;
}
.com ul{
width: 3000px;
width: 240px;
font-size: 0;
}
.com ul li{
......
......@@ -17,11 +17,11 @@
</div>
<div class="txt-box">
<ul>
<p><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;<a href="http://www.gs1cn.org/News/article.aspx?id=7042" target="_blank" title="中国物品编码中心青海分中心开展质量月系列活动" style="font-size:small; ">中国物品编码中心青海分中心开展质量月系列活动</a></p><a href="http://www.gs1cn.org/News/article.aspx?id=7042" target="_blank" title="中国物品编码中心青海分中心开展质量月系列活动" style="font-size:small; ">
</a><p style="margin-top:10px;"><a href="http://www.gs1cn.org/News/article.aspx?id=7042" target="_blank" title="中国物品编码中心青海分中心开展质量月系列活动" style="font-size:small; "><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;</a><a href="http://www.gs1cn.org/News/article.aspx?id=7032" target="_blank" title="中国物品编码中心大连办事处积极参与“标准进万家”宣传活动">中国物品编码中心大连办事处积极参与“标准进万家”宣传活动</a></p><a href="http://www.gs1cn.org/News/article.aspx?id=7032" target="_blank" title="中国物品编码中心大连办事处积极参与“标准进万家”宣传活动">
</a><p style="margin-top:10px;"><a href="http://www.gs1cn.org/News/article.aspx?id=7032" target="_blank" title="中国物品编码中心大连办事处积极参与“标准进万家”宣传活动"><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;</a><a href="" target="_blank" title="中国物品编码中心四川分中心走进社区进行条码知识宣传" style="font-size:small; ">中国物品编码中心四川分中心走进社区进行条码知识宣传</a></p><a href="" target="_blank" title="中国物品编码中心四川分中心走进社区进行条码知识宣传" style="font-size:small; ">
</a><p style="margin-top:10px;"><a href="" target="_blank" title="中国物品编码中心四川分中心走进社区进行条码知识宣传" style="font-size:small; "><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;</a><a href="http://www.gs1cn.org/News/article.aspx?id=7013" target="_blank" title="中国物品编码中心甘肃分中心积极参与2013年全国质量月甘肃宣传咨询服务活动" style="font-size:small; ">中国物品编码中心甘肃分中心积极参与2013年全国质量月...</a></p>
<p style="margin-top:10px;"><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;<a href="http://www.gs1cn.org/News/article.aspx?id=7006" target="_blank" title="中国物品编码中心内蒙古分中心开展商品条码执法检查" style="font-size:small; ">中国物品编码中心内蒙古分中心开展商品条码执法检查</a></p>
<p><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;<a href="http://www.gs1cn.org/News/msg?id=7042" target="_blank" title="中国物品编码中心青海分中心开展质量月系列活动" style="font-size:small; ">中国物品编码中心青海分中心开展质量月系列活动</a></p><a href="http://www.gs1cn.org/News/msg?id=7042" target="_blank" title="中国物品编码中心青海分中心开展质量月系列活动" style="font-size:small; ">
</a><p style="margin-top:10px;"><a href="http://www.gs1cn.org/News/msg?id=7042" target="_blank" title="中国物品编码中心青海分中心开展质量月系列活动" style="font-size:small; "><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;</a><a href="http://www.gs1cn.org/News/msg?id=7032" target="_blank" title="中国物品编码中心大连办事处积极参与“标准进万家”宣传活动">中国物品编码中心大连办事处积极参与“标准进万家”宣传活动</a></p><a href="http://www.gs1cn.org/News/msg?id=7032" target="_blank" title="中国物品编码中心大连办事处积极参与“标准进万家”宣传活动">
</a><p style="margin-top:10px;"><a href="http://www.gs1cn.org/News/msg?id=7032" target="_blank" title="中国物品编码中心大连办事处积极参与“标准进万家”宣传活动"><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;</a><a href="http://www.gs1cn.org/News/msg?id=7016" target="_blank" title="中国物品编码中心四川分中心走进社区进行条码知识宣传" style="font-size:small; ">中国物品编码中心四川分中心走进社区进行条码知识宣传</a></p><a href="" target="_blank" title="中国物品编码中心四川分中心走进社区进行条码知识宣传" style="font-size:small; ">
</a><p style="margin-top:10px;"><a href="http://www.gs1cn.org/News/msg?id=7016" target="_blank" title="中国物品编码中心四川分中心走进社区进行条码知识宣传" style="font-size:small; "><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;</a><a href="http://www.gs1cn.org/News/msg?id=7013" target="_blank" title="中国物品编码中心甘肃分中心积极参与2013年全国质量月甘肃宣传咨询服务活动" style="font-size:small; ">中国物品编码中心甘肃分中心积极参与2013年全国质量月...</a></p>
<p style="margin-top:10px;"><img src="./img/201333.jpg" width="10px;" height="10px;" style="margin-left:2px;">&nbsp;&nbsp;<a href="http://www.gs1cn.org/News/msg?id=7006" target="_blank" title="中国物品编码中心内蒙古分中心开展商品条码执法检查" style="font-size:small; ">中国物品编码中心内蒙古分中心开展商品条码执法检查</a></p>
<p style="float:right; margin-top:10px; margin-right:10px;"><a href="http://www.gs1cn.org/News/Local" target="_blank"><strong>更多&gt;&gt;</strong></a></p>
</ul>
......@@ -56,7 +56,7 @@
<div class="id-left-3">
<div class="img-box2">
<a href="http://www.gs1cn.org/index.aspx" target="_blank"><img src="./img/8.jpg" style="margin-left:110px;"></a>
<a href="http://www.gs1cn.org/" target="_blank"><img src="./img/8.jpg" style="margin-left:110px;"></a>
</div>
</div>
......
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