Commit 60a5e632 authored by haoyanbin's avatar haoyanbin

1

parent 08a74e17
......@@ -129,12 +129,12 @@ func ExportSurveyUserExcel(c *gin.Context) {
// Create a new sheet.
index := f.NewSheet(fileName)
f.MergeCell(fileName, "A1", "H1")
f.MergeCell(fileName, "A1", "I1")
f.SetCellValue(fileName, "A1", "留资信息")
f.MergeCell(fileName, "I1", "S1")
f.SetCellValue(fileName, "I1", "电销沟通结果")
f.MergeCell(fileName, "T1", "X1")
f.SetCellValue(fileName, "T1", "渠道信息")
f.MergeCell(fileName, "J1", "T1")
f.SetCellValue(fileName, "J1", "电销沟通结果")
f.MergeCell(fileName, "U1", "Y1")
f.SetCellValue(fileName, "U1", "渠道信息")
f.SetCellValue(fileName, "A2", "联系人")
f.SetCellValue(fileName, "B2", "联系电话")
......@@ -192,8 +192,8 @@ func ExportSurveyUserExcel(c *gin.Context) {
f.SetCellValue(fileName, "D"+a, city)
f.SetCellValue(fileName, "E"+a, v.CZone)
f.SetCellValue(fileName, "F"+a, utils.StringToTime(v.CreateTime))
f.SetCellValue(fileName, "G"+a, utils.FeeToString(price))
f.SetCellValue(fileName, "H"+a, optionData)
f.SetCellValue(fileName, "G"+a, optionData)
f.SetCellValue(fileName, "H"+a, utils.FeeToString(price))
f.SetCellValue(fileName, "I"+a, "")
f.SetCellValue(fileName, "J"+a, "")
f.SetCellValue(fileName, "K"+a, "")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment