main
Ilham Wara Nugroho 2026-06-12 14:33:44 +07:00
parent 71c0840d1b
commit 565faeaeec
1 changed files with 2 additions and 2 deletions

View File

@ -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>