Commit 70ebd8e1 authored by 332784038@qq.com's avatar 332784038@qq.com

放开卸柜到仓后的订单信息修改业务

parent c76f6f59
......@@ -1914,7 +1914,7 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
* 海运订单、拆单子单已装柜/空运已出货,订单信息修改,不需要更新价格
*/
// 海运订单预装未装柜/空运订单分拣未出货, 锁定订单信息无法修改 exclude(scope.row.shipmentState, [305, 307, 309, 310, 311, 313, 407,409])
if (vo.getShipmentState() == 0
if ((vo.getStatus() != 16 && vo.getShipmentState() == 0)
|| vo.getShipmentState() == 305
|| vo.getShipmentState() == 307
|| vo.getShipmentState() == 309
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment