feat:样品归库打印

This commit is contained in:
houjunxiang
2025-11-24 16:55:04 +08:00
parent c504c9b2a7
commit 6255d6ae3f

View File

@@ -86,12 +86,12 @@ function handleReturnToStock() {
successCount.value++
uni.showToast({
title: `归库成功`,
duration: 3000,
duration: 2000,
icon: 'none'
})
if (res.isPrint == 1) {
// 执行打印
nx.$print.print(res)
nx.$print.getPrintTemplateAndPrint(res.id)
}
})
}