|
|
@@ -391,7 +391,17 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
|
|
|
['id'=>1, 'name'=>'是'],
|
|
|
['id'=>0, 'name'=>'否'],
|
|
|
]
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ 'PAY_TYPE' => [
|
|
|
+ 'name'=>'支付方式',
|
|
|
+ 'other'=> 'select',
|
|
|
+ 'selectData'=> [
|
|
|
+ ['id' => 'cash', 'name' => '充值账户'],
|
|
|
+ ['id' => 'exchange', 'name' => '兑换点数'],
|
|
|
+ ['id' => 'points', 'name' => '复消积分'],
|
|
|
+ ['id' => 'online', 'name' => '在线支付'],
|
|
|
+ ]
|
|
|
+ ],
|
|
|
];
|
|
|
}
|
|
|
return $this->filterTypes;
|