|
|
@@ -26,23 +26,24 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id'), operate: false},
|
|
|
{field: 'users.address', title: __('User_id'),operate:'LIKE'},
|
|
|
+ {field: 'users.nickname', title: __('UID'),operate:'LIKE', visible: false},
|
|
|
{field: 'order_no', title: __('订单号')},
|
|
|
{field: 'order_id', title: __('Order_id'), operate: false},
|
|
|
{field: 'products.zh_name', title: __('Product_id'),operate:'LIKE'},
|
|
|
- {field: 'areas.address', title: __('Area_id')},
|
|
|
+ {field: 'areas.address', title: __('Area_id'), operate: false},
|
|
|
{field: 'type_id', title: __('Type_id'),
|
|
|
searchList: {
|
|
|
0:__('热销'), 1:__('转让'), 2:__('赠送'),
|
|
|
3:__('新人茶权空投'), 4:__('新人福利空投'), 5:__('空投'), 6:__('合成'), 7:__('求购'),8:__('Rwa茶兑换'), 9:__('Teac兑换')
|
|
|
- }, formatter: Table.api.formatter.label
|
|
|
- },
|
|
|
+ }, formatter: Table.api.formatter.label
|
|
|
+ },
|
|
|
{field: 'from_user', title: __('来源用户Id'), operate:false},
|
|
|
{field: 'price', title: __('Price'), operate:false},
|
|
|
{field: 'fees', title: __('手续费'), operate:false},
|
|
|
{field: 'status', title: __('Status'), searchList:
|
|
|
{0:__('已下单'), 1:__('支付'), 2:__('转让'), 3:__('提货'), 4:__('取消'), 5:__('关闭'), 6:__('质押存储')
|
|
|
|
|
|
- },formatter: Table.api.formatter.status},
|
|
|
+ },formatter: Table.api.formatter.status, operate: false},
|
|
|
{field: 'address.address', title: __('提货地址'), operate:false},
|
|
|
{field: 'address.status', title: __('发货状态'), searchList: {0:__('待发货'), 1:__('已发货'), 2:__('已完成')}, formatter: Table.api.formatter.flag},
|
|
|
{field: 'create_time', title: __('Create_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|