Преглед на файлове

[Administration] Distributions > formulaire commande : raccourci "Entrée" pour passer à la ligne du dessous #958

feature/souke
Guillaume преди 1 година
родител
ревизия
854bf8daa9
променени са 1 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. +8
    -0
      backend/web/js/vuejs/distribution-index.js

+ 8
- 0
backend/web/js/vuejs/distribution-index.js Целия файл

@@ -438,6 +438,14 @@ var app = new Vue({
Vue.set(app.ordersUpdate[app.getOrderUpdateKey()], 'id_user', idUser);
}
});

// Passage à la ligne du dessous quand on appuie sur "Entrée"
$('.modal-form-order .input-quantity').keypress(function(e) {
if(e.which == 13) {
$(this).parent().parent().parent()
.next().find('.input-quantity').focus();
}
});
},500);
},
getOrderUpdateKey: function() {

Loading…
Отказ
Запис