Commit 082ee837 by Jianli Ou

一期隐藏检测校准申请菜单和个人中心首页的检测校准申请相关内容

parent 2ffba153
...@@ -342,6 +342,7 @@ export default { ...@@ -342,6 +342,7 @@ export default {
!result.data['contactmanCtqh'] && (result.data['contactmanCtqh'] = '') !result.data['contactmanCtqh'] && (result.data['contactmanCtqh'] = '')
!result.data['contactmanTele'] && (result.data['contactmanTele'] = '') !result.data['contactmanTele'] && (result.data['contactmanTele'] = '')
!result.data['contactmanMp'] && (result.data['contactmanMp'] = ' ') !result.data['contactmanMp'] && (result.data['contactmanMp'] = ' ')
!result.data['postcode1'] && (result.data['postcode1'] = result.data['postcode'])
Object.keys(result.data).forEach(key => !result.data[key.toLowerCase()] && (result.data[key.toLowerCase()] = result.data[key])) Object.keys(result.data).forEach(key => !result.data[key.toLowerCase()] && (result.data[key.toLowerCase()] = result.data[key]))
} else { } else {
result = await this.$api.myManage.tycpdmFirmInfoNoAuth({name: this.memberInfo.username}) result = await this.$api.myManage.tycpdmFirmInfoNoAuth({name: this.memberInfo.username})
......
...@@ -23,41 +23,41 @@ ...@@ -23,41 +23,41 @@
</div> </div>
</li> </li>
<!-- 一期先不上线检测校准申请,暂时把个人中心首页的检测校准申请相关内容进行隐藏(包括检测校准申请菜单项)-->
<li> <!-- <li>-->
<p class="content-title"> <!-- <p class="content-title">-->
检测校准申请(办理“条码印制品检测”、“条码检测仪校准”等业务需先完成此申请) <!-- 检测校准申请(办理“条码印制品检测”、“条码检测仪校准”等业务需先完成此申请)-->
</p> <!-- </p>-->
<p>1、条码印制品检测</p> <!-- <p>1、条码印制品检测</p>-->
<p class="list-cnt"> <!-- <p class="list-cnt">-->
对商品条码、商品二维码、GS1通用规范(GS1 General <!-- 对商品条码、商品二维码、GS1通用规范(GS1 General-->
Specifications)、医疗UDI、汽车零部件标识、追溯码、服装条码、名片二维码、物流编码等提供检验检测服务,出具检验检测报告。 <!-- Specifications)、医疗UDI、汽车零部件标识、追溯码、服装条码、名片二维码、物流编码等提供检验检测服务,出具检验检测报告。-->
</p> <!-- </p>-->
<p>2、条码检测仪校准</p> <!-- <p>2、条码检测仪校准</p>-->
<p class="list-cnt"> <!-- <p class="list-cnt">-->
对条码检测仪的最高反射率、最低反射率、可译码度、缺陷度、轴向不一致性、网格不一致性、反差一致性等测量参数进行校准,出具校准证书。 <!-- 对条码检测仪的最高反射率、最低反射率、可译码度、缺陷度、轴向不一致性、网格不一致性、反差一致性等测量参数进行校准,出具校准证书。-->
</p> <!-- </p>-->
<div class="list-img row"> <!-- <div class="list-img row">-->
<div class="img-p col-lg-4"> <!-- <div class="img-p col-lg-4">-->
<a style="color: #414345;"> <!-- <a style="color: #414345;">-->
<img src="../../../assets/image/mymanage/tx.png" alt="" /> <!-- <img src="../../../assets/image/mymanage/tx.png" alt="" />-->
<p>填写校准信息</p> <!-- <p>填写校准信息</p>-->
</a> <!-- </a>-->
</div> <!-- </div>-->
<div class="img-p col-lg-4"> <!-- <div class="img-p col-lg-4">-->
<a style="color: #414345;"> <!-- <a style="color: #414345;">-->
<img src="../../../assets/image/mymanage/tj.png" alt="" /> <!-- <img src="../../../assets/image/mymanage/tj.png" alt="" />-->
<p>提交书面材料</p> <!-- <p>提交书面材料</p>-->
</a> <!-- </a>-->
</div> <!-- </div>-->
<div class="img-p col-lg-4"> <!-- <div class="img-p col-lg-4">-->
<a style="color: #414345;"> <!-- <a style="color: #414345;">-->
<img src="../../../assets/image/mymanage/sh.png" alt="" /> <!-- <img src="../../../assets/image/mymanage/sh.png" alt="" />-->
<p>审核状态</p> <!-- <p>审核状态</p>-->
</a> <!-- </a>-->
</div> <!-- </div>-->
</div> <!-- </div>-->
</li> <!-- </li>-->
<!-- 未完成企业信息 --> <!-- 未完成企业信息 -->
<!-- <li>--> <!-- <li>-->
...@@ -113,12 +113,12 @@ export default { ...@@ -113,12 +113,12 @@ export default {
} else { } else {
this.$message.error(result.returnMsg) this.$message.error(result.returnMsg)
} }
},
initIsShowGDS() {
if (this.loginInfo.carno) this.isShowGDS = true // 有条码卡号可以进行GDS跳转
if (this.loginInfo.isQY) this.isShowGDS = true // 官网用户已进行实名厂商认证可以进行GDS跳转
} }
}, },
initIsShowGDS() {
if (this.loginInfo.carno) this.isShowGDS = true // 有条码卡号可以进行GDS跳转
if (this.loginInfo.isQY) this.isShowGDS = true // 官网用户已进行实名厂商认证可以进行GDS跳转
},
mounted() { mounted() {
this.loginInfo = JSON.parse(localStorage.getItem('loginInfo')) this.loginInfo = JSON.parse(localStorage.getItem('loginInfo'))
this.initIsShowGDS() this.initIsShowGDS()
......
...@@ -71,67 +71,68 @@ ...@@ -71,67 +71,68 @@
</div> </div>
</div> </div>
</li> </li>
<!-- 一期先不上线检测校准申请,暂时把个人中心首页的检测校准申请相关内容进行隐藏(包括检测校准申请菜单项)-->
<!-- 校准未认证 --> <!-- 校准未认证 -->
<li> <!-- <li>-->
<p class="content-title"> <!-- <p class="content-title">-->
检测校准申请(办理“条码印制品检测”、“条码检测仪校准”等业务需先完成此申请) <!-- 检测校准申请(办理“条码印制品检测”、“条码检测仪校准”等业务需先完成此申请)-->
</p> <!-- </p>-->
<p>1、条码印制品检测</p> <!-- <p>1、条码印制品检测</p>-->
<p class="list-cnt"> <!-- <p class="list-cnt">-->
对商品条码、商品二维码、GS1通用规范(GS1 General <!-- 对商品条码、商品二维码、GS1通用规范(GS1 General-->
Specifications)、医疗UDI、汽车零部件标识、追溯码、服装条码、名片二维码、物流编码等提供检验检测服务,出具检验检测报告。 <!-- Specifications)、医疗UDI、汽车零部件标识、追溯码、服装条码、名片二维码、物流编码等提供检验检测服务,出具检验检测报告。-->
</p> <!-- </p>-->
<p>2、条码检测仪校准</p> <!-- <p>2、条码检测仪校准</p>-->
<p class="list-cnt"> <!-- <p class="list-cnt">-->
对条码检测仪的最高反射率、最低反射率、可译码度、缺陷度、轴向不一致性、网格不一致性、反差一致性等测量参数进行校准,出具校准证书。 <!-- 对条码检测仪的最高反射率、最低反射率、可译码度、缺陷度、轴向不一致性、网格不一致性、反差一致性等测量参数进行校准,出具校准证书。-->
</p> <!-- </p>-->
<div class="list-img row"> <!-- <div class="list-img row">-->
<div class="img-p col-lg-4"> <!-- <div class="img-p col-lg-4">-->
<a href="/MyManage/UnVerify/calibration"> <!-- <a href="/MyManage/UnVerify/calibration">-->
<img src="../../../assets/image/mymanage/tx.png" alt="" /> <!-- <img src="../../../assets/image/mymanage/tx.png" alt="" />-->
<p>填写校准信息</p> <!-- <p>填写校准信息</p>-->
</a> <!-- </a>-->
</div> <!-- </div>-->
<div class="img-p col-lg-4"> <!-- <div class="img-p col-lg-4">-->
<a href="/MyManage/UnVerify/uploadcalibration"> <!-- <a href="/MyManage/UnVerify/uploadcalibration">-->
<img src="../../../assets/image/mymanage/tj.png" alt="" /> <!-- <img src="../../../assets/image/mymanage/tj.png" alt="" />-->
<p>提交书面材料</p> <!-- <p>提交书面材料</p>-->
</a> <!-- </a>-->
</div> <!-- </div>-->
<div class="img-p col-lg-4"> <!-- <div class="img-p col-lg-4">-->
<a href="/MyManage/UnVerify/shcalibration"> <!-- <a href="/MyManage/UnVerify/shcalibration">-->
<img src="../../../assets/image/mymanage/sh.png" alt="" /> <!-- <img src="../../../assets/image/mymanage/sh.png" alt="" />-->
<p>审核状态</p> <!-- <p>审核状态</p>-->
</a> <!-- </a>-->
</div> <!-- </div>-->
</div> <!-- </div>-->
</li> <!-- </li>-->
<!-- 校准已认证 --> <!-- 校准已认证 -->
<li v-if="false"> <!-- <li v-if="false">-->
<p class="content-title"> <!-- <p class="content-title">-->
检测校准申请(办理“条码印制品检测”、“条码检测仪校准”等业务需先完成此申请) <!-- 检测校准申请(办理“条码印制品检测”、“条码检测仪校准”等业务需先完成此申请)-->
</p> <!-- </p>-->
<p> <!-- <p>-->
<i class="bi bi-check-circle-fill"></i <!-- <i class="bi bi-check-circle-fill"></i-->
>您已成为中国物品编码中心检验检测/校准客户! <!-- >您已成为中国物品编码中心检验检测/校准客户!-->
</p> <!-- </p>-->
<p style="padding-left:24px">您可以——办理条码印制品检测</p> <!-- <p style="padding-left:24px">您可以——办理条码印制品检测</p>-->
<p style="padding-left:24px">您可以——办理条码检测仪校准</p> <!-- <p style="padding-left:24px">您可以——办理条码检测仪校准</p>-->
<p style="padding-left:24px">若想申请办理上述业务,请您联系:</p> <!-- <p style="padding-left:24px">若想申请办理上述业务,请您联系:</p>-->
<p style="padding-left:24px"> <!-- <p style="padding-left:24px">-->
王工<i class="bi bi-telephone-fill color-grey"></i>010-84295493 <!-- 王工<i class="bi bi-telephone-fill color-grey"></i>010-84295493-->
<i class="bi bi-envelope-fill color-grey"></i>wanghy@ancc.org.cn <!-- <i class="bi bi-envelope-fill color-grey"></i>wanghy@ancc.org.cn-->
<i class="qe color-grey"></i>2308350380 <!-- <i class="qe color-grey"></i>2308350380-->
</p> <!-- </p>-->
<p style="padding-left:24px"> <!-- <p style="padding-left:24px">-->
胡工<i class="bi bi-telephone-fill color-grey"></i>010-84295499 <!-- 胡工<i class="bi bi-telephone-fill color-grey"></i>010-84295499-->
<i class="bi bi-envelope-fill color-grey"></i <!-- <i class="bi bi-envelope-fill color-grey"></i-->
>hum@ancc.org.cn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i <!-- >hum@ancc.org.cn&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<i-->
class="qe color-grey" <!-- class="qe color-grey"-->
></i <!-- ></i-->
>1246978728 <!-- >1246978728-->
</p> <!-- </p>-->
</li> <!-- </li>-->
</ul> </ul>
</div> </div>
</div> </div>
......
...@@ -54,13 +54,12 @@ export default { ...@@ -54,13 +54,12 @@ export default {
index: 1, index: 1,
link: "/MyManage/UnVerify/vendor", link: "/MyManage/UnVerify/vendor",
}, },
{ // { // 一期先不上线,暂时把该菜单项进行隐藏(包括个人中心首页的检测校准申请相关内容)
id: uuid("gs_nav"), // id: uuid("gs_nav"),
name: "检测校准申请", // name: "检测校准申请",
index: 2, // index: 2,
link: "/MyManage/UnVerify/calibration", // link: "/MyManage/UnVerify/calibration",
}, // },
], ],
}, },
{ {
...@@ -109,12 +108,12 @@ export default { ...@@ -109,12 +108,12 @@ export default {
index: 0, index: 0,
link: "http://wsdt.ancc.org.cn/anccoh/", link: "http://wsdt.ancc.org.cn/anccoh/",
}, },
{ // { // 一期先不上线,暂时把该菜单项进行隐藏(包括个人中心首页的检测校准申请相关内容)
id: uuid("gs_nav"), // id: uuid("gs_nav"),
name: "检测校准申请", // name: "检测校准申请",
index: 2, // index: 2,
link: "/MyManage/UnVerify/calibration", // link: "/MyManage/UnVerify/calibration",
}, // },
], ],
}, },
{ {
...@@ -254,13 +253,24 @@ export default { ...@@ -254,13 +253,24 @@ export default {
this.routerList[2].children = this.routerList[2].children.filter(item => item.name !== '修改手机号码') this.routerList[2].children = this.routerList[2].children.filter(item => item.name !== '修改手机号码')
} }
this.routerList[0].link = '/MyManage/SystemMember/index' this.routerList[0].link = '/MyManage/SystemMember/index'
if (this.loginInfo.isXT === 1 && this.loginInfo.carno) { // 申请条码卡的系统成员有企业信息菜单 if (this.loginInfo.isXT === 1 && this.loginInfo.carno) { // 申请条码卡的系统成员有企业信息菜单 和 变更企业信息菜单
this.routerList[2].children.push({ this.routerList[2].children.push({
id: uuid("gs_nav"), id: uuid("gs_nav"),
name: "企业信息", name: "企业信息",
index: 3, index: 3,
link: '/MyManage/SystemMember/companyInfo' link: '/MyManage/SystemMember/companyInfo'
}) })
this.routerList[2].children.push({ // 不做任何页面跳转,只是给出提示
id: uuid("gs_nav"),
name: "变更企业信息",
index: 4,
link: '',
alert: () => {window.alert('系统成员请联系所属分支机构办理企业信息变更!')}
})
}
// 由于屏蔽了检测校准申请,所以未申请条码卡的系统成员的业务管理模块没有任何菜单(去除业务管理,二期开始开发后注销掉下方处理代码即可)
if (this.loginInfo.isXT === 1 && !this.loginInfo.carno) { // 未申请条码卡的系统成员没有商品条码在线注册菜单
this.routerList = this.routerList.filter(item => item.name !== '业务管理')
} }
this.$store.commit("system/SET_SUB_NAV", this.routerList); this.$store.commit("system/SET_SUB_NAV", this.routerList);
} else if (this.userType === ADMIN) { } else if (this.userType === ADMIN) {
......
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
:key="item.id" :key="item.id"
:index="item.name" :index="item.name"
:class="{ 'is-active': activeMenu === item.id }" :class="{ 'is-active': activeMenu === item.id }"
@click="clickMenuItem(item)"
> >
{{ item.name }} {{ item.name }}
</el-menu-item> </el-menu-item>
...@@ -165,6 +166,9 @@ export default { ...@@ -165,6 +166,9 @@ export default {
handleClose(key, keyPath) { handleClose(key, keyPath) {
console.log(key, keyPath); console.log(key, keyPath);
}, },
clickMenuItem(item) {
if(item.alert) item.alert()
}
}, },
}; };
</script> </script>
......
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