feat(标签打印): 添加钢卷标签打印功能并调整标签样式

- 在入库页面添加打印按钮及处理逻辑
- 修改标签样式,使用黑体并设置黑色字体
- 添加隐藏的label-render组件用于打印
This commit is contained in:
砂糖
2026-03-16 09:05:12 +08:00
parent 3ff82f85dc
commit f2c7e20eb6
2 changed files with 30 additions and 2 deletions

View File

@@ -321,7 +321,8 @@ export default {
.value-cell {
text-align: center;
font-weight: bold;
/* font-family: 'Courier New', Courier, monospace; */
color: #000;
font-family: '黑体', serif;
}
.nob {