1
This commit is contained in:
@@ -98,7 +98,7 @@ GROUP BY t0.FBILLNO,t0.FID
|
||||
# 本次发货价税合计
|
||||
currAmount = entity["SAL_DELIVERYNOTICEFIN"][0]["BillAllAmount"]
|
||||
# 累计核销金额
|
||||
sumAmount = 0
|
||||
sumAmount = float(0.00)
|
||||
|
||||
try:
|
||||
sumAmount = saleOrderService.GetSaleOrderReceiveAmount(str(saleOrgId),saleBillNo)
|
||||
|
||||
Reference in New Issue
Block a user