|
|
|
@ -253,7 +253,7 @@ public class WareHouseController {
|
|
|
|
|
if (orderEntity.getStatus() != ConstantStatus.ORDER_STATUS_PROCESS && orderEntity.getStatus() != ConstantStatus.ORDER_STATUS_FAIL) {
|
|
|
|
|
return ResultVOUtils.error(500, "单据已提交!");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
orderService.updateOrderStatus(orderEntity.getId(),4);
|
|
|
|
|
ioTransInoutService.repeatCommit(commitRequest);
|
|
|
|
|
return ResultVOUtils.success("提交成功");
|
|
|
|
|
}
|
|
|
|
|