浏览代码

导出列调整2

huxy 1 周之前
父节点
当前提交
8a4010c437

+ 2 - 1
srm-module-code/src/main/java/com/cuidian/srm/cuspCode/entity/CuspSupplierProfile.java

@@ -154,7 +154,8 @@ public class CuspSupplierProfile implements Serializable {
 	@Excel(name = "临时供应商(Temporary supplier)", width = 15)
     @ApiModelProperty(value = "临时供应商")
     private Integer temporarySupplier;
-	/**供应商等级*/c
+	/**供应商等级*/
+	@Excel(name = "考评等级(evaluation level)", width = 15)
     @ApiModelProperty(value = "供应商等级")
     private String evaluationLevel;
 }

+ 3 - 3
srm-module-code/src/main/java/com/cuidian/srm/cuspCode/vo/CuspSupplierProfilePage.java

@@ -151,14 +151,14 @@ public class CuspSupplierProfilePage {
 	@ApiModelProperty(value = "临时供应商")
     private Integer temporarySupplier;
 	/**供应商等级*/
-	@Excel(name = "供应商等级", width = 15)
+	@Excel(name = "考评等级(evaluation level)", width = 15)
 	@ApiModelProperty(value = "供应商等级")
     private String evaluationLevel;
 
-	@ExcelCollection(name="供应商档案-联系人")
+//	@ExcelCollection(name="供应商档案-联系人")
 	@ApiModelProperty(value = "供应商档案-联系人")
 	private List<CuspSupplierProfileMan> cuspSupplierProfileManList;
-	@ExcelCollection(name="供应商档案-资质信息")
+//	@ExcelCollection(name="供应商档案-资质信息")
 	@ApiModelProperty(value = "供应商档案-资质信息")
 	private List<CuspSupplierProfileQualification> cuspSupplierProfileQualificationList;