update
parent
71c0840d1b
commit
565faeaeec
|
|
@ -48,7 +48,8 @@
|
|||
<input type="text"
|
||||
name="data[{{ $year }}][{{ $detail->activity_code }}-{{ $detail->unit_code }}]"
|
||||
value="{{ getFormattedValue($activity_value) ?? '' }}"
|
||||
class="form-control text-right" oninput="numberFormat(this)">
|
||||
class="form-control text-right" oninput="numberFormat(this)"
|
||||
{{ $isLocked || $instansi === 'all' || $limitInternal ? 'readonly' : '' }}>
|
||||
</div>
|
||||
</td>
|
||||
@endforeach
|
||||
|
|
@ -58,6 +59,5 @@
|
|||
</table>
|
||||
</div>
|
||||
<br />
|
||||
<button type="submit" class="btn btn-primary" {{ $isLocked || $instansi === 'all' || $limitInternal ? 'disabled' : '' }}>Simpan</button>
|
||||
@endif
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue