Ver Fonte

委托管理样式

15168162575 há 2 anos atrás
pai
commit
dbca7855c7
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      public/assets/js/backend/entrust.js

+ 3 - 1
public/assets/js/backend/entrust.js

@@ -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){