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