update versi
This commit is contained in:
parent
d5c34a5c64
commit
2194d2f720
|
@ -13,7 +13,7 @@
|
||||||
href="https://allbestsistem.com/"
|
href="https://allbestsistem.com/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
style="background-color: #000000 !important;"
|
style="background-color: #000000 !important;"
|
||||||
>Smart Building Management Systems (V@2024-07-9.02)
|
>Smart Building Management Systems (V@2024-07-10.02)
|
||||||
</a></span
|
</a></span
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -327,7 +327,6 @@ export class CostManagementComponent implements OnInit {
|
||||||
};
|
};
|
||||||
this.spinnerActive = true;
|
this.spinnerActive = true;
|
||||||
this.costService.getSyncCost(dataDate).subscribe((data) => {
|
this.costService.getSyncCost(dataDate).subscribe((data) => {
|
||||||
console.log(data);
|
|
||||||
this.dataCompPrevMonthCost(this.storedData.buildingId);
|
this.dataCompPrevMonthCost(this.storedData.buildingId);
|
||||||
this.dataCompActEstCost(this.storedData.buildingId);
|
this.dataCompActEstCost(this.storedData.buildingId);
|
||||||
});
|
});
|
||||||
|
|
|
@ -138,7 +138,7 @@
|
||||||
<p
|
<p
|
||||||
class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1"
|
class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1"
|
||||||
>
|
>
|
||||||
<span>(v@2024.07.9.02)</span>
|
<span>(v@2024.07.10.02)</span>
|
||||||
</p>
|
</p>
|
||||||
<!-- <div class="card-body">
|
<!-- <div class="card-body">
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue