|
@@ -7,8 +7,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
extend: {
|
|
|
index_url: 'giftusertyping/index' + location.search,
|
|
|
add_url: 'giftusertyping/add',
|
|
|
-// edit_url: 'giftusertyping/edit',
|
|
|
-// del_url: 'giftusertyping/del',
|
|
|
+ edit_url: 'giftusertyping/edit',
|
|
|
+ del_url: 'giftusertyping/del',
|
|
|
multi_url: 'giftusertyping/multi',
|
|
|
import_url: 'giftusertyping/import',
|
|
|
table: 'gift_user_typing',
|
|
@@ -27,15 +27,18 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
// {field: 'user_id', title: __('User_id')},
|
|
|
+ {field: 'auser.username', title: __('aUser.username'), operate: 'LIKE'},
|
|
|
// {field: 'user_to_id', title: __('User_to_id')},
|
|
|
- {field: 'user.username', title: __('User.username'), operate: 'LIKE'},
|
|
|
- {field: 'touser.username', title: __('Touser.username'), operate: 'LIKE'},
|
|
|
+ {field: 'buser.username', title: __('bUser.username'), operate: 'LIKE'},
|
|
|
{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: 'total_price', title: __('Total_price')},
|
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
+ {field: 'platvalue', title: __('Platvalue'), operate:'BETWEEN'},
|
|
|
+ {field: 'getvalue', title: __('Getvalue'), operate:'BETWEEN'},
|
|
|
+// {field: 'plantask_status', title: __('Plantask_status'), searchList: {"0":__('Plantask_status 0'),"1":__('Plantask_status 1')}, formatter: Table.api.formatter.status},
|
|
|
|
|
|
// {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|