This commit is contained in:
zouzhiwen 2026-03-20 16:17:02 +08:00
parent 2e7314a14c
commit 90746490f6
3 changed files with 3 additions and 3 deletions

View File

@ -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: '移库',
}

View File

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

View File

@ -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: '移库',
}