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