出入库查询修复

This commit is contained in:
zx
2026-02-06 16:09:30 +08:00
parent c466e5fbda
commit 534c9528bc

View File

@@ -281,7 +281,7 @@ function handleQuery() {
queryParams.value.cangku = warehouseCode.value[1]
}
//详细类型
if (operationTypeCK.value.length > 0 || operationTypeRK.value.length > 0) {
if (operationTypeCK.value?.length > 0 || operationTypeRK.value?.length > 0) {
queryParams.value.operationType = operationTypeRK.value || operationTypeCK.value
}
//操作时间