Invoice and Bill create, edit page item table cells style fixes.

This commit is contained in:
Cüneyt Şentürk
2020-03-11 16:37:42 +03:00
parent 2f49904b18
commit ac29fe4bf1
6 changed files with 24 additions and 20 deletions

View File

@ -50,10 +50,12 @@ const app = new Vue({
items: '',
discount: false,
taxes: null,
colspan: 5,
}
},
mounted() {
this.colspan = document.getElementById("items").rows[0].cells.length - 1;
this.form.items = [];
if (this.form.method) {