自动化立体仓库 - WMS系统
*
lsh
2025-11-25 af9df8d638cb1db1e298b0081ca385fa622ab38f
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: 'standby1', align: 'center',title: 'po'}
        ,{field: 'standby2', align: 'center',title: 'upc'}
    ];
}