fix:qct检验表类型只保留process和inm

This commit is contained in:
shijing 2025-03-04 14:34:07 +08:00
parent e27d43f4cf
commit 41df10af82
1 changed files with 10 additions and 8 deletions

View File

@ -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":""
}, },
} }
}, },