Commit 4ee07d60 by wusiyi

fix: 配货分拣适配待质检状态 #1002032

parent bd98a84b
......@@ -454,6 +454,7 @@ const operationStatusTagMap: Record<
borderColor: '#409EFF',
},
},
PENDING_QUALITY: { type: 'warning' },
IN_PRODUCTION: { type: 'primary' },
PACKING_COMPLETED: { type: 'success' },
COMPLETED: { type: 'success' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment