feat(wms): 调整导出配置和标签预览布局
- 增加单次导出数量从30到50 - 添加冷硬卷作为默认物料类型 - 重构生产标签预览布局,优化显示效果并增加二维码尺寸
This commit is contained in:
@@ -159,7 +159,7 @@ export default {
|
||||
// 导出配置
|
||||
config: {
|
||||
renderScale: 1.2, // 清晰度
|
||||
pageSize: 30 // 单次导出数量
|
||||
pageSize: 50 // 单次导出数量
|
||||
},
|
||||
|
||||
// 任务规划数据
|
||||
@@ -224,6 +224,7 @@ export default {
|
||||
materialType: '成品',
|
||||
itemType: 'product',
|
||||
selectType: 'raw_material',
|
||||
itemName: '冷硬卷',
|
||||
pageSize: 1, // 仅获取总数量,pageSize设为1
|
||||
pageNum: 1
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user