|
|
@@ -31,8 +31,10 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'id', title: __('Id'),operate:false},
|
|
|
{field: 'no', title: __('No'), operate: 'LIKE'},
|
|
|
{field: 'name', title: __('Name'), operate: 'LIKE'},
|
|
|
- {field: 'bach', title: __('Bach'), operate: 'LIKE'},
|
|
|
{field: 'sell_bach', title: __('Sell_bach'), operate: 'LIKE'},
|
|
|
+ {field: 'bach', title: __('Bach'), operate: 'LIKE'},
|
|
|
+ {field: 'sample_info', title:'样品信息', operate: 'LIKE'},
|
|
|
+ {field: 'send_sample', title:'送样人', operate: 'LIKE'},
|
|
|
{field: 'sample_no', title: __('Sample_no'), operate: 'LIKE'},
|
|
|
{field: 'is_two', title: __('是否双样'),operate:false,formatter: function (value,row,index) {
|
|
|
if (value == 0){
|