This commit is contained in:
TLRZ Seyfferth
2018-01-12 16:04:46 +01:00
parent 5519b8f465
commit f45258cebd
3 changed files with 340 additions and 60 deletions
+4 -1
View File
@@ -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) {