fix:qct检验表类型只保留process和inm
This commit is contained in:
parent
e27d43f4cf
commit
41df10af82
|
@ -107,18 +107,20 @@ import recordDialog from "./qctDetail.vue";
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
tagsOptions: [
|
tagsOptions: [
|
||||||
{value:"purin",name:"入厂检验"},
|
|
||||||
{value:"first",name:"首件检验"},
|
|
||||||
{value:"prod",name:"成品检验"},
|
|
||||||
{value:"process",name:"过程检验"},
|
{value:"process",name:"过程检验"},
|
||||||
{value:"performance",name:"性能检验"},
|
{value:"inm",name:"库存检验"},
|
||||||
|
// {value:"purin",name:"入厂检验"},
|
||||||
|
// {value:"first",name:"首件检验"},
|
||||||
|
// {value:"prod",name:"成品检验"},
|
||||||
|
// {value:"performance",name:"性能检验"},
|
||||||
],
|
],
|
||||||
tags_:{
|
tags_:{
|
||||||
"purin":"入厂检验",
|
// "purin":"入厂检验",
|
||||||
"first":"首件检验",
|
// "first":"首件检验",
|
||||||
"prod":"成品检验",
|
// "prod":"成品检验",
|
||||||
"process":"过程检验",
|
"process":"过程检验",
|
||||||
"performance":"性能检验"
|
"inm":"库存检验",
|
||||||
|
// "performance":"性能检验"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue