自动化立体仓库 - WMS系统
#1
lsh
3 天以前 3f4dc532dcd3268ab90ca0f0ec10d5c70a529cdb
src/main/webapp/static/js/matTurn/matTurn.js
@@ -5,13 +5,15 @@
        {
            field: 'matnr',
            align: 'center',
            title: '品号',
            title: 'sku',
            edit: 'text',
            width: 130,
            style: 'color: blue;font-weight: bold'
        }
        , {field: 'maktx', align: 'center', title: '品名'}
        , {field: 'specs', align: 'center', title: '品名'}
        // , {field: 'specs', align: 'center', title: '品名'}
        ,{field: 'supp', align: 'center',title: 'po'}
        ,{field: 'sku', align: 'center',title: 'upc'}
    ];
}