|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
title: null, |
|
|
title: null, |
|
|
position: 0, |
|
|
position: 0, |
|
|
|
|
|
status:1, |
|
|
fieldToUpdate: ['title', 'unit', 'quantity', 'price'], |
|
|
fieldToUpdate: ['title', 'unit', 'quantity', 'price'], |
|
|
price: null, |
|
|
price: null, |
|
|
priceWithTax: null, |
|
|
priceWithTax: null, |
|
|
|
|
|
|
|
|
this.title = toPlainText(this.title); |
|
|
this.title = toPlainText(this.title); |
|
|
|
|
|
|
|
|
this.$nextTick(function () { |
|
|
this.$nextTick(function () { |
|
|
|
|
|
|
|
|
log(this.status); |
|
|
log(this.status); |
|
|
if (this.status == 0) { |
|
|
if (this.status == 0) { |
|
|
$(this.$el).addClass('disabled'); |
|
|
$(this.$el).addClass('disabled'); |