Browse Source

update

add_mode
DengBiao 1 year ago
parent
commit
954f0a51a6
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      app/admin/svc/svc_data_statisstics.go

+ 1
- 2
app/admin/svc/svc_data_statisstics.go View File

@@ -1258,9 +1258,8 @@ func CentralKitchenForSchoolDataStatisticsExport(req md.CentralKitchenForSchoolD
titleList = []string{startDate.Format("2006-01-02") + "~~" + endDate.Format("2006-01-02") + " (" + k1 + ") 班级收款明细"} titleList = []string{startDate.Format("2006-01-02") + "~~" + endDate.Format("2006-01-02") + " (" + k1 + ") 班级收款明细"}
xlsx.SetSheetRow("Sheet1", "A1", &titleList) xlsx.SetSheetRow("Sheet1", "A1", &titleList)
titleList = []string{"年级", "班级", "预定总费用", "退款总计"} titleList = []string{"年级", "班级", "预定总费用", "退款总计"}
xlsx.SetSheetRow("Sheet1", "A1", &titleList)

xlsx.SetSheetRow("Sheet1", "A2", &titleList) xlsx.SetSheetRow("Sheet1", "A2", &titleList)

xlsx.MergeCell("Sheet1", "A1", "D1") //合并单元格 xlsx.MergeCell("Sheet1", "A1", "D1") //合并单元格
style, err := xlsx.NewStyle(`{"fill":{"type":"pattern","color":["FFFF00"],"pattern":1}, "alignment":{"horizontal":"center"}}`) style, err := xlsx.NewStyle(`{"fill":{"type":"pattern","color":["FFFF00"],"pattern":1}, "alignment":{"horizontal":"center"}}`)
if err != nil { if err != nil {


Loading…
Cancel
Save