自动化立体仓库 - WMS系统
#
lsh
2024-12-24 ff9aadec4d118c41dd2b99ff81bcf86698050dc8
#
2个文件已修改
8 ■■■■ 已修改文件
src/main/webapp/static/js/basProcessProcedures/basProcessProcedures.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/basQualityTesting/basQualityTesting.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/basProcessProcedures/basProcessProcedures.js
@@ -22,8 +22,8 @@
        height: 'full-120',
        cols: [[
            // {type: 'checkbox'},
            {field: 'id', align: 'center',title: 'ID'}
            ,{field: 'boxSpecs', align: 'center',title: '工序名'}
            // {field: 'id', align: 'center',title: 'ID'},
            {field: 'boxSpecs', align: 'center',title: '工序名'}
            ,{field: 'boxType', align: 'center',title: '工序号'}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120}
src/main/webapp/static/js/basQualityTesting/basQualityTesting.js
@@ -22,8 +22,8 @@
        height: 'full-120',
        cols: [[
            // {type: 'checkbox'},
            {field: 'id', align: 'center',title: 'ID'}
            ,{field: 'boxSpecs', align: 'center',title: '状态名'}
            // {field: 'id', align: 'center',title: 'ID'},
            {field: 'boxSpecs', align: 'center',title: '状态名'}
            ,{field: 'boxType', align: 'center',title: '状态号'}
            ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:120}