feat:样品归库打印
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user