sub
This commit is contained in:
@@ -22,7 +22,9 @@ var app = new Vue({
|
||||
mob : [],
|
||||
stud : []
|
||||
},
|
||||
bon: []
|
||||
bon: [],
|
||||
view: 'inventur',
|
||||
ready: false,
|
||||
},
|
||||
computed: {
|
||||
sales_ug: function (){
|
||||
@@ -72,6 +74,7 @@ var app = new Vue({
|
||||
});
|
||||
}).then( x => {
|
||||
M.updateTextFields();
|
||||
this.ready = true;
|
||||
});
|
||||
},
|
||||
resetBon: function(article) {
|
||||
|
||||
Reference in New Issue
Block a user