提交 a946c60a authored 作者: huyufan's avatar huyufan

皮重毛重限制校验

上级 ae3697ab
...@@ -1041,6 +1041,10 @@ public class OrderChildServiceImpl implements OrderChildService { ...@@ -1041,6 +1041,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论