fix:物料添加状态34返修完成品
This commit is contained in:
parent
527f44c443
commit
5bd096214c
|
@ -204,6 +204,7 @@ export const wmState = new EnumFactory({
|
|||
10: { text: '合格', type: 'success' },
|
||||
20: { text: '不合格', type: 'warning' },
|
||||
30: { text: '返修', type: 'warning' },
|
||||
34: { text: '返修完成', type: 'warning' },
|
||||
40: { text: '检验', type: 'primary' },
|
||||
50: { text: '报废', type: 'danger' },
|
||||
}, parseInt)
|
||||
|
|
Loading…
Reference in New Issue