feat(标签打印): 增加镀锌原料标签类型并优化标签选择逻辑
- 在LabelRender组件中新增类型5的标签尺寸配置 - 修改ZincRawTag组件中下工序默认值为'镀锌卷' - 在do.vue中新增标签尺寸映射并实现根据物料类型和仓库自动选择标签类型
This commit is contained in:
@@ -91,6 +91,10 @@ export default {
|
||||
width: 100,
|
||||
height: 80,
|
||||
},
|
||||
'5': {
|
||||
width: 180,
|
||||
height: 100,
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user