fix:物料添加状态34返修完成品

This commit is contained in:
shijing 2025-02-24 17:48:21 +08:00
parent 527f44c443
commit 5bd096214c
1 changed files with 1 additions and 0 deletions

View File

@ -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)