This commit is contained in:
@@ -301,7 +301,10 @@
|
|||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-btn text @click="close()" color="primary">{{
|
<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-btn>
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
@@ -345,6 +348,10 @@ export default {
|
|||||||
dataListKey: String
|
dataListKey: String
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
saveAndExit() {
|
||||||
|
//todo: save changes here
|
||||||
|
this.close({ refresh: true });
|
||||||
|
},
|
||||||
addFilterCondition(editItem) {
|
addFilterCondition(editItem) {
|
||||||
// filter:[{column:"PartPartNumber",any:true/false,items:[{op: "=",value: "400735"}]}],
|
// filter:[{column:"PartPartNumber",any:true/false,items:[{op: "=",value: "400735"}]}],
|
||||||
let filterItem = { op: null, value: null, display: null };
|
let filterItem = { op: null, value: null, display: null };
|
||||||
|
|||||||
Reference in New Issue
Block a user