feat:打印消息缓存

This commit is contained in:
houjunxiang
2025-11-25 14:36:18 +08:00
parent 44398c6004
commit 96cc747150
3 changed files with 48 additions and 13 deletions

View File

@@ -91,7 +91,7 @@ function handleReturnToStock() {
})
if (res.isPrint == 1) {
// 执行打印
nx.$print.print(res)
nx.$print.getPrintTemplateAndPrint(res.id)
}
})
}