|
|
@@ -98,7 +98,14 @@ class ServiceWorkLists extends BaseAdminDataLists implements ListsSearchInterfac
|
|
|
},
|
|
|
'goodsCategory' =>function (Query $query) {
|
|
|
$query->field('id,name');
|
|
|
+ },
|
|
|
+ 'allocateWorkerLog' =>function(Query $query){
|
|
|
+ $query->field('id,work_id,opera_log,create_time');
|
|
|
+ },
|
|
|
+ 'serviceWorkLog' =>function(Query $query){
|
|
|
+ $query->field('id,work_id,opera_log,create_time');
|
|
|
}
|
|
|
+
|
|
|
])
|
|
|
->where($this->searchWhere)
|
|
|
->where($this->queryWhere())
|