hapus assets
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="modal-body" style="background-color: #000000 !important">
|
||||
<h4 style="color: #ffffff">Input the actual cost of your expenses</h4>
|
||||
<p style="color: #ffffff">Building : {{buildingName}}</p>
|
||||
<p style="color: #ffffff">Periode : {{formattedDate}}</p>
|
||||
<p style="color: #ffffff">Building : {{ buildingName }}</p>
|
||||
<p style="color: #ffffff">Periode : {{ formattedDate }}</p>
|
||||
<form [formGroup]="myForm">
|
||||
<div class="form-group">
|
||||
<input
|
||||
@@ -10,6 +10,8 @@
|
||||
id="real_cost"
|
||||
formControlName="real_cost"
|
||||
placeholder="0.00"
|
||||
mask="separator"
|
||||
thousandSeparator="."
|
||||
/>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user