This commit is contained in:
@@ -127,6 +127,26 @@
|
|||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
|
<v-col
|
||||||
|
v-if="form().showMe(this, 'UnitWarrantyInfo')"
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="4"
|
||||||
|
xl="3"
|
||||||
|
>
|
||||||
|
<v-card>
|
||||||
|
<v-card-title>{{ $ay.t("UnitWarrantyInfo") }}</v-card-title>
|
||||||
|
<v-card-text>
|
||||||
|
{{ warrantyInfo }}
|
||||||
|
</v-card-text>
|
||||||
|
<v-card-actions>
|
||||||
|
<v-btn color="primary" text @click="getWarrantyInfo">{{
|
||||||
|
$ay.t("Search")
|
||||||
|
}}</v-btn>
|
||||||
|
</v-card-actions>
|
||||||
|
</v-card>
|
||||||
|
</v-col>
|
||||||
|
|
||||||
<v-col v-if="form().showMe(this, 'WorkOrderItemUnitNotes')" cols="12">
|
<v-col v-if="form().showMe(this, 'WorkOrderItemUnitNotes')" cols="12">
|
||||||
<v-textarea
|
<v-textarea
|
||||||
v-model="
|
v-model="
|
||||||
@@ -302,7 +322,8 @@ export default {
|
|||||||
availableBulkUnits: [],
|
availableBulkUnits: [],
|
||||||
selectedBulkUnits: [],
|
selectedBulkUnits: [],
|
||||||
selectedBulkUnitTags: [],
|
selectedBulkUnitTags: [],
|
||||||
bulkUnitTableHeaders: []
|
bulkUnitTableHeaders: [],
|
||||||
|
warrantyInfo: null
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
@@ -352,6 +373,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
getWarrantyInfo() {},
|
||||||
showBulkUnitsDialog() {
|
showBulkUnitsDialog() {
|
||||||
if (this.bulkUnitTableHeaders.length == 0) {
|
if (this.bulkUnitTableHeaders.length == 0) {
|
||||||
//init bulk table headers
|
//init bulk table headers
|
||||||
|
|||||||
@@ -2174,7 +2174,8 @@ async function fetchTranslatedText(vm) {
|
|||||||
"AddMultipleUnits",
|
"AddMultipleUnits",
|
||||||
"CopyToWorkOrder",
|
"CopyToWorkOrder",
|
||||||
"WorkOrderConvertScheduledUserToLabor",
|
"WorkOrderConvertScheduledUserToLabor",
|
||||||
"AppendTasks"
|
"AppendTasks",
|
||||||
|
"UnitWarrantyInfo"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user