自动化立体仓库 - WMS系统
#
zjj
2024-04-15 59633aebe5d971cee685ef37d749a4855f5642d5
#
1个文件已修改
2 ■■■ 已修改文件
src/main/webapp/views/pakStore/locDetlQuery.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/locDetlQuery.html
@@ -112,7 +112,7 @@
    function getCol() {
        var cols = [
            {type: 'checkbox',width: 50}
            ,{field: 'locNo', align: 'center',title: '库位号', style: 'font-weight: bold'}
            ,{field: 'locNo', align: 'center',title: '库位号',merge: true, style: 'font-weight: bold'}
            // ,{field: 'locNo$', align: 'center',title: '库位号'}
        ];
        cols.push.apply(cols, detlCols);