fix
This commit is contained in:
parent
2e7314a14c
commit
90746490f6
|
|
@ -160,7 +160,7 @@ const statCards = computed(() => [
|
|||
|
||||
const typeMap: Record<string, string> = {
|
||||
INBOUND: '入库', QUICK_PALLET_INBOUND: '托盘快速入库',
|
||||
OUTBOUND: '出库', OUTBOUND_WAIT_NEW: '拣货出库(新模版)',
|
||||
OUTBOUND: '出库', OUTBOUND_NEW: '拣货出库(新模版)',
|
||||
OUTBOUND_NO_WAIT: '出库(不等待)', OUTBOUND_NO_WAIT_NEW: '直出模式(新模版)', MOVE: '移库',
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -619,7 +619,7 @@ async function handleForceStatus(task: TaskVO, targetStatus: string) {
|
|||
// ==================== 映射 ====================
|
||||
const typeMap: Record<string, string> = {
|
||||
INBOUND: '入库', QUICK_PALLET_INBOUND: '托盘快速入库',
|
||||
OUTBOUND: '出库', OUTBOUND_WAIT_NEW: '拣货出库(新模版)',
|
||||
OUTBOUND: '出库', OUTBOUND_NEW: '拣货出库(新模版)',
|
||||
OUTBOUND_NO_WAIT: '出库(不等待)', OUTBOUND_NO_WAIT_NEW: '直出模式(新模版)', MOVE: '移库',
|
||||
}
|
||||
function timelineType(status: string) {
|
||||
|
|
|
|||
|
|
@ -391,7 +391,7 @@ function clearDateRange() {
|
|||
|
||||
const typeMap: Record<string, string> = {
|
||||
INBOUND: '入库', QUICK_PALLET_INBOUND: '托盘快速入库',
|
||||
OUTBOUND: '出库', OUTBOUND_WAIT_NEW: '拣货出库(新模版)',
|
||||
OUTBOUND: '出库', OUTBOUND_NEW: '拣货出库(新模版)',
|
||||
OUTBOUND_NO_WAIT: '出库(不等待)', OUTBOUND_NO_WAIT_NEW: '直出模式(新模版)', MOVE: '移库',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue