fix skit2
This commit is contained in:
@@ -19,7 +19,12 @@
|
||||
<input type="date" class="form-control mb-4" name="tarikh"/>
|
||||
|
||||
<label>Tuntutan Oleh: </label>
|
||||
<input type="text" class="form-control mb-4" name="tuntutan"/>
|
||||
<select name="tuntutan" class="form-control mb-4">
|
||||
@foreach($usercawangan as $user)
|
||||
<option value="{{ $user->name }}">{{ $user->name }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
{{-- <input type="text" class="form-control mb-4" name="tuntutan"/> --}}
|
||||
|
||||
<label>Tarikh Bil: </label>
|
||||
<input type="date" class="form-control mb-4" name="tarikhbil"/>
|
||||
@@ -29,10 +34,11 @@
|
||||
|
||||
<label>Bayaran RM: </label>
|
||||
<input type="text" class="form-control mb-4" name="bayaran"/>
|
||||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-danger btn-lg" data-dismiss="modal">Batal</button>
|
||||
<button type="submit" class="btn btn-success btn-lg">Terima</button>
|
||||
<button type="button" class="btn btn-success btn-lg" onclick="panjaransubmit()">Terima</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@@ -60,7 +66,12 @@
|
||||
<input type="date" name="tarikh" class="form-control mb-4"/>
|
||||
|
||||
<label>Tuntutan Oleh:
|
||||
<input type="text" name="tuntutan" class="form-control mb-4"/>
|
||||
<select name="tuntutan" class="form-control mb-4">
|
||||
@foreach($usercawangan as $user)
|
||||
<option value="{{ $user->name }}">{{ $user->name }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
{{-- <input type="text" name="tuntutan" class="form-control mb-4"/> --}}
|
||||
|
||||
<label>Tarikh Bil:
|
||||
<input type="date" name="tarikhbil" class="form-control mb-4"/>
|
||||
@@ -73,7 +84,7 @@
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-danger btn-lg" data-dismiss="modal">Batal</button>
|
||||
<button type="submit" class="btn btn-success btn-lg">Terima</button>
|
||||
<button type="button" class="btn btn-success btn-lg" onclick="panjaransubmit()">Terima</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
@@ -101,7 +112,12 @@
|
||||
<input type="date" name="tarikh" class="form-control mb-4"/>
|
||||
|
||||
<label>Tuntutan Oleh:</label>
|
||||
<input type="text" name="tuntutan" class="form-control mb-4"/>
|
||||
<select name="tuntutan" class="form-control mb-4">
|
||||
@foreach($usercawangan as $user)
|
||||
<option value="{{ $user->name }}">{{ $user->name }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
{{-- <input type="text" name="tuntutan" class="form-control mb-4"/> --}}
|
||||
|
||||
<label>Tarikh Bil:</label>
|
||||
<input type="date" name="tarikhbil" class="form-control mb-4"/>
|
||||
@@ -144,7 +160,12 @@
|
||||
<input type="date" name="tarikh" class="form-control mb-4"/>
|
||||
|
||||
<label>Tuntutan Oleh:</label>
|
||||
<input type="text" name="tuntutan" class="form-control mb-4"/>
|
||||
<select name="tuntutan" class="form-control mb-4">
|
||||
@foreach($usercawangan as $user)
|
||||
<option value="{{ $user->name }}">{{ $user->name }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
{{-- <input type="text" name="tuntutan" class="form-control mb-4"/> --}}
|
||||
|
||||
<label>Tarikh Bil:</label>
|
||||
<input type="date" name="tarikhbil" class="form-control mb-4"/>
|
||||
@@ -186,7 +207,12 @@
|
||||
<input type="date" name="tarikh" class="form-control mb-4"/>
|
||||
|
||||
<label>Tuntutan Oleh:</label>
|
||||
<input type="text" name="tuntutan" class="form-control mb-4"/>
|
||||
<select name="tuntutan" class="form-control mb-4">
|
||||
@foreach($usercawangan as $user)
|
||||
<option value="{{ $user->name }}">{{ $user->name }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
{{-- <input type="text" name="tuntutan" class="form-control mb-4"/> --}}
|
||||
|
||||
<label>Tarikh Bil:</label>
|
||||
<input type="date" name="tarikhbil" class="form-control mb-4"/>
|
||||
@@ -221,11 +247,11 @@
|
||||
@csrf
|
||||
<div class="modal-body text-center">
|
||||
<input type="hidden" name="jenismodal" value="pos"/>
|
||||
<label>Tarikh:</label>
|
||||
<input type="date" name="tarikh" class="form-control mb-4"/>
|
||||
|
||||
<label>Baucer No:</label>
|
||||
<input type="text" name="baucer" class="form-control mb-4 baucer" readonly/>
|
||||
|
||||
<label>Tarikh:</label>
|
||||
<input type="date" name="tarikh" class="form-control mb-4"/>
|
||||
|
||||
<label>Tarikh Bil:</label>
|
||||
<input type="date" name="tarikhbil" class="form-control mb-4"/>
|
||||
|
||||
Reference in New Issue
Block a user