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