提交 445992b1 authored 作者: 胡宁宁's avatar 胡宁宁

司机端首页逻辑调整

上级 4042ac1f
......@@ -1622,7 +1622,7 @@ public class OrderChildServiceImpl implements OrderChildService {
SettlementWayEnum.WayType.UNLOAD_LOSS.getCode())
&& Objects.equals(quotationDetailVO.getPlatformFreightQuotationTaxType(),
InvoicingCompanyEnum.TaxType.TAX_EXCLUDED.getCode())) {
result.setGoodsOrderDetailShow(0);
result.setGoodsOrderDetailShow(1);
}
//查询进行中的运单车辆是否开启了中交兴路
result.setNotOpenZJXLMsg(isOpenZJXL(orderChild.getStatus(),orderChild.getTruckNo()));
......
......@@ -161,7 +161,7 @@ public class OrderGoodsServiceImpl implements OrderGoodsService, InitializingBea
SettlementWayEnum.WayType.UNLOAD_LOSS.getCode())
&& Objects.equals(quotationDetailVO.getPlatformFreightQuotationTaxType(),
InvoicingCompanyEnum.TaxType.TAX_EXCLUDED.getCode())) {
orderGoodsVO.setGoodsOrderDetailShow(0);
orderGoodsVO.setGoodsOrderDetailShow(1);
}
return orderGoodsVO;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论