提交 9b8b8ac8 authored 作者: huyufan's avatar huyufan

Merge remote-tracking branch 'origin/v11.0_add_tare_gross_weight_20240124' into test

...@@ -1055,6 +1055,10 @@ public class OrderChildServiceImpl implements OrderChildService { ...@@ -1055,6 +1055,10 @@ public class OrderChildServiceImpl implements OrderChildService {
audit.setLoadNet(orderChild.getLoadNet()); audit.setLoadNet(orderChild.getLoadNet());
audit.setUnloadNet(orderChild.getUnloadNet()); audit.setUnloadNet(orderChild.getUnloadNet());
audit.setUnloadPoundNo(orderChild.getUnloadPoundNo()); audit.setUnloadPoundNo(orderChild.getUnloadPoundNo());
audit.setUnloadTare(orderChild.getUnloadTare());
audit.setUnloadRough(orderChild.getUnloadRough());
audit.setLoadRough(orderChild.getLoadRough());
audit.setLoadTare(orderChild.getLoadTare());
// 更新装车净重 // 更新装车净重
updateOrderGoodsAmountLoad(orderGoods, childNo,dif,OrderGoodsStatusEnum.Status.GO_TO_SEND.getCode()); updateOrderGoodsAmountLoad(orderGoods, childNo,dif,OrderGoodsStatusEnum.Status.GO_TO_SEND.getCode());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论