|
@@ -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)
|