Commit 50b3e8ce by wangchunyang

导出颜色调整

parent 9aba2eb9
...@@ -25,52 +25,52 @@ public class OutboundTemplateVO extends BaseEntity { ...@@ -25,52 +25,52 @@ public class OutboundTemplateVO extends BaseEntity {
/** 日期(入库日期) */ /** 日期(入库日期) */
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "日期", width = 30, dateFormat = "yyyy-MM-dd") @Excel(name = "日期", width = 30, dateFormat = "yyyy-MM-dd",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private Date inboundDate; private Date inboundDate;
/** 订单类型 */ /** 订单类型 */
@Excel(name = "订单类型",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE) @Excel(name = "订单类型",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.YELLOW)
private String orderTypeId; private String orderTypeId;
/** SAP号 */ /** SAP号 */
@Excel(name = "SAP No",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE) @Excel(name = "SAP No",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.YELLOW)
private String sapNo; private String sapNo;
/** 物料ID */ /** 物料ID */
private String materialId; private String materialId;
/** 货物名称 */ /** 货物名称 */
@Excel(name = "物料名称") @Excel(name = "物料名称",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String materialName; private String materialName;
/** TS Code */ /** TS Code */
@Excel(name = "TS Code") @Excel(name = "TS Code",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String tsCode; private String tsCode;
/** 批号 */ /** 批号 */
@Excel(name = " 批号") @Excel(name = " 批号",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String batchCode; private String batchCode;
/** 计划数量 */ /** 计划数量 */
@Excel(name = "计划数量") @Excel(name = "计划数量",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private Long plannedQuantity; private Long plannedQuantity;
@Excel(name = "约数") @Excel(name = "约数",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private Double divisor; private Double divisor;
/** 件重 */ /** 件重 */
@Excel(name = "件重") @Excel(name = "件重",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private Double pieceWeight; private Double pieceWeight;
/** 件数(实际件数) */ /** 件数(实际件数) */
@Excel(name = "件数") @Excel(name = "件数",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private Long actualPackages; private Long actualPackages;
/** 实发数量(实际数量) */ /** 实发数量(实际数量) */
@Excel(name = "实发数量",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE) @Excel(name = "实发数量",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.YELLOW)
private Long actualQuantity; private Long actualQuantity;
/** 库位名称 */ /** 库位名称 */
@Excel(name = "库位") @Excel(name = "库位",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String locationName; private String locationName;
/** 库位ID */ /** 库位ID */
...@@ -80,35 +80,35 @@ public class OutboundTemplateVO extends BaseEntity { ...@@ -80,35 +80,35 @@ public class OutboundTemplateVO extends BaseEntity {
private String warehouseId; private String warehouseId;
/** 仓库名称 */ /** 仓库名称 */
@Excel(name = "仓库") @Excel(name = "仓库",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String warehouseName; private String warehouseName;
/** 备注 */ /** 备注 */
@Excel(name = "备注") @Excel(name = "备注",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String remark; private String remark;
/** 标签颜色 */ /** 标签颜色 */
@Excel(name = "标签颜色",dictType = "label_color") @Excel(name = "标签颜色",dictType = "label_color",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private Long labelColor; private Long labelColor;
/** 凭证号 */ /** 凭证号 */
@Excel(name = "凭证号") @Excel(name = "凭证号",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String voucherNumber; private String voucherNumber;
/** 保温状态/类型 */ /** 保温状态/类型 */
@Excel(name = "保温") @Excel(name = "保温",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String insulation; private String insulation;
/** 危检类别(危险类别) */ /** 危检类别(危险类别) */
@Excel(name = "危险类别") @Excel(name = "危险类别",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String dangerCheckType; private String dangerCheckType;
/** 单号 */ /** 单号 */
@Excel(name = "单号",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE) @Excel(name = "单号",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.YELLOW)
private String orderId; private String orderId;
/** 系统编号(系统单号) */ /** 系统编号(系统单号) */
@Excel(name = "系统单号") @Excel(name = "系统单号",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String systemNo; private String systemNo;
...@@ -116,19 +116,19 @@ public class OutboundTemplateVO extends BaseEntity { ...@@ -116,19 +116,19 @@ public class OutboundTemplateVO extends BaseEntity {
private String ownerId; private String ownerId;
/** 货主名称 */ /** 货主名称 */
@Excel(name = "货主") @Excel(name = "货主",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String ownerName; private String ownerName;
/** 目的地 */ /** 目的地 */
@Excel(name = "目的地") @Excel(name = "目的地",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String destination; private String destination;
/** 预留 */ /** 预留 */
@Excel(name = "预留") @Excel(name = "预留",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private String reservation; private String reservation;
/** 单个件重值(单件重量) */ /** 单个件重值(单件重量) */
@Excel(name = "单件重量") @Excel(name = "单件重量",headerColor = IndexedColors.BLACK,headerBackgroundColor = IndexedColors.WHITE)
private Long singlePieceWeight; private Long singlePieceWeight;
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论