|
|
@@ -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',//工作室复消
|
|
|
+// ],
|
|
|
];
|
|
|
}
|
|
|
}
|