This commit is contained in:
@@ -134,13 +134,23 @@
|
|||||||
lg="4"
|
lg="4"
|
||||||
xl="3"
|
xl="3"
|
||||||
>
|
>
|
||||||
|
<!-- {{
|
||||||
|
value.items[activeWoItemIndex].units[activeItemIndex].warrantyViz
|
||||||
|
}} -->
|
||||||
<v-card>
|
<v-card>
|
||||||
<v-card-title>{{ $ay.t("UnitWarrantyInfo") }}</v-card-title>
|
<v-card-title>{{ $ay.t("UnitWarrantyInfo") }}</v-card-title>
|
||||||
<v-card-text>
|
<v-card-text
|
||||||
{{
|
v-html="
|
||||||
value.items[activeWoItemIndex].units[activeItemIndex]
|
value.items[activeWoItemIndex].units[activeItemIndex]
|
||||||
.warrantyViz
|
.warrantyViz
|
||||||
}}
|
"
|
||||||
|
>
|
||||||
|
<!-- <div
|
||||||
|
v-html="
|
||||||
|
value.items[activeWoItemIndex].units[activeItemIndex]
|
||||||
|
.warrantyViz
|
||||||
|
"
|
||||||
|
></div> -->
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-btn color="primary" text @click="getWarrantyInfo">{{
|
<v-btn color="primary" text @click="getWarrantyInfo">{{
|
||||||
@@ -403,13 +413,13 @@ export default {
|
|||||||
|
|
||||||
this.value.items[this.activeWoItemIndex].units[
|
this.value.items[this.activeWoItemIndex].units[
|
||||||
this.activeItemIndex
|
this.activeItemIndex
|
||||||
].warrantyViz = JSON.stringify(res.data);
|
].warrantyViz = `<div>${JSON.stringify(res.data)}</div>`;
|
||||||
|
|
||||||
console.log(
|
// console.log(
|
||||||
"warrantyviz:",
|
// "warrantyviz:",
|
||||||
this.value.items[this.activeWoItemIndex].units[this.activeItemIndex]
|
// this.value.items[this.activeWoItemIndex].units[this.activeItemIndex]
|
||||||
.warrantyViz
|
// .warrantyViz
|
||||||
);
|
// );
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
showBulkUnitsDialog() {
|
showBulkUnitsDialog() {
|
||||||
|
|||||||
Reference in New Issue
Block a user