Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
clx-performance
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
姜武杰
clx-performance
Commits
e6920ee1
提交
e6920ee1
authored
10月 30, 2024
作者:
马路路
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
订单报价-计费管理-车主、货主计费-开票配置字段更新
上级
d991e0ba
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
SettlementDriverDetailServiceImpl.java
...ervice/impl/settle/SettlementDriverDetailServiceImpl.java
+1
-1
SettlementOwnerDetailServiceImpl.java
...service/impl/settle/SettlementOwnerDetailServiceImpl.java
+1
-1
CarrierPageSettlementDriverDetailVO.java
...c/carrier/settle/CarrierPageSettlementDriverDetailVO.java
+1
-1
CarrierPageSettlementOwnerDetailVO.java
...pc/carrier/settle/CarrierPageSettlementOwnerDetailVO.java
+1
-1
没有找到文件。
clx-performance-web/src/main/java/com/clx/performance/service/impl/settle/SettlementDriverDetailServiceImpl.java
浏览文件 @
e6920ee1
...
...
@@ -195,7 +195,7 @@ public class SettlementDriverDetailServiceImpl implements SettlementDriverDetai
rowData
.
add
(
new
ExcelData
(
dto
.
getGoodsName
()));
rowData
.
add
(
new
ExcelData
(
dto
.
getTruckNo
()));
// 开票配置
rowData
.
add
(
new
ExcelData
(
dto
.
getInvoic
ingConfigType
()==
null
?
null
:
SettlementOwnerEnum
.
InvoiceConfigType
.
getMsgByCode
(
dto
.
getInvoicing
ConfigType
())));
rowData
.
add
(
new
ExcelData
(
dto
.
getInvoic
eConfigType
()==
null
?
null
:
SettlementOwnerEnum
.
InvoiceConfigType
.
getMsgByCode
(
dto
.
getInvoice
ConfigType
())));
rowData
.
add
(
new
ExcelData
(
dto
.
getInvoicingCompanyShorterName
()));
rowData
.
add
(
new
ExcelData
(
dto
.
getInvoiceType
()==
null
?
null
:
SettlementOwnerEnum
.
InvoiceType
.
getMsgByCode
(
dto
.
getInvoiceType
())));
rowData
.
add
(
new
ExcelData
(
dto
.
getPrepayFreightFlag
()==
null
?
null
:
SettlementDriverEnum
.
PrepayFreightFlag
.
getMsgByCode
(
dto
.
getPrepayFreightFlag
())));
...
...
clx-performance-web/src/main/java/com/clx/performance/service/impl/settle/SettlementOwnerDetailServiceImpl.java
浏览文件 @
e6920ee1
...
...
@@ -584,7 +584,7 @@ public class SettlementOwnerDetailServiceImpl implements SettlementOwnerDetailS
rowData
.
add
(
new
ExcelData
(
dto
.
getInvoiceFreight
()==
null
?
null
:
dto
.
getInvoiceFreight
().
movePointLeft
(
2
)));
rowData
.
add
(
new
ExcelData
(
dto
.
getInvoicingCompanyShorterName
()));
rowData
.
add
(
new
ExcelData
(
dto
.
getInvoiceType
()==
null
?
null
:
SettlementOwnerEnum
.
InvoiceType
.
getMsgByCode
(
dto
.
getInvoiceType
())));
rowData
.
add
(
new
ExcelData
(
dto
.
getInvoic
ingConfigType
()==
null
?
null
:
SettlementOwnerEnum
.
InvoiceConfigType
.
getMsgByCode
(
dto
.
getInvoicing
ConfigType
())));
rowData
.
add
(
new
ExcelData
(
dto
.
getInvoic
eConfigType
()==
null
?
null
:
SettlementOwnerEnum
.
InvoiceConfigType
.
getMsgByCode
(
dto
.
getInvoice
ConfigType
())));
rowData
.
add
(
new
ExcelData
(
dto
.
getOrderNo
()));
rowData
.
add
(
new
ExcelData
(
dto
.
getSettlementNo
()));
rowData
.
add
(
new
ExcelData
(
dto
.
getCreateTime
()));
...
...
performance-api/src/main/java/com/clx/performance/vo/pc/carrier/settle/CarrierPageSettlementDriverDetailVO.java
浏览文件 @
e6920ee1
...
...
@@ -79,7 +79,7 @@ public class CarrierPageSettlementDriverDetailVO {
@Schema
(
description
=
"开票公司简称"
)
private
String
invoicingCompanyShorterName
;
@Schema
(
description
=
"开票配置"
)
private
Integer
invoic
ing
ConfigType
;
private
Integer
invoic
e
ConfigType
;
@MoneyOutConvert
@Schema
(
description
=
"平台服务费"
)
private
BigDecimal
platformServiceFee
;
...
...
performance-api/src/main/java/com/clx/performance/vo/pc/carrier/settle/CarrierPageSettlementOwnerDetailVO.java
浏览文件 @
e6920ee1
...
...
@@ -75,7 +75,7 @@ public class CarrierPageSettlementOwnerDetailVO {
@Schema
(
description
=
"开票服务率"
)
private
BigDecimal
invoiceServiceFeeRate
;
@Schema
(
description
=
"开票配置:0-否,1-是"
)
private
Integer
invoic
ing
ConfigType
;
private
Integer
invoic
e
ConfigType
;
@MoneyOutConvert
@Schema
(
description
=
"借款抵扣金额"
)
private
BigDecimal
loanFreight
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论