|
@@ -199,6 +199,7 @@ func MakeSectionContract(Data []*viewmodels.TreeSectionContract, node *viewmodel
|
|
// 3.赋值到父项中
|
|
// 3.赋值到父项中
|
|
node.ContractPrice = fmt.Sprintf("%.2f", contractPriceTotal)
|
|
node.ContractPrice = fmt.Sprintf("%.2f", contractPriceTotal)
|
|
node.ContractReturned = fmt.Sprintf("%.2f", returnPriceTotal)
|
|
node.ContractReturned = fmt.Sprintf("%.2f", returnPriceTotal)
|
|
|
|
+ node.ContractsPaid = fmt.Sprintf("%.2f", paidPriceTotal)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|