|
@@ -225,6 +225,9 @@ func (s *treeService) GetAllContract(projectId int, account *models.CmProjectAcc
|
|
|
folder.ContractsIncome = utils.PriceToStringFormat(contractsIncome)
|
|
|
folder.ContractsReturned = utils.PriceToStringFormat(contractsReturned)
|
|
|
|
|
|
+ contractDeductionTotal, _ := strconv.ParseFloat(data.ContractDeductionTotal, 64)
|
|
|
+ folder.ContractDeductionTotal = utils.PriceToStringFormat(contractDeductionTotal)
|
|
|
+
|
|
|
// 汇款进度
|
|
|
ContractsIncome, err := strconv.ParseFloat(data.ContractsIncome, 64)
|
|
|
if err != nil {
|