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