|
|
@@ -60,9 +60,10 @@ var app = new Vue({ |
|
|
|
methods: { |
|
|
|
formatPrice: formatPrice, |
|
|
|
init: function () { |
|
|
|
var app = this; |
|
|
|
|
|
|
|
if (this.getDocumentId()) { |
|
|
|
var app = this; |
|
|
|
|
|
|
|
axios.get(UrlManager.getBaseUrlAbsolute() + "document/ajax-init", { |
|
|
|
params: { |
|
|
|
idDocument: this.getDocumentId(), |
|
|
@@ -86,6 +87,13 @@ var app = new Vue({ |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
else { |
|
|
|
$('.select2-document-form').on('select2:select', function (e) { |
|
|
|
var idUser = e.params.data.id; |
|
|
|
app.idUser = idUser; |
|
|
|
app.changeUser(); |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
getProductById: function(idProduct) { |
|
|
|
var app = this; |