From f4be36f30a802e70038bde438d1689eb749032fd Mon Sep 17 00:00:00 2001 From: zhangchao <zc857179121@qq.com> Date: 星期五, 22 十一月 2024 08:49:19 +0800 Subject: [PATCH] 采用定长的线程池,防止定时任务的异常导致大量线程被占用 --- src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js b/src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js index 0ca33d5..7f54835 100644 --- a/src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js +++ b/src/main/webapp/static/js/agvWaitPakinLog/waitPakinLog.js @@ -2,6 +2,10 @@ function getCol() { var cols = [ ]; + cols.push( + //{field: 'suppCode', align: 'center',title: '璐ф灦鐮�'}, + {field: 'anfme', align: 'center',title: '鏁伴噺'}); + arrRemove(detlCols, 'field', 'zpallet'); cols.push.apply(cols, detlCols); cols.push({field: 'status', align: 'center',title: '鏁版嵁鐘舵��', templet:function(row){ var html = "<input value='status' type='checkbox' lay-skin='switch' lay-text='姝e父|閿佸畾' lay-filter='tableCheckbox' disabled='disabled' table-index='"+row.LAY_TABLE_INDEX+"'"; -- Gitblit v1.9.1