|
|
@@ -272,6 +272,12 @@ var vueList = new Vue({
|
|
|
this.filterRun();
|
|
|
}
|
|
|
},
|
|
|
+ logistic_numberEntering: function logistic_numberEntering(e) {
|
|
|
+ if (e.key === 'Enter') {
|
|
|
+ this.filterParams.logistic_number = e.target.value;
|
|
|
+ this.filterRun();
|
|
|
+ }
|
|
|
+ },
|
|
|
cancelCheckConfirmAll: function cancelCheckConfirmAll() {
|
|
|
$('#checkConfirmingAll').tooltip('hide');
|
|
|
setTimeout(function () {
|