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: 1a49e1fe26099afa0e25a1542fe775e0433f635c3573e4f05c6ea6f3668446d5
4
- data.tar.gz: 9a461d3ec11c8edf2e6a2a0ff5af5935e97e49f7604203cdaf1bdcc3f5e22ad8
3
+ metadata.gz: b4fae64ecffcde833caad4eeb11687321dbdca19dfac5341a925a3a4b87dd432
4
+ data.tar.gz: d64d6231647df25b5acbcff39343dc47fa4004cee0eabae5f1b445ef992a9042
5
5
  SHA512:
6
- metadata.gz: 535bb72b0065d1fab5ebc6e7aef7d439f8ebdc6511ad9b15fbaf464404c043d937ccb6155e171f935d5e08b5431514e1aeb2f068e96736704616a5b0c06f9ca6
7
- data.tar.gz: 8b31c2724ce9fe79f94cd1f8a0ce91045b0833ec2524476037827587fbc708c7507886c46b76511885c425906de6c84cc1219c1b965d68d3413a01a59db32912
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.budget_money d.budget_amount
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: 'budget_money',
407
+ field: 'budget_amount',
408
408
  width: 105,
409
409
  title: '预算金额',
410
410
  sort: true,
411
- hide: gon.filter.budget_money
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.budget_money d.budget_amount #d.follow_ups.where(stage_id: @budget_stage_ids).order("created_at desc").first&.total_amount&.round(2) || 0
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 = []
@@ -1,3 +1,3 @@
1
1
  module EducodeSales
2
- VERSION = '0.9.21'
2
+ VERSION = '0.9.22'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: educode_sales
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.21
4
+ version: 0.9.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - anke1460