feat(wms): 新增标签预览功能及相关组件
添加盐雾试验、力学性能、样品、生产和外标签预览组件 实现标签图片下载和打印功能 调整钢卷管理页面布局和功能 优化大屏展示的全屏处理逻辑
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<BasePage :qrcode="qrcode" :querys="querys"/>
|
||||
<BasePage :qrcode="qrcode" :querys="querys" :labelType="labelType" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -11,10 +11,11 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
qrcode: false,
|
||||
qrcode: true,
|
||||
querys: {
|
||||
dataType: 0
|
||||
}
|
||||
},
|
||||
labelType: '2'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user