|
@@ -136,10 +136,10 @@ public class BizCollectionDetail extends BaseEntity implements Serializable {
|
|
|
|
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
@Excels({
|
|
@Excels({
|
|
- @Excel(sort = 1, name = "客户名称", targetAttr = "companyName", type = Excel.Type.EXPORT),
|
|
|
|
|
|
+ @Excel(sort = 1, name = "客户名称",width = 40,targetAttr = "companyName", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 9,name = "是否是项目", targetAttr = "isProject", readConverterExp = "0=项目,1=非项目", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 9,name = "是否是项目", targetAttr = "isProject", readConverterExp = "0=项目,1=非项目", type = Excel.Type.EXPORT),
|
|
- @Excel(sort = 10, name = "确认所属时间", targetAttr = "actuallyDate", type = Excel.Type.EXPORT),
|
|
|
|
- @Excel(sort = 11, name = "收款账户", targetAttr = "subsidiaryName", type = Excel.Type.EXPORT),
|
|
|
|
|
|
+ @Excel(sort = 10, name = "确认所属时间", targetAttr = "actuallyDate",dateFormat = "yyyy-MM-dd", type = Excel.Type.EXPORT),
|
|
|
|
+ @Excel(sort = 11, name = "收款账户",width = 80, targetAttr = "subsidiaryName", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 12, name = "申请人", targetAttr = "applierName",dateFormat = "yyyy-MM-dd", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 12, name = "申请人", targetAttr = "applierName",dateFormat = "yyyy-MM-dd", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 13, name = "审核人", targetAttr = "verifyName", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 13, name = "审核人", targetAttr = "verifyName", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 14, name = "审核时间", targetAttr = "verifyDate", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 14, name = "审核时间", targetAttr = "verifyDate", type = Excel.Type.EXPORT),
|
|
@@ -150,9 +150,9 @@ public class BizCollectionDetail extends BaseEntity implements Serializable {
|
|
private BizCollection bizCollection;
|
|
private BizCollection bizCollection;
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
@Excels({
|
|
@Excels({
|
|
- @Excel(sort = 2,name = "合同编号", targetAttr = "contractNo", type = Excel.Type.EXPORT),
|
|
|
|
|
|
+ @Excel(sort = 2,name = "合同编号",width = 40, targetAttr = "contractNo", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 3,name = "甲方", targetAttr = "boss", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 3,name = "甲方", targetAttr = "boss", type = Excel.Type.EXPORT),
|
|
- @Excel(sort = 4,name = "乙方", targetAttr = "party", type = Excel.Type.EXPORT),
|
|
|
|
|
|
+ @Excel(sort = 4,name = "乙方",width = 60, targetAttr = "party", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 6,name = "任务金额", targetAttr = "amount", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 6,name = "任务金额", targetAttr = "amount", type = Excel.Type.EXPORT),
|
|
@Excel(sort = 8,name = "合同类型", targetAttr = "contractType",readConverterExp = "0=新签,1=续签", type = Excel.Type.EXPORT)
|
|
@Excel(sort = 8,name = "合同类型", targetAttr = "contractType",readConverterExp = "0=新签,1=续签", type = Excel.Type.EXPORT)
|
|
})
|
|
})
|