@@ -362,6 +363,21 @@ export default {
//upsert conditions for this column
//save filter
//let grid do it's thing
+
+ /*
+ filter:[{column:"PartPartNumber",any:true/false,items:[{op: "=",value: "400735"}]}],
+ clientCriteria:"2" //could be anything here that makes sense to the list, in this case an example customer id for customernotedatalist
+
+ CURRENTLY IN BUILDER:
+ editItemFilter:{ "any": true, "items": [ { "op": "=", "value": "*thisweek*", "display": "= Week - Current", "token": true }, { "op": "=", "value": "*lastmonth*", "display": "= Month - Previous", "token": true } ] }
+
+*/
+ //turn activeFilter into object json.parse
+
+ //todo: iterate this.activeFilter see if this.tableColumnData.fk is there, if it is, replace it with editItemFilter if it isn't then push it into collection
+
+ //turn activeFilter back into json and send back to server to save
+
this.close({ refresh: true });
},
addFilterCondition(editItem) {