update
parent
41ddadc111
commit
9c4ab4b8ff
|
|
@ -153,7 +153,7 @@
|
||||||
<td>
|
<td>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<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="{{ isset($activity_value) ? getFormattedValue($activity_value) : '' }}"
|
value="{{ isset($activity_value) ? getFormattedValue($activity_value) : '' }}"
|
||||||
class="form-control text-right"
|
class="form-control text-right"
|
||||||
oninput="numberFormat(this)"
|
oninput="numberFormat(this)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue