feat:打印和分析管理

This commit is contained in:
houjunxiang
2026-01-05 14:44:18 +08:00
parent 168026cc39
commit d246300f28
7 changed files with 32 additions and 17 deletions

View File

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