瀏覽代碼

导出条件筛选

moonsflyer 3 月之前
父節點
當前提交
0ed8ff8590
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      app/adminapi/lists/goods/GoodsSpecPriceLists.php

+ 3 - 2
app/adminapi/lists/goods/GoodsSpecPriceLists.php

@@ -41,8 +41,9 @@ class GoodsSpecPriceLists extends BaseAdminDataLists implements ListsSearchInter
     public function setSearch(): array
     {
         return [
-            '=' => ['g.id', 'g.category_id', 'g.status'],
-            'like' => ['g.name', 'g.code'],
+            '=' => ['g.id', 'g.category_id', 'g.status', 'g.supplier_id', 'g.goods_type'],
+            'like' => ['g.name', 'g.code', 'gi.bar_code'],
+            'between_time' => ['g.create_time'],
         ];
     }