|
|
|
@ -216,6 +216,7 @@ public class PdaLabelController extends AbstractController { |
|
|
|
BeanUtils.copyProperties(originalUnit, newUnit); |
|
|
|
newUnit.setUnitId(newUnitId); |
|
|
|
newUnit.setQty(splitQty); // 新标签数量 |
|
|
|
newUnit.setOriginalQty(splitQty); // 新标签原始数量 |
|
|
|
newUnit.setSourceType("SPLIT"); // 来源类型:拆分 |
|
|
|
newUnit.setParentUnitId(unitId); // 原标签编码 |
|
|
|
newUnit.setCreatedDate(new Date()); |
|
|
|
|