PATH:
home
/
lab2454c
/
costbloc.com
/
public
/
dist
/
js
/
custom
"use strict"; if ($('.main-body .page-wrapper').find('#order-status-container').length) { $(document).on( 'init.dt', function () { $(".dataTables_length").remove(); $('#dataTableBuilder').removeAttr('style'); }); dataTable('#dataTableBuilder', [4]); $(document).on('click', '.edit_status', function () { var id = $(this).attr("id"); $.ajax({ url: SITE_URL + "/order-statuses/edit", data: { id: id, "_token": token }, type: 'POST', dataType: 'JSON', success: function (data) { $('#status_id').val(data.id); $('#status_name').val(data.name); $('#status_orderBy').val(data.order_by); $('#status_is_default').val(data.is_default).trigger('change'); if (data.is_core == true) { $('#payment_scenario').attr('disabled','disabled'); } else { $('#payment_scenario').removeAttr('disabled'); $('#payment_scenario').val(data.payment_scenario).trigger('change'); } $('#status_color').val(data.color); $('#status_role_id').val(data.roleIds).trigger('change'); $('#edit-status').modal(); } }); }); $('#edit_default').on('change', function() { if ($(this)[0].checked) { $('#edit_status').val('Active').trigger('change'); } }); $('#default').on('change', function() { if ($(this)[0].checked) { $('#status').val('Active').trigger('change'); } }); $('#add-language').on('show.bs.modal', function (e) { $(this).find(".error").hide(); }); $('#add-language').on('hidden.bs.modal', function (e) { $(this).find("select").val('').trigger('change'); $('#default').prop('checked', false); }); $('#blah_add').hide(); $('#confirmDelete').on('show.bs.modal', function (e) { var button = $(e.relatedTarget); var modal = $(this); $('#confirmDeleteSubmitBtn').attr('data-task', '').removeClass('delete-task-btn'); if (button.data("label") == 'Delete') { modal.find('#confirmDeleteSubmitBtn').addClass('delete-task-btn').attr('data-task', button.data('id')).text(jsLang('Yes, Confirm')).show(); modal.find('#confirmDeleteLabel').text(button.data('title')); modal.find('.modal-body').text(button.data('message')); } $('#confirmDeleteSubmitBtn').on('click', function () { $('#delete-language-' + $(this).data('task')).trigger('submit'); }); }); $(document).on("click", "#tablereload", function (event) { event.preventDefault(); $("#dataTableBuilder").DataTable().ajax.reload(); }); function dataTable(tableSeclector, target) { $(tableSeclector).DataTable({ "columnDefs": [{ "targets": target, "orderable": false }], "language": { "url": app_locale_url }, "pageLength": row_per_page, "order" : [[ 2, 'asc' ]] }); } }
[-] create-product.min.js
[edit]
[-] refund.js
[edit]
[-] shops.js
[edit]
[-] commission.min.js
[edit]
[-] user.min.js
[edit]
[-] installer.js
[edit]
[-] category.min.js
[edit]
[+]
site
[-] jquery.blockUI.js
[edit]
[-] category.js
[edit]
[-] create-product.js
[edit]
[-] refund.min.js
[edit]
[+]
..
[-] shipping.min.js
[edit]
[-] user.js
[edit]
[-] jquery.blockUI.min.js
[edit]
[-] option.min.js
[edit]
[-] users-activity-list.js
[edit]
[-] attribute.min.js
[edit]
[-] email-configuration.min.js
[edit]
[-] dashboard.js
[edit]
[-] order.min.js
[edit]
[-] delete-modal.js
[edit]
[-] withdrawal.js
[edit]
[-] product-setting.js
[edit]
[-] validation.js
[edit]
[-] vendors.min.js
[edit]
[-] shops.min.js
[edit]
[-] roles.js
[edit]
[-] review.js
[edit]
[-] common.min.js
[edit]
[-] geolocale-suggestion.min.js
[edit]
[-] custom-category.js
[edit]
[-] product.js
[edit]
[-] order-invoice.min.js
[edit]
[-] common.js
[edit]
[-] product_list.js
[edit]
[-] settings.js
[edit]
[-] permission.min.js
[edit]
[-] coupon.js
[edit]
[-] export.js
[edit]
[-] yajra-custom.min.js
[edit]
[-] users-activity-list.min.js
[edit]
[-] finance.min.js
[edit]
[-] geolocale-suggestion.js
[edit]
[-] option.js
[edit]
[-] newsletter.min.js
[edit]
[-] order.js
[edit]
[-] role-permission.js
[edit]
[-] brand.min.js
[edit]
[-] transaction.js
[edit]
[-] popup.min.js
[edit]
[-] validation.min.js
[edit]
[-] templates.min.js
[edit]
[-] attribute.js
[edit]
[-] brand.js
[edit]
[-] app-layout.js
[edit]
[-] preference.js
[edit]
[-] invoice.js
[edit]
[-] order-invoice.js
[edit]
[-] yajra-export.js
[edit]
[-] product-setting.min.js
[edit]
[-] yajra-custom.js
[edit]
[-] installer.min.js
[edit]
[-] invoice.min.js
[edit]
[-] product_list.min.js
[edit]
[-] email-configuration.js
[edit]
[-] custom-category.min.js
[edit]
[-] settings.min.js
[edit]
[-] yajra-export.min.js
[edit]
[-] withdrawal.min.js
[edit]
[-] payment.js
[edit]
[-] preference.min.js
[edit]
[-] roles.min.js
[edit]
[-] finance.js
[edit]
[-] app-layout.min.js
[edit]
[-] permission.js
[edit]
[-] transaction.min.js
[edit]
[-] popup.js
[edit]
[-] order_status.min.js
[edit]
[-] commission.js
[edit]
[-] coupon.min.js
[edit]
[-] shipping.js
[edit]
[-] review.min.js
[edit]
[-] templates.js
[edit]
[-] delete-modal.min.js
[edit]
[-] vendors.js
[edit]
[-] order_status.js
[edit]
[-] dashboard.min.js
[edit]
[-] newsletter.js
[edit]
[-] product.min.js
[edit]
[-] export.min.js
[edit]