educode_sales 0.9.21 → 0.9.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4fae64ecffcde833caad4eeb11687321dbdca19dfac5341a925a3a4b87dd432
|
4
|
+
data.tar.gz: d64d6231647df25b5acbcff39343dc47fa4004cee0eabae5f1b445ef992a9042
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af522a8b74ab3c53caf2829135dce88059fa79dab77e898a56a60e6a6e0f39fc87f730bdff119d490d224bfe9ef4dc2a7e90cd22c02cece971b968b0971a07f9
|
7
|
+
data.tar.gz: 855b240baed276147aa6130ba441cc7bcffb0ed7e4e3d5dd764c26a0a74c246907aea41263d26aeb25e6bcbc7d2de3cc425d7bff2339c9d6424aa696d9cdd0f9
|
@@ -26,7 +26,7 @@ json.data do
|
|
26
26
|
|
27
27
|
json.divide_rate d.divide_rate
|
28
28
|
json.divide_money d.divide_amount
|
29
|
-
json.
|
29
|
+
json.budget_amount d.budget_amount
|
30
30
|
json.area d.department.school.province
|
31
31
|
school_property = d.department.school.school_property
|
32
32
|
property = []
|
@@ -404,11 +404,11 @@
|
|
404
404
|
hide: gon.filter.o_business_deployment
|
405
405
|
},
|
406
406
|
{
|
407
|
-
field: '
|
407
|
+
field: 'budget_amount',
|
408
408
|
width: 105,
|
409
409
|
title: '预算金额',
|
410
410
|
sort: true,
|
411
|
-
hide: gon.filter.
|
411
|
+
hide: gon.filter.budget_amount
|
412
412
|
},
|
413
413
|
{
|
414
414
|
field: 'total_amount',
|
@@ -28,7 +28,7 @@ json.data do
|
|
28
28
|
end
|
29
29
|
json.divide_rate d.divide_rate
|
30
30
|
json.divide_money d.divide_amount
|
31
|
-
json.
|
31
|
+
json.budget_amount d.budget_amount #d.follow_ups.where(stage_id: @budget_stage_ids).order("created_at desc").first&.total_amount&.round(2) || 0
|
32
32
|
json.area d.department.school.province
|
33
33
|
school_property = d.department.school.school_property
|
34
34
|
property = []
|