From 9464abb3b9c67bd5e9fb23502e51518cb61d8541 Mon Sep 17 00:00:00 2001 From: ZY <zc857179121@qq.com> Date: 星期三, 18 九月 2024 09:43:48 +0800 Subject: [PATCH] 将定时任务的springboot实现改成多线程池newScheduledThreadPool --- src/main/webapp/static/js/agvLocMast/locMast.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/agvLocMast/locMast.js b/src/main/webapp/static/js/agvLocMast/locMast.js index d1c84c4..1951580 100644 --- a/src/main/webapp/static/js/agvLocMast/locMast.js +++ b/src/main/webapp/static/js/agvLocMast/locMast.js @@ -34,7 +34,7 @@ ,{field: 'lev1', align: 'center',title: '灞�', sort:true} ,{field: 'floor', align: 'center',title: '妤�', sort:true} ,{field: 'barcode', align: 'center',title: '璐ф灦鐮�', sort:true} - ,{field: 'barcode', align: 'center',title: '璐ф灦绫诲瀷', sort:true} + ,{field: 'locType2', align: 'center',title: '璐ф灦绫诲瀷', sort:true} ,{field: 'fullPlt', align: 'center',title: '婊℃澘', templet:function(row){ var html = "<input value='fullPlt' type='checkbox' lay-skin='primary' lay-filter='tableCheckbox' disabled table-index='"+row.LAY_TABLE_INDEX+"'"; if(row.fullPlt === 'Y'){html += " checked ";} -- Gitblit v1.9.1