This commit is contained in:
@@ -325,9 +325,7 @@ export default {
|
|||||||
availableBulkUnits: [],
|
availableBulkUnits: [],
|
||||||
selectedBulkUnits: [],
|
selectedBulkUnits: [],
|
||||||
selectedBulkUnitTags: [],
|
selectedBulkUnitTags: [],
|
||||||
bulkUnitTableHeaders: [],
|
bulkUnitTableHeaders: []
|
||||||
warrantyInfo: {},
|
|
||||||
warrantyDisplay: null
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
@@ -403,9 +401,17 @@ export default {
|
|||||||
"warrantyExpiryDate":"2019-04-12T09:37:52.930923Z",
|
"warrantyExpiryDate":"2019-04-12T09:37:52.930923Z",
|
||||||
"warrantyTerms":"Shipping parts and service"} */
|
"warrantyTerms":"Shipping parts and service"} */
|
||||||
|
|
||||||
this.value.items[this.activeWoItemIndex].units[
|
this.$nextTick(() => {
|
||||||
this.activeItemIndex
|
this.value.items[this.activeWoItemIndex].units[
|
||||||
].warrantyViz = JSON.stringify(res.data);
|
this.activeItemIndex
|
||||||
|
].warrantyViz = JSON.stringify(res.data);
|
||||||
|
});
|
||||||
|
|
||||||
|
// console.log(
|
||||||
|
// "warrantyviz:",
|
||||||
|
// this.value.items[this.activeWoItemIndex].units[this.activeItemIndex]
|
||||||
|
// .warrantyViz
|
||||||
|
// );
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
showBulkUnitsDialog() {
|
showBulkUnitsDialog() {
|
||||||
|
|||||||
Reference in New Issue
Block a user