|
@@ -597,6 +597,8 @@ public class OyeResultServiceImpl implements IOyeResultService {
|
|
|
theoryWeight = DataChange.dataToBigDecimal(map.get("netWeight"));
|
|
|
singleWeight = theoryWeight.divide(materialNumber, 3, RoundingMode.HALF_UP);
|
|
|
}
|
|
|
+ map.put("theoryWeight", theoryWeight);
|
|
|
+ map.put("singleWeight", singleWeight);
|
|
|
// 创建入库需要的数据
|
|
|
OyeInboundResult oyeInboundResult = new OyeInboundResult();
|
|
|
oyeInboundResult.setResultId(oyeInboundResultMapper.getResultId());
|