animeic 2 yıl önce
ebeveyn
işleme
9ffc55b548

+ 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