|
|
@@ -627,6 +627,8 @@ func OrderOutput(c *gin.Context) { |
|
|
|
xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{ |
|
|
|
inSideName + " 汇总: " + utils.IntToStr(total), |
|
|
|
}) |
|
|
|
xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{}) |
|
|
|
|
|
|
|
xlsx.SetRowHeight("Sheet1", j, 20) |
|
|
|
j++ |
|
|
|
} |
|
|
@@ -755,6 +757,7 @@ func OrderGoodsOutput(c *gin.Context) { |
|
|
|
xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{ |
|
|
|
title + " 汇总: " + utils.IntToStr(total), |
|
|
|
}) |
|
|
|
xlsx.SetSheetRow("Sheet1", "A"+strconv.Itoa(j), &[]interface{}{}) |
|
|
|
xlsx.SetRowHeight("Sheet1", j, 20) |
|
|
|
j++ |
|
|
|
} |
|
|
|