¨4.0.1¨

This commit is contained in:
¨NW¨
2023-12-03 14:07:47 +00:00
parent c08b36d1b6
commit f35052522d
1112 changed files with 43019 additions and 24987 deletions

View File

@@ -16,3 +16,9 @@
@endsection
@include('flashsale::admin.flash_sales.partials.shortcuts')
@push('globals')
@vite([
'Modules/FlashSale/Resources/assets/admin/js/main.js',
])
@endpush

View File

@@ -18,3 +18,9 @@
@endsection
@include('flashsale::admin.flash_sales.partials.shortcuts')
@push('globals')
@vite([
'Modules/FlashSale/Resources/assets/admin/js/main.js',
])
@endpush

View File

@@ -25,7 +25,7 @@
@endcomponent
@push('scripts')
<script>
<script type="module">
new DataTable('#flash_sales-table .table', {
columns: [
{ data: 'checkbox', orderable: false, searchable: false, width: '3%' },

View File

@@ -6,7 +6,7 @@
@endpush
@push('scripts')
<script>
<script type="module">
keypressAction([
{ key: 'b', route: "{{ route('admin.flash_sales.index') }}" }
]);

View File

@@ -1,7 +1,7 @@
<script type="text/html" id="flash-sale-product-template">
<div class="panel">
<div class="panel-header clearfix">
<span class="drag-icon pull-left">
<span class="drag-handle pull-left">
<i class="fa">&#xf142;</i>
<i class="fa">&#xf142;</i>
</span>
@@ -48,8 +48,10 @@
{{ trans('flashsale::attributes.end_date') }}<span class="m-l-5 text-red">*</span>
</label>
<input type="text"
<input
type="text"
name="products[<%- productPanelNumber %>][end_date]"
data-time
class="form-control datetime-picker"
id="products-<%- productPanelNumber %>-campaign-end"
value="<%- product.pivot.end_date %>"