소스 검색

更新

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


불러오는 중...
취소
저장