|
@@ -556,6 +556,7 @@ var PROJECT = {
|
|
|
d.data.feesIndex = getFeeIndex(d.data.fees);
|
|
d.data.feesIndex = getFeeIndex(d.data.fees);
|
|
|
}
|
|
}
|
|
|
if(d.type == ModuleNames.ration) this.Ration.datas.push(d.data);
|
|
if(d.type == ModuleNames.ration) this.Ration.datas.push(d.data);
|
|
|
|
|
+ if(d.type == ModuleNames.bills) this.Bills.datas.push(d.data);
|
|
|
reclacQuantity = true;
|
|
reclacQuantity = true;
|
|
|
addNodeDatas.push(d);
|
|
addNodeDatas.push(d);
|
|
|
}else {
|
|
}else {
|