|
|
@@ -17,7 +17,7 @@ class ReceivingTaskFilters{
|
|
|
protected $deliveryAppointmentCarQuery;
|
|
|
protected $receiving;
|
|
|
protected $filters = [
|
|
|
- 'id','owner_id','warehouse_id','appointment_number','created_at_start','created_at_end','number'
|
|
|
+ 'id','owner_id','warehouse_id','appointment_number','created_at_start','created_at_end','number','data'
|
|
|
];
|
|
|
protected $params = [];
|
|
|
|
|
|
@@ -55,6 +55,10 @@ class ReceivingTaskFilters{
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ public function data($ids){
|
|
|
+ $this->id($ids);
|
|
|
+ }
|
|
|
+
|
|
|
public function id($ids){
|
|
|
$this->searchWay($this->queryBuilder,$ids,'id');
|
|
|
}
|