From 53f095a34dba25e2fe3b33ae16475bd3a4c682fc Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期一, 22 一月 2024 12:55:30 +0800 Subject: [PATCH] 火警日志添加 --- src/main/webapp/static/js/common.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index 4caf0c1..322b9e9 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -181,7 +181,7 @@ } var matCols = [ - {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', width: 180} + {field: 'matnr', align: 'center',title: 'PACK鐮�', width: 180} // {field: 'id', align: 'center',title: 'ID'} // ,{field: 'uuid', align: 'center',title: '缂栧彿'} // ,{field: 'tagId$', align: 'center',title: '鎵�灞炲綊绫�'} @@ -222,12 +222,12 @@ ] var detlCols = [ - {field: 'matnr', align: 'center',title: '鍟嗗搧缂栧彿', sort:true} + {field: 'matnr', align: 'center',title: 'PACK鐮�', sort:true} ,{field: 'maktx', align: 'center',title: '鍟嗗搧鍚嶇О', sort:true} ,{field: 'orderNo', align: 'center',title: '鍗曟嵁缂栧彿', hide: true} ,{field: 'batch', align: 'center',title: '鎵瑰彿', sort:true} ,{field: 'anfme', align: 'center',title: '鏁伴噺'} - ,{field: 'zpallet', align: 'center',title: 'PACK鐮�'} + ,{field: 'zpallet', align: 'center',title: '鎵樼洏鐮�'} ,{field: 'specs', align: 'center',title: '閰嶇疆', hide: false} ,{field: 'model', align: 'center',title: '浠g爜', hide: true} -- Gitblit v1.9.1