This commit is contained in:
liangjunyu
2025-09-08 11:20:33 +08:00
parent 1d23ec01d7
commit 889e8ec33e
5 changed files with 81 additions and 2 deletions

View File

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