fix:返工返修统一改为返工

This commit is contained in:
shijing 2025-04-17 10:56:57 +08:00
parent 165b859510
commit aefc3c85fe
5 changed files with 6 additions and 6 deletions

View File

@ -203,8 +203,8 @@ export const schedulePeriodEnum = new EnumFactory({
export const wmState = new EnumFactory({
10: { text: '合格', type: 'success' },
20: { text: '不合格', type: 'warning' },
30: { text: '返', type: 'warning' },
34: { text: '返完成', type: 'warning' },
30: { text: '返', type: 'warning' },
34: { text: '返完成', type: 'warning' },
40: { text: '检验', type: 'primary' },
50: { text: '报废', type: 'danger' },
}, parseInt)

View File

@ -134,7 +134,7 @@ export default {
state_:{
10:'合格',
20:'不合格',
30:'返',
30:'返',
},
wprParams:{
page:0

View File

@ -335,7 +335,7 @@
<el-row v-else>
<el-col><div>不合格</div></el-col>
<!-- <el-col :md="12" :sm="24">
<el-form-item label="返">
<el-form-item label="返">
<el-input-number
controls-position="right"
v-model="count_notok_json.count_n_fx"

View File

@ -120,7 +120,7 @@
<el-table-column label="合计" prop="count_notok"></el-table-column>
</el-table-column>
<el-table-column label="不合格数" align="center" v-else>
<el-table-column label="返">
<el-table-column label="返">
<template #default="scope">
{{ scope.row.count_notok_json.count_n_fx }}
</template>

View File

@ -300,7 +300,7 @@ export default {
stateOptions:[
{ value: 10, name: "合格"},
{ value: 20, name: "不合格"},
{ value: 30, name: "返"},
{ value: 30, name: "返"},
// { value: 40, name: ""},
// { value: 50, name: ""},
],