Commit 11b4138f authored by 仇晓婷's avatar 仇晓婷

Merge branch 'product' of http://git.mes123.com/zhouyx/mes-ui into product

parents a5d4a9ff 08220b4c
...@@ -56,6 +56,11 @@ ...@@ -56,6 +56,11 @@
<a @click="gnFunto(8,'数据填报')" :class="{active:gnFlag == 8}"> <a @click="gnFunto(8,'数据填报')" :class="{active:gnFlag == 8}">
<img src="@/assets/imgicon/execute/ex09.png" alt /> 数据填报 <img src="@/assets/imgicon/execute/ex09.png" alt /> 数据填报
</a> </a>
</li>
<li>
<a @click="gnFunto(10,'质量检验')" :class="{active:gnFlag == 8}">
<img src="@/assets/imgicon/execute/ex09.png" alt /> 质量检验
</a>
</li> </li>
<li> <li>
<a @click="gnFunto(9,'测试数据')" :class="{active:gnFlag == 9}"> <a @click="gnFunto(9,'测试数据')" :class="{active:gnFlag == 9}">
......
<template>
<h2>数据检验</h2>
</template>
<script>
export default {
name: '',
data() {
return {
}
}
}
</script>
<style lang="" scoped>
</style>
\ No newline at end of file
...@@ -140,6 +140,9 @@ row.routingdetailId=this.$route.query.routid; ...@@ -140,6 +140,9 @@ row.routingdetailId=this.$route.query.routid;
if (number == 8) { if (number == 8) {
this.detail = () => import("./datafilling/index"); this.detail = () => import("./datafilling/index");
} //数据填报 } //数据填报
if (number == 10) {
this.detail = () => import("./datafilling/check");
} //质量检验
if (number == 9) { if (number == 9) {
this.$Message.info("尊敬的用户,您没有该权限!"); this.$Message.info("尊敬的用户,您没有该权限!");
// this.detail = () => import("./testdata/index"); // this.detail = () => import("./testdata/index");
......
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