|
|
|
@ -258,7 +258,7 @@ public class LabelSplitMergeServiceImpl extends ServiceImpl<LabelSplitMergeMappe |
|
|
|
} |
|
|
|
|
|
|
|
// 4. 生成标签变动事务记录 |
|
|
|
generateMergeTransaction(site, buNo, warehouseId, sourceLabelCode, targetLabelCode, partNo, batchNo, sourceQuantity, targetQuantity, mergedQuantity, locationId); |
|
|
|
//generateMergeTransaction(site, buNo, warehouseId, sourceLabelCode, targetLabelCode, partNo, batchNo, sourceQuantity, targetQuantity, mergedQuantity, locationId); |
|
|
|
|
|
|
|
// 5. 获取打印参数(合并只需要打印一张标签:源标签/合并后的标签) |
|
|
|
List<Map<String, Object>> printList = new ArrayList<>(); |
|
|
|
|