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++ successCount.value++
uni.showToast({ uni.showToast({
title: `归库成功`, title: `归库成功`,
duration: 3000, duration: 2000,
icon: 'none' icon: 'none'
}) })
if (res.isPrint == 1) { if (res.isPrint == 1) {
// 执行打印 // 执行打印
nx.$print.print(res) nx.$print.getPrintTemplateAndPrint(res.id)
} }
}) })
} }