Commit c1098d4d authored by d.arizona's avatar d.arizona

Merge branch 'master' of http://103.44.149.204/d.arizona/tia-dev into didam

parents 539a54b3 d56b1ea3
...@@ -874,18 +874,18 @@ export default class SubHolding extends Component { ...@@ -874,18 +874,18 @@ export default class SubHolding extends Component {
item.ratio.monthly_october, item.ratio.monthly_october,
item.ratio.monthly_november, item.ratio.monthly_november,
item.ratio.monthly_december, item.ratio.monthly_december,
item.ratio.monthly_january_last_year, item.ratio.monthly_last_year_january,
item.ratio.monthly_february_last_year, item.ratio.monthly_last_year_february,
item.ratio.monthly_march_last_year, item.ratio.monthly_last_year_march,
item.ratio.monthly_april_last_year, item.ratio.monthly_last_year_april,
item.ratio.monthly_may_last_year, item.ratio.monthly_last_year_may,
item.ratio.monthly_june_last_year, item.ratio.monthly_last_year_june,
item.ratio.monthly_july_last_year, item.ratio.monthly_last_year_july,
item.ratio.monthly_august_last_year, item.ratio.monthly_last_year_august,
item.ratio.monthly_september_last_year, item.ratio.monthly_last_year_september,
item.ratio.monthly_october_last_year, item.ratio.monthly_last_year_october,
item.ratio.monthly_november_last_year, item.ratio.monthly_last_year_november,
item.ratio.monthly_december_last_year, item.ratio.monthly_last_year_december,
]) ])
} }
if (item.children !== null) { if (item.children !== null) {
...@@ -932,18 +932,18 @@ export default class SubHolding extends Component { ...@@ -932,18 +932,18 @@ export default class SubHolding extends Component {
item.ratio.monthly_october, item.ratio.monthly_october,
item.ratio.monthly_november, item.ratio.monthly_november,
item.ratio.monthly_december, item.ratio.monthly_december,
item.ratio.monthly_january_last_year, item.ratio.monthly_last_year_january,
item.ratio.monthly_february_last_year, item.ratio.monthly_last_year_february,
item.ratio.monthly_march_last_year, item.ratio.monthly_last_year_march,
item.ratio.monthly_april_last_year, item.ratio.monthly_last_year_april,
item.ratio.monthly_may_last_year, item.ratio.monthly_last_year_may,
item.ratio.monthly_june_last_year, item.ratio.monthly_last_year_june,
item.ratio.monthly_july_last_year, item.ratio.monthly_last_year_july,
item.ratio.monthly_august_last_year, item.ratio.monthly_last_year_august,
item.ratio.monthly_september_last_year, item.ratio.monthly_last_year_september,
item.ratio.monthly_october_last_year, item.ratio.monthly_last_year_october,
item.ratio.monthly_november_last_year, item.ratio.monthly_last_year_november,
item.ratio.monthly_december_last_year, item.ratio.monthly_last_year_december,
]) ])
if (item.children !== null) { if (item.children !== null) {
if (item.children.length > 0) { if (item.children.length > 0) {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment