From a170f20a97cfaa0a34bc2a8131f361af4e9951e6 Mon Sep 17 00:00:00 2001 From: zhangc <zc@123> Date: 星期二, 03 十二月 2024 11:02:06 +0800 Subject: [PATCH] 调整应用配置,切换至生产环境 --- src/main/webapp/static/js/wrkMastDetlLog/wrkMastDetlLog.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/wrkMastDetlLog/wrkMastDetlLog.js b/src/main/webapp/static/js/wrkMastDetlLog/wrkMastDetlLog.js index 1622be7..36e4d0f 100644 --- a/src/main/webapp/static/js/wrkMastDetlLog/wrkMastDetlLog.js +++ b/src/main/webapp/static/js/wrkMastDetlLog/wrkMastDetlLog.js @@ -10,8 +10,8 @@ {field: 'wrkSts$', align: 'center',title: '宸ヤ綔鐘舵��'} ,{field: 'ioType$', align: 'center',title: '宸ヤ綔绫诲瀷'} ,{field: 'locNo', align: 'center',title: '鐩爣搴撲綅'} - ,{field: 'staNo', align: 'center',title: '鐩爣绔�'} - ,{field: 'sourceStaNo', align: 'center',title: '婧愮珯'} + // ,{field: 'staNo', align: 'center',title: '鐩爣绔�'} + // ,{field: 'sourceStaNo', align: 'center',title: '婧愮珯'} ,{field: 'sourceLocNo', align: 'center',title: '婧愬簱浣�'}); arrRemove(detlCols, 'field', 'zpallet'); cols.push.apply(cols, detlCols); -- Gitblit v1.9.1