Compare commits
No commits in common. "6a1c313bc10e573c387ee44b8066d83a2001966c" and "432172d2a13a6c89a1d253367140f27e093a7cdc" have entirely different histories.
6a1c313bc1
...
432172d2a1
|
|
@ -117,12 +117,18 @@ import recordDialog from "./qctDetail.vue";
|
||||||
tagsOptions: [
|
tagsOptions: [
|
||||||
{value:"process",name:"过程检验"},
|
{value:"process",name:"过程检验"},
|
||||||
{value:"inm",name:"库存检验"},
|
{value:"inm",name:"库存检验"},
|
||||||
{value:"fix",name:"返修检验"},
|
// {value:"purin",name:"入厂检验"},
|
||||||
|
// {value:"first",name:"首件检验"},
|
||||||
|
// {value:"prod",name:"成品检验"},
|
||||||
|
// {value:"performance",name:"性能检验"},
|
||||||
],
|
],
|
||||||
tags_:{
|
tags_:{
|
||||||
|
// "purin":"入厂检验",
|
||||||
|
// "first":"首件检验",
|
||||||
|
// "prod":"成品检验",
|
||||||
"process":"过程检验",
|
"process":"过程检验",
|
||||||
"inm":"库存检验",
|
"inm":"库存检验",
|
||||||
"fix":"返修检验",
|
// "performance":"性能检验"
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue