$(".phone").mask("999-99-99", {
completed: function() {
for (let i = 0, l = phones.length; i < l; ++i) {
if ($(this).val() === phones[i]) {
$(this).val('');
return;
}
}
$(this).after("<div style='display:inline;'></div>");
}
});
getCalculateInventoryToWindow(Offer, details) {
return this.getCalculateInventory(Offer, details).then((InventoryCalculate) => {
// ... работаем с InventoryCalculate
InventoryCalculate['WindowInventory'] = [];
// ...
return InventoryCalculate; // возвращаем его
});
}
query.getQuery().username.token
?