fix: 移库新模板

This commit is contained in:
zouzhiwen 2026-06-02 11:57:27 +08:00
parent 09b4863fd4
commit 934f7f79a6
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ const statCards = computed(() => [
const typeMap: Record<string, string> = {
INBOUND: '入库', QUICK_PALLET_INBOUND: '托盘快速入库',
OUTBOUND: '出库', OUTBOUND_NEW: '拣货出库(新模版)',
OUTBOUND_NO_WAIT: '出库(不等待)', OUTBOUND_NO_WAIT_NEW: '直出模式(新模版)', MOVE: '移库',
OUTBOUND_NO_WAIT: '出库(不等待)', OUTBOUND_NO_WAIT_NEW: '直出模式(新模版)', MOVE: '移库', MOVE_NEW: '移库(新模版)',
}
async function loadData() {

View File

@ -403,7 +403,7 @@ function clearDateRange() {
const typeMap: Record<string, string> = {
INBOUND: '入库', QUICK_PALLET_INBOUND: '托盘快速入库',
OUTBOUND: '出库', OUTBOUND_NEW: '拣货出库(新模版)',
OUTBOUND_NO_WAIT: '出库(不等待)', OUTBOUND_NO_WAIT_NEW: '直出模式(新模版)', MOVE: '移库',
OUTBOUND_NO_WAIT: '出库(不等待)', OUTBOUND_NO_WAIT_NEW: '直出模式(新模版)', MOVE: '移库', MOVE_NEW: '移库(新模版)',
}
async function loadData() {