m0_70156489 2 дней назад
Родитель
Сommit
9467982960
1 измененных файлов с 21 добавлено и 21 удалено
  1. 21 21
      public/assets/js/backend/procuremen.js

+ 21 - 21
public/assets/js/backend/procuremen.js

@@ -1463,7 +1463,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                 {field: 'cGzzxMc', title: __('外厂单位'), operate: 'LIKE', table: 'a', width: 220, align: 'center', class: 'procuremen-cell-wrap'},
                 {field: 'MBZ', title: __('备注'), operate: 'LIKE', table: 'a', width: 150, align: 'center', class: 'procuremen-cell-wrap'},
                 {field: 'cywyxm', title: __('业务员'), operate: '=', searchList: procuremenSearchList('cywyxm'), table: 'b', width: 80, align: 'center'},
-                {field: 'issue_time', title: '下发', operate: false, table: 'a', width: 160, align: 'center',
+                {field: 'issue_time', title: '下发时间', operate: false, table: 'a', width: 160, align: 'center',
                     visible: indexInitWffTab !== 'pick',
                     formatter: function (v, row) {
                         var t = (v != null && String(v).trim() !== '') ? String(v).trim()
@@ -1474,26 +1474,26 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                         return procuremenEscHtml(t);
                     }
                 },
-                {field: 'confirm_time', title: '确定', operate: false, table: 'a', width: 160, align: 'center',
-                    visible: indexInitWffTab !== 'pick',
-                    formatter: function (v) {
-                        var t = (v != null && String(v).trim() !== '') ? String(v).trim() : '';
-                        if (!t || t.indexOf('0000-00-00') === 0) {
-                            return '—';
-                        }
-                        return procuremenEscHtml(t);
-                    }
-                },
-                {field: 'approve_time', title: '审批', operate: false, table: 'a', width: 160, align: 'center',
-                    visible: indexInitWffTab !== 'pick',
-                    formatter: function (v) {
-                        var t = (v != null && String(v).trim() !== '') ? String(v).trim() : '';
-                        if (!t || t.indexOf('0000-00-00') === 0) {
-                            return '—';
-                        }
-                        return procuremenEscHtml(t);
-                    }
-                },
+                // {field: 'confirm_time', title: '确定', operate: false, table: 'a', width: 160, align: 'center',
+                //     visible: indexInitWffTab !== 'pick',
+                //     formatter: function (v) {
+                //         var t = (v != null && String(v).trim() !== '') ? String(v).trim() : '';
+                //         if (!t || t.indexOf('0000-00-00') === 0) {
+                //             return '—';
+                //         }
+                //         return procuremenEscHtml(t);
+                //     }
+                // },
+                // {field: 'approve_time', title: '审批', operate: false, table: 'a', width: 160, align: 'center',
+                //     visible: indexInitWffTab !== 'pick',
+                //     formatter: function (v) {
+                //         var t = (v != null && String(v).trim() !== '') ? String(v).trim() : '';
+                //         if (!t || t.indexOf('0000-00-00') === 0) {
+                //             return '—';
+                //         }
+                //         return procuremenEscHtml(t);
+                //     }
+                // },
                 {field: 'dStamp', title: __('操作日期'), operate: 'RANGE', addclass: 'datetimerange', autocomplete: false, table: 'a', width: 176, align: 'center', sortable: true, class: 'procuremen-th-sort-tight',
                     visible: indexInitWffTab === 'pick'
                 },