animeic 2 years ago
parent
commit
6f33de53ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      boxcost/api/bill-purchase-excel.go

+ 2 - 2
boxcost/api/bill-purchase-excel.go

@@ -263,8 +263,8 @@ func (b *PurchaseBillExcel) drawTableFooter() error {
 	})
 
 	sendToStartCell := fmt.Sprintf("A%d", b.Row)
-	sendToEndCell := fmt.Sprintf("E%d", b.Row)
-	supplierStartCell := fmt.Sprintf("F%d", b.Row)
+	sendToEndCell := fmt.Sprintf("G%d", b.Row)
+	supplierStartCell := fmt.Sprintf("H%d", b.Row)
 	supplierEndCell := fmt.Sprintf("J%d", b.Row)
 
 	b.Excel.MergeCell(b.SheetName, sendToStartCell, sendToEndCell)