This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user