|
@@ -7,8 +7,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
extend: {
|
|
|
index_url: 'giftuserdongtai/index' + location.search,
|
|
|
add_url: 'giftuserdongtai/add',
|
|
|
- // edit_url: 'giftuserdongtai/edit',
|
|
|
- // del_url: 'giftuserdongtai/del',
|
|
|
+ edit_url: 'giftuserdongtai/edit',
|
|
|
+ del_url: 'giftuserdongtai/del',
|
|
|
multi_url: 'giftuserdongtai/multi',
|
|
|
import_url: 'giftuserdongtai/import',
|
|
|
table: 'gift_user_dongtai',
|
|
@@ -27,22 +27,18 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'user_id', title: __('User_id')},
|
|
|
- {field: 'user.nickname', title: __('User.nickname'), operate: 'LIKE'},
|
|
|
- {field: 'user.mobile', title: __('User.mobile'), operate: 'LIKE'},
|
|
|
{field: 'user_to_id', title: __('User_to_id')},
|
|
|
- {field: 'userto.nickname', title: __('Userto.nickname'), operate: 'LIKE'},
|
|
|
- {field: 'userto.mobile', title: __('Userto.mobile'), operate: 'LIKE'},
|
|
|
{field: 'dt_id', title: __('Dt_id')},
|
|
|
{field: 'gift_id', title: __('Gift_id')},
|
|
|
{field: 'gift_name', title: __('Gift_name'), operate: 'LIKE'},
|
|
|
{field: 'number', title: __('Number')},
|
|
|
{field: 'price', title: __('Price')},
|
|
|
+ {field: 'total_price', title: __('Total_price')},
|
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
- {field: 'jewel', title: __('Jewel')},
|
|
|
- {field: 'wallettype', title: __('Wallettype'), searchList: {"1":__('Wallettype 1'),"2":__('Wallettype 2')}, formatter: Table.api.formatter.normal},
|
|
|
- // {field: 'gift.name', title: __('Gift.name'), operate: 'LIKE'},
|
|
|
- // {field: 'topicdongtai.content', title: __('Topicdongtai.content'), operate: 'LIKE'},
|
|
|
- // {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
+ {field: 'platvalue', title: __('Platvalue'), operate:'BETWEEN'},
|
|
|
+ {field: 'getvalue', title: __('Getvalue'), operate:'BETWEEN'},
|
|
|
+ {field: 'getmoney', title: __('Getmoney'), operate:'BETWEEN'},
|
|
|
+// {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|
|
|
]
|
|
|
});
|