自动化立体仓库 - WMS系统
李天宇
2024-10-25 c560649e37ab5a5bc29c47a3fa7309dc912b48cb
src/main/webapp/static/js/pakStore/pakComb.js
@@ -42,7 +42,7 @@
        , cols: [[ //标题栏
            {field: 'locNo', title: '库位', width: 120}
            , {field: 'maktx', title: '商品名', width: 300}
            , {field: 'matnr', title: '商品号', width: 200}
            , {field: 'matnr', title: '商品名', width: 200}
            , {field: 'specs', title: '规格', width: 300}
            , {field: 'anfme', title: '数量', width: 100}
        ]]
@@ -95,8 +95,8 @@
                width: 120,
                style: 'color: blue;font-weight: bold'
            },
            {field: 'matnr', align: 'center', title: '物料号'},
            {field: 'maktx', align: 'center', title: '品号'},
            {field: 'matnr', align: 'center', title: '品号'},
            {field: 'maktx', align: 'center', title: '品名'},
            {field: 'specs', align: 'center', title: '规格'},
            {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 200}
        ]]