update
This commit is contained in:
@ -977,9 +977,9 @@
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" id="btnDelItem_updt" class="btn btn-sm btn-warning">Hapus ?</button>
|
||||
<button type="button" class="btn btn-sm btn-secondary" data-bs-dismiss="modal">Tutup</button>
|
||||
<button type="button" class="btn btn-sm btn-primary" id="btnSubmitAddItem">Simpan</button>
|
||||
<button type="button" class="btn btn-sm btn-primary" id="btnSubmitUpdtItem">Simpan</button>
|
||||
<button type="button" class="btn btn-sm btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-sm btn-primary" id="btnSubmitAddItem">Save</button>
|
||||
<button type="button" class="btn btn-sm btn-primary" id="btnSubmitUpdtItem">Save</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -998,7 +998,7 @@
|
||||
class="img-fluid mb-3" alt="" />
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-sm btn-secondary" data-bs-dismiss="modal">Tutup</button>
|
||||
<button type="button" class="btn btn-sm btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -1022,7 +1022,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-sm btn-danger" data-bs-dismiss="modal">Tutup</button>
|
||||
<button type="button" class="btn btn-sm btn-danger" data-bs-dismiss="modal">Close</button>
|
||||
<button id="btnSubmitDelItem" type="button" class="btn btn-sm btn-secondary">Ya, hapus</button>
|
||||
</div>
|
||||
</div>
|
||||
@ -1869,7 +1869,7 @@
|
||||
action += `
|
||||
<p class="mb-0 text-muted small">Pengajuan ditolak oleh ${row.urjct_name} pada tanggal ${moment.unix(row.rjct_at).format('DD MMM YYYY HH:mm:ss')}</p>
|
||||
`;
|
||||
return action;
|
||||
return action;
|
||||
}
|
||||
if (State.ddln_pay_type.ord_finish == row.ddln_pay_type) {
|
||||
if (row.drop_chk_at != 0) {
|
||||
@ -1993,7 +1993,7 @@
|
||||
text += `
|
||||
<p class="mb-0 text-muted text-nowrap small">Ditolak</p>
|
||||
`;
|
||||
return text;
|
||||
return text;
|
||||
}
|
||||
return `
|
||||
<p class="mb-0 text-danger text-nowrap small">Belum Dibayar</p>
|
||||
@ -2077,7 +2077,7 @@
|
||||
OrdAItem.toggleGroupPayPurpose('show');
|
||||
OrdAItem.toggleGroupSubmissionProof('show');
|
||||
OrdAItem.toggleGroupFillDdln('show');
|
||||
}
|
||||
}
|
||||
});
|
||||
$('#invcToClient').on('change', function() {
|
||||
$('#add-invc_item_price').val('');
|
||||
|
||||
Reference in New Issue
Block a user