feat:样品标签打印

This commit is contained in:
houjunxiang
2025-11-24 16:48:57 +08:00
parent c3630e74ec
commit c504c9b2a7
18 changed files with 97 additions and 712 deletions

View File

@@ -47,6 +47,7 @@
</uni-section>
<up-button
v-if="sampleData.id"
:disabled="sampleData.returnStatus !== 'completed'"
type="primary"
style="width: 90%"
text="打印归库标签"
@@ -109,7 +110,9 @@ async function getSampleDetail() {
sampleData.value = list[0]
}
}
function handlePrint() {}
function handlePrint() {
nx.$print.print(sampleData.value)
}
</script>
<style lang="scss" scoped>