|
@@ -262,7 +262,9 @@ func (b *PurchaseBillExcel) drawTableContent() error {
|
|
|
realCount := ""
|
|
|
realPrice := ""
|
|
|
price := fmt.Sprintf("%.3f", paper.OrderPrice)
|
|
|
+ b.FormatToEmpty(&price)
|
|
|
price2 := fmt.Sprintf("%.3f", paper.Price2)
|
|
|
+ b.FormatToEmpty(&price2)
|
|
|
|
|
|
// 预算金额
|
|
|
budgetAmount := fmt.Sprintf("%.3f", paper.OrderPrice*float64(paper.OrderCount))
|