kevin_zhangl vor 2 Jahren
Ursprung
Commit
aa0fcbb23f
1 geänderte Dateien mit 8 neuen und 8 gelöschten Zeilen
  1. 8 8
      backendApi/modules/v1/models/lists/shop/GoodsList.php

+ 8 - 8
backendApi/modules/v1/models/lists/shop/GoodsList.php

@@ -210,8 +210,8 @@ class GoodsList extends \common\libs\dataList\DataList implements DataListInterf
                     'selectData' => [
                         ['id' => 1, 'name' => \Yii::t('ctx', 'shopList1stPurchase')], 
                         ['id' => 2, 'name' => \Yii::t('ctx', 'shopListRepeatPurchase')], 
-                        ['id' => 3, 'name' => \Yii::t('ctx', 'shopListEntryArea')], 
-                        ['id' => 4, 'name' => \Yii::t('ctx', 'shopListResellingArea')]
+//                        ['id' => 3, 'name' => \Yii::t('ctx', 'shopListEntryArea')],
+//                        ['id' => 4, 'name' => \Yii::t('ctx', 'shopListResellingArea')]
                     ]
                 ],
                 'STATUS'=> [
@@ -320,12 +320,12 @@ class GoodsList extends \common\libs\dataList\DataList implements DataListInterf
             2 =>[
                 'name'=>\Yii::t('ctx', 'shopListRepeatPurchase'),//复消区
             ],
-            3 =>[
-                'name'=>\Yii::t('ctx', 'shopListEntryArea')//'Office Entry area',//工作室报单
-            ],
-            4 =>[
-                'name'=>\Yii::t('ctx', 'shopListResellingArea')//'Office Reselling area',//工作室复消
-            ],
+//            3 =>[
+//                'name'=>\Yii::t('ctx', 'shopListEntryArea')//'Office Entry area',//工作室报单
+//            ],
+//            4 =>[
+//                'name'=>\Yii::t('ctx', 'shopListResellingArea')//'Office Reselling area',//工作室复消
+//            ],
         ];
     }
 }