animeic 2 年之前
父節點
當前提交
6f33de53ea
共有 1 個文件被更改,包括 2 次插入2 次删除
  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)