|
@@ -1726,6 +1726,7 @@ func (ct *InvoicePaymentController) NotInvoiceList(c *gin.Context) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
v.NotInvoicedAmountTotal = v.NotInvoicedAmountOriginTotal/v.RMBRate
|
|
v.NotInvoicedAmountTotal = v.NotInvoicedAmountOriginTotal/v.RMBRate
|
|
|
|
+ v.NotInvoicedAmountTotal ,_= strconv.ParseFloat(fmt.Sprintf("%.2f", v.NotInvoicedAmountTotal), 64)
|
|
}
|
|
}
|
|
// 补充销售信息
|
|
// 补充销售信息
|
|
if v.SellerId > 0 && v.RaiSellerId > 0 {
|
|
if v.SellerId > 0 && v.RaiSellerId > 0 {
|