fixed some price handling aswell as tt-autocomplete and tt-table excel export always showing
This commit is contained in:
@@ -37,7 +37,7 @@ Vue.component('warehouse-distributor-modal', {
|
||||
|
||||
this.rows = response.data.rows
|
||||
}, addRow() {
|
||||
this.rows.push({distributor: null, price: null, externalArticleNumber: null});
|
||||
this.rows.push({distributorId: undefined, price: null, externalArticleNumber: null});
|
||||
}, async saveRow(index) {
|
||||
// post to /WarehouseArticleDistributor/save with rows data and articleId
|
||||
const row = this.rows[index];
|
||||
|
||||
Reference in New Issue
Block a user