瀏覽代碼

更新

master
huangjiajun 5 月之前
父節點
當前提交
bee35125ec
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      app/admin/svc/order/svc_order_list.go

+ 3
- 0
app/admin/svc/order/svc_order_list.go 查看文件

@@ -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++
}


Loading…
取消
儲存