This commit is contained in:
2021-02-03 17:35:28 +00:00
parent 8ba0f5b642
commit e16dc7adea

View File

@@ -301,7 +301,10 @@
</v-card-text>
<v-card-actions>
<v-btn text @click="close()" color="primary">{{
$ay.t("Close")
$ay.t("Cancel")
}}</v-btn>
<v-btn text @click="saveAndExit()" color="primary">{{
$ay.t("OK")
}}</v-btn>
</v-card-actions>
</v-card>
@@ -345,6 +348,10 @@ export default {
dataListKey: String
},
methods: {
saveAndExit() {
//todo: save changes here
this.close({ refresh: true });
},
addFilterCondition(editItem) {
// filter:[{column:"PartPartNumber",any:true/false,items:[{op: "=",value: "400735"}]}],
let filterItem = { op: null, value: null, display: null };