|
|
@@ -44,7 +44,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
|
{field: 'check_out_date', title: __('Check_out_date'), operate:'RANGE', addclass:'datetimerange', autocomplete:false}, |
|
|
|
{field: 'prod_num', title: __('Prod_num')}, |
|
|
|
{field: 'total_price', title: __('Total_price'), operate:'BETWEEN'}, |
|
|
|
{field: 'total_cose', title: __('Total_cose'), operate:'BETWEEN'}, |
|
|
|
{field: 'total_cost', title: __('Total_cost'), operate:'BETWEEN'}, |
|
|
|
{field: 'profit', title: __('Profit'), operate:'BETWEEN'}, |
|
|
|
{field: 'log', title: __('Log'), operate: 'LIKE'}, |
|
|
|
{field: 'del_flag', title: __('Del_flag'), formatter: Table.api.formatter.flag}, |
|
|
|