update message di khazanah dan importan work
This commit is contained in:
@@ -191,7 +191,8 @@
|
||||
@endforeach
|
||||
</select>
|
||||
<div id="pekerjaan-lain-container" style="display: none; margin-top: 10px;">
|
||||
<input type="text" class="form-control" id="pekerjaan-lain" name="nota_pekerjaan" placeholder="Masukkan pekerjaan lain">
|
||||
<input type="text" class="form-control" id="pekerjaan-lain" name="nota_pekerjaan" placeholder="Masukkan pekerjaan lain"
|
||||
oninput="this.value = this.value.replace(/[^a-zA-Z ]/g, '');">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">Nota</div>
|
||||
|
||||
@@ -362,7 +362,8 @@
|
||||
@endforeach
|
||||
</select>
|
||||
<div id="pekerjaan-lain-container" style="display: {{ $customer_info['kodkerja'] == '6' ? 'block' : 'none' }}; margin-top: 10px;" >
|
||||
<input type="text" class="form-control" id="nota_pekerjaan" name="nota_pekerjaan" placeholder="Sila Nyatakan" value="{{ $customer_info['nota_pekerjaan'] ?? '' }}" disabled="true">
|
||||
<input type="text" class="form-control" id="nota_pekerjaan" name="nota_pekerjaan" placeholder="Sila Nyatakan" value="{{ $customer_info['nota_pekerjaan'] ?? '' }}" disabled="true"
|
||||
oninput="this.value = this.value.replace(/[^a-zA-Z ]/g, '');">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -349,7 +349,8 @@
|
||||
@endforeach
|
||||
</select>
|
||||
<div id="pekerjaan-lain-container" style="display: {{ $customer_info['kodkerja'] == '6' ? 'block' : 'none' }}; margin-top: 10px;" >
|
||||
<input type="text" class="form-control" id="nota_pekerjaan" name="nota_pekerjaan" placeholder="Sila Nyatakan" value="{{ $customer_info['nota_pekerjaan'] ?? '' }}" disabled="true">
|
||||
<input type="text" class="form-control" id="nota_pekerjaan" name="nota_pekerjaan" placeholder="Sila Nyatakan" value="{{ $customer_info['nota_pekerjaan'] ?? '' }}" disabled="true"
|
||||
oninput="this.value = this.value.replace(/[^a-zA-Z ]/g, '');">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user