feat(wms): 新增标签预览功能及相关组件
添加盐雾试验、力学性能、样品、生产和外标签预览组件 实现标签图片下载和打印功能 调整钢卷管理页面布局和功能 优化大屏展示的全屏处理逻辑
This commit is contained in:
@@ -264,11 +264,11 @@ export default {
|
||||
itemType: item.itemType,
|
||||
itemId: item.itemId,
|
||||
itemStyle: { color: this.getTechColor(index) },
|
||||
children: [{
|
||||
name: `卷数: ${item.coilCount}`,
|
||||
value: item.coilCount,
|
||||
itemStyle: { color: this.getTechColor(index + 1).replace('rgb', 'rgba').replace(')', ', 0.7)') }
|
||||
}]
|
||||
// children: [{
|
||||
// name: `卷数: ${item.coilCount}`,
|
||||
// value: item.coilCount,
|
||||
// itemStyle: { color: this.getTechColor(index + 1).replace('rgb', 'rgba').replace(')', ', 0.7)') }
|
||||
// }]
|
||||
}))
|
||||
};
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user