|
|
@@ -558,14 +558,13 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'LodopFuncs'], functi
|
|
|
toolbar: '#toolbar2',
|
|
|
pk: 'id',
|
|
|
sortName: 'id',
|
|
|
- pageSize: 'All',
|
|
|
- pageList: [],
|
|
|
+ pagination: false,
|
|
|
search: false,
|
|
|
showExport: false,
|
|
|
columns: [
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
- {field: 'l_flow', title: __('当前托盘'), operate: 'LIKE'},
|
|
|
+ {field: 'l_flow', title: __('当前托盘'), operate: false},
|
|
|
{field: 'code', title: __('Code'), operate: 'LIKE'},
|
|
|
{field: 'print_date', title: __('Print_date'), operate: false},
|
|
|
{field: 'p_nums', title: __('P_nums'), operate: false},
|