fixing filter cabang
This commit is contained in:
@ -234,10 +234,10 @@
|
||||
<form class="form-horizontal" id="formSigner">
|
||||
@csrf
|
||||
<!-- Add your form fields here -->
|
||||
<input type="hidden" style="margin-bottom: 5px" name="cus_no">
|
||||
<input type="hidden" style="margin-bottom: 5px" name="kode_cabang" />
|
||||
<input type="hidden" style="margin-bottom: 5px" name="startDateExport" />
|
||||
<input type="hidden" style="margin-bottom: 5px" name="endDateExport" />
|
||||
<input type="text" style="margin-bottom: 5px" name="cus_no">
|
||||
<input type="text" style="margin-bottom: 5px" name="kode_cabang" />
|
||||
<input type="text" style="margin-bottom: 5px" name="startDateExport" />
|
||||
<input type="text" style="margin-bottom: 5px" name="endDateExport" />
|
||||
|
||||
<div class="form-group row">
|
||||
<label for="inputName" class="col-sm-4 col-form-label">Penandatangan</label>
|
||||
@ -368,7 +368,7 @@
|
||||
$('.loading1').show();
|
||||
var actionUrl = $(".form_customer3").attr('action');
|
||||
var cif = $("input[name=cif]").val();
|
||||
var kodecabang = $("input[name=kodecabang]").val();
|
||||
var kodecabang = $("select[name='kodecabang']").val();
|
||||
var periode = $("input[name=periode]").val();
|
||||
var startDate = $("input[name=startDate]").val();
|
||||
var endDate = $("input[name=endDate]").val();
|
||||
|
Reference in New Issue
Block a user