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

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

@@ -291,10 +291,10 @@ func (b *PurchaseBillExcel) drawTableSignature() error {
 	b.Excel.MergeCell(b.SheetName, billUserCellS, billUserCellE)
 	b.Excel.SetCellValue(b.SheetName, billUserCellS, "制单人:"+b.Content.UserName)
 
-	fontNum := "F"
-	image1s := "G"
-	image2s := "I"
-	image1e := "H"
+	fontNum := "G"
+	image1s := "H"
+	image2s := "J"
+	image1e := "I"
 	image2e := "J"
 
 	fontCell := fmt.Sprintf("%s%d", fontNum, b.Row)