From 91e0c500555950816d1da06fd3ea9e755a327a65 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 8 Jul 2021 21:46:06 +0000 Subject: [PATCH] --- .../src/components/work-order-item-units.vue | 28 +++++++++++++------ 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/ayanova/src/components/work-order-item-units.vue b/ayanova/src/components/work-order-item-units.vue index 915c6359..aebecf29 100644 --- a/ayanova/src/components/work-order-item-units.vue +++ b/ayanova/src/components/work-order-item-units.vue @@ -134,13 +134,23 @@ lg="4" xl="3" > + {{ $ay.t("UnitWarrantyInfo") }} - - {{ + + {{ @@ -403,13 +413,13 @@ export default { this.value.items[this.activeWoItemIndex].units[ this.activeItemIndex - ].warrantyViz = JSON.stringify(res.data); + ].warrantyViz = `
${JSON.stringify(res.data)}
`; - console.log( - "warrantyviz:", - this.value.items[this.activeWoItemIndex].units[this.activeItemIndex] - .warrantyViz - ); + // console.log( + // "warrantyviz:", + // this.value.items[this.activeWoItemIndex].units[this.activeItemIndex] + // .warrantyViz + // ); } }, showBulkUnitsDialog() {