|
|
@@ -35,22 +35,22 @@ public class OutOrderProject {
|
|
|
/**
|
|
|
* 是否会员
|
|
|
*/
|
|
|
- @Excel(name = "是否会员",readConverterExp = "0=否,1=是")
|
|
|
+ @Excel(name = "是否会员",readConverterExp = "0=否,1=是",width = 10)
|
|
|
private Integer projectType;
|
|
|
/**
|
|
|
* 大客户
|
|
|
*/
|
|
|
- @Excel(name = "大客户",readConverterExp = "0=否,1=是")
|
|
|
+ @Excel(name = "大客户",readConverterExp = "0=否,1=是",width = 10)
|
|
|
private Integer bigCustomer;
|
|
|
/**
|
|
|
* 是否特批 0-非特批 ,1-负责人审核,2-负责人通过,3-负责人驳回 4董事长待审核 5董事长通过 6董事长驳回
|
|
|
*/
|
|
|
- @Excel(name = "是否特批",readConverterExp = "0=非特批,1=特批,2=特批,3=特批,4=特批,5=特批,6=特批")
|
|
|
+ @Excel(name = "是否特批",readConverterExp = "0=非特批,1=特批,2=特批,3=特批,4=特批,5=特批,6=特批",width = 10)
|
|
|
private String approval;
|
|
|
/**
|
|
|
* 签单时间
|
|
|
*/
|
|
|
- @Excel(name = "签单时间")
|
|
|
+ @Excel(name = "签单时间",width = 10)
|
|
|
private String signTime;
|
|
|
/**
|
|
|
* 派单时间
|
|
|
@@ -86,37 +86,37 @@ public class OutOrderProject {
|
|
|
/**
|
|
|
* 总金额
|
|
|
*/
|
|
|
- @Excel(name = "签单金额",scale = 6)
|
|
|
+ @Excel(name = "签单金额",scale = 6,width = 10)
|
|
|
private BigDecimal totalAmount;
|
|
|
|
|
|
/**
|
|
|
* 合同收款比例
|
|
|
*/
|
|
|
- @Excel(name = "合同收款比例")
|
|
|
+ @Excel(name = "合同收款比例",width = 10)
|
|
|
private String contractAmountProportion;
|
|
|
|
|
|
/**
|
|
|
* 应收款
|
|
|
*/
|
|
|
- @Excel(name = "应收款",scale = 6)
|
|
|
+ @Excel(name = "应收款",scale = 6,width = 10)
|
|
|
private BigDecimal orderReceivables;
|
|
|
|
|
|
/**
|
|
|
* 已收款
|
|
|
*/
|
|
|
- @Excel(name = "已收款",scale = 6)
|
|
|
+ @Excel(name = "已收款",scale = 6,width = 10)
|
|
|
private BigDecimal settlementAmount;
|
|
|
|
|
|
/**
|
|
|
* 欠款
|
|
|
*/
|
|
|
- @Excel(name = "欠款",scale = 6)
|
|
|
+ @Excel(name = "欠款",scale = 6,width = 10)
|
|
|
private BigDecimal arrearsAmount;
|
|
|
|
|
|
/**
|
|
|
* 已报销
|
|
|
*/
|
|
|
- @Excel(name = "已报销")
|
|
|
+ @Excel(name = "已报销",width = 10)
|
|
|
private BigDecimal expenseAmount;
|
|
|
|
|
|
/**
|
|
|
@@ -138,22 +138,22 @@ public class OutOrderProject {
|
|
|
/**
|
|
|
* 成本金额
|
|
|
*/
|
|
|
- @Excel(name = "总成本",scale = 6)
|
|
|
+ @Excel(name = "总成本",scale = 6,width = 10)
|
|
|
private BigDecimal costAmount;
|
|
|
/**
|
|
|
* 成本实付
|
|
|
*/
|
|
|
- @Excel(name = "实付成本",scale = 6)
|
|
|
+ @Excel(name = "实付成本",scale = 6,width = 10)
|
|
|
private BigDecimal paymentAmount;
|
|
|
/**
|
|
|
* 开票金额
|
|
|
*/
|
|
|
- @Excel(name = "已开票金额",scale = 6)
|
|
|
+ @Excel(name = "已开票金额",scale = 6,width = 10)
|
|
|
private BigDecimal invicueAmount;
|
|
|
/**
|
|
|
* 退款金额
|
|
|
*/
|
|
|
- @Excel(name = "退款金额",scale = 6)
|
|
|
+ @Excel(name = "退款金额",scale = 6,width = 10)
|
|
|
private BigDecimal refundAmount;
|
|
|
/**
|
|
|
* 财务负责人
|