Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/resources/views/products/ajax/import.blade.php
Назад
<div class="row" id="import_table"> <div class="col-sm-12"> <x-form id="import-product-data-form"> <div class="add-product bg-white rounded"> <h4 class="mb-0 p-20 f-21 font-weight-normal border-bottom-grey"> @lang('app.importproducts')</h4> <div class="col-sm-12 pt-2"> <div class="alert alert-warning" role="alert"> @lang('app.importProjectExcelInfo') </div> </div> <div class="row py-20"> <div class="col-md-12"> <x-forms.file :fieldLabel="__('modules.import.file')" fieldName="import_file" fieldId="product_import" /> </div> <div class="col-md-12"> <x-forms.toggle-switch class="mr-0 mr-lg-12" :fieldLabel="__('modules.import.containsHeadings')" fieldName="heading" fieldId="heading"/> </div> </div> <x-form-actions> <x-forms.button-primary id="import-product-form" class="mr-3" icon="arrow-right">@lang('app.uploadNext') </x-forms.button-primary> <x-forms.button-cancel :link="route('products.index')" class="border-0">@lang('app.back') </x-forms.button-cancel> </x-form-actions> </div> </x-form> </div> </div> <script> $(document).ready(function() { $("#product_import").dropify({ messages: dropifyMessages }); $('body').on('click', '#import-product-form', function() { const url = "{{ route('products.import.store') }}"; $.easyAjax({ url: url, container: '#import-product-data-form', type: "POST", disableButton: true, blockUI: true, buttonSelector: "#import-product-form", file: true, data: $('#import-product-data-form').serialize(), success: function(response) { if (response.status == 'success') { $('#import_table').html(response.view); } } }); }); }); </script>
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка