Commit 34c25728 by wusiyi

feat: 工厂订单筛选栏对齐、待接单展示延期时间 #1011590

parent 540d8b2e
...@@ -2662,7 +2662,7 @@ const handleUpdateCustomsInfo = async () => { ...@@ -2662,7 +2662,7 @@ const handleUpdateCustomsInfo = async () => {
await nextTick() await nextTick()
updateCustomsDialogRef.value?.resetForm() updateCustomsDialogRef.value?.resetForm()
} }
// 值为空:待接单和已取消状态 // 值为空:已取消状态
const NULL_STATUSES = ['CANCELLED'] const NULL_STATUSES = ['CANCELLED']
// 终态订单:已完成/已归档 // 终态订单:已完成/已归档
const TERMINAL_ORDER_STATUSES = ['COMPLETED', 'ARCHIVE'] const TERMINAL_ORDER_STATUSES = ['COMPLETED', 'ARCHIVE']
......
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