animeic 2 年之前
父節點
當前提交
9ffc55b548
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      boxcost/api/bill-product-excel.go
  2. 1 0
      boxcost/api/report-product-excel.go

+ 1 - 0
boxcost/api/bill-product-excel.go

@@ -301,6 +301,7 @@ func (b *ProductBillExcel) drawRemark() error {
 	drawLeft(b.Row+2, "时间:"+timeformat)
 	drawRight(b.Row+2, "时间:"+timeformat)
 	b.Excel.SetRowHeight(b.SheetName, b.Row+2, 21)
+	b.Row += 2
 
 	return nil
 

+ 1 - 0
boxcost/api/report-product-excel.go

@@ -273,6 +273,7 @@ func (b *ReportProductExcel) drawRemark() error {
 	drawLeft(b.Row+2, "时间:"+timeformat)
 	drawRight(b.Row+2, "时间:"+timeformat)
 	b.Excel.SetRowHeight(b.SheetName, b.Row+2, 21)
+	b.Row += 2
 
 	return nil