Commit 743ae347 authored by 周远喜's avatar 周远喜

检验标记

parent 35adbb58
...@@ -256,7 +256,7 @@ export default { ...@@ -256,7 +256,7 @@ export default {
columns12: [ columns12: [
{ title: "序号", type: "index", width: "70", align: "center" }, { title: "序号", type: "index", width: "70", align: "center" },
{ title: "参数名称", key: "check_params" }, { title: "参数名称", key: "check_params" },
{ title: "检验标记", key: "check_type" }, { title: "检验类型", key: "check_type" },
{ title: "汇报类型", key: "fillintype" }, { title: "汇报类型", key: "fillintype" },
{ title: "标准指标", key: "standard" }, { title: "标准指标", key: "standard" },
{ title: "生产要求", key: "production_requirement", tooltip: true }, { title: "生产要求", key: "production_requirement", tooltip: true },
......
...@@ -92,18 +92,21 @@ export default { ...@@ -92,18 +92,21 @@ export default {
this.detail = () => import("./starOrder/index"); this.detail = () => import("./starOrder/index");
} //进度汇报 } //进度汇报
if (number == 1) { if (number == 1) {
this.detail = () => import("./MaterialCollec/index"); this.$Message.info("尊敬的用户,您没有该权限!")
// this.detail = () => import("./MaterialCollec/index");
} //物料领用 } //物料领用
if (number == 2) { if (number == 2) {
this.detail = () => import("./productSet/index"); // this.detail = () => import("./productSet/index");
this.$Message.info("尊敬的用户,您没有该权限!")
} //产品装配 } //产品装配
if (number == 3) { if (number == 3) {
this.detail = () => import("./taskTime/index"); this.detail = () => import("./taskTime/index");
} //工时分配 } //工时分配
if (number == 4) { if (number == 4) {
this.detail = () => import("./preparation/index"); this.$Message.info("尊敬的用户,您没有该权限!")
// this.detail = () => import("./preparation/index");
} //生产准备 } //生产准备
if (number == 5) { if (number == 5) {
this.detail = () => import("./ProcessCheck/index"); this.detail = () => import("./ProcessCheck/index");
} //工艺查看 } //工艺查看
if (number == 6) { if (number == 6) {
...@@ -116,7 +119,8 @@ export default { ...@@ -116,7 +119,8 @@ export default {
this.detail = () => import("./datafilling/index"); this.detail = () => import("./datafilling/index");
} //数据填报 } //数据填报
if (number == 9) { if (number == 9) {
this.detail = () => import("./testdata/index"); this.$Message.info("尊敬的用户,您没有该权限!")
// this.detail = () => import("./testdata/index");
} //测试数据 } //测试数据
} }
}, },
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<Form ref="form" :model="condition" :label-width="100"> <Form ref="form" :model="condition" :label-width="100">
<Row> <Row>
<Col :span="12" v-if="condition.id.show"> <Col :span="12" v-if="condition.id.show">
<FormItem :label="编号" prop="id"> <FormItem label="编号" prop="id">
<Input v-model="condition.id.value"></Input> <Input v-model="condition.id.value"></Input>
</FormItem> </FormItem>
</Col> </Col>
......
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